Automation Testing Mock Interview | Automation Testing Interview Questions & Answers

  Рет қаралды 21,413

RD Automation Learning

RD Automation Learning

2 жыл бұрын

Have a look at below Playlists:
Testing Interview Questions & Answers asked at various companies like Amazon, Capgemini, PayTM, Accenture, etc
• Amazon Interview Quest...
Software Testing Mock Interviews
• What is Software Testi...
RPA (Automation Anywhere) Interview videos
• What is RPA?| What is ...
This video contains Java interview questions, Selenium interview questions, TestNG interview questions and Database interview questions, Rest API interview questions, Manual Testing interview questions that were asked as part of Mock Interview Questions Process.
software testing interview questions,software testing tools,manual and automation testing mock interview,selenium automation testing mock interview,automation testing mock interview for experienced,manual testing mock interview for experienced,rd automation learning,automation testing interview questions for 3 years experience selenium,automation testing interview questions,automation testing interview questions and answers,automation testing interview mock,software testing questions guru99, hackerrank software testing interview questions
1. What are the different types of Maven Plugins?
Answer:
The different types of Maven plugins are listed below:
Building Plugins: These plugins are used at the time of build and are defined in the building element of the pom file.
Reporting Plugins: These plugins are used at the time of site generation and are defined in the reporting element of the pom file.
2. Name the build phases in Maven Build Lifecycle.
Answer: The build phases in Maven Build Lifecycle are listed down:
Validate: Checks if all the preconditions information to trigger the build is obtained.
Compile: Project source code is compiled.
Test: The Source code that is compiled is tested with the unit test framework. In this phase, the code is not deployed or packaged.
Package: Source code after compilation is packaged in the form of ZIP or JAR files.
Integration- test: After the package is deployed in an environment, the integration test cases are executed.
Verify: Examines to ensure that the package is correct and it meets all the required quality specifications.
Install: Installation of packages into the local repository.
Deploy: A specimen of the final package is made accessible to the remote repository for distribution among the other developers across projects.
3. What is the purpose of command mvn clean in Maven?
Answer: mvn clean aims to clean the project artifacts created by the previous Maven builds from the target directories. This is generally executed before initiating a new build process.
4. What do you mean by a Maven Repository?
Answer: Maven repository is the location of a directory where all the related project artifacts, jars, libraries, plugins are kept and can be utilized by Maven easily.
5. Explain the various types of Maven Repositories.
Answer: There are three types of Maven repositories.
They are:
Local Repository: This is placed in our local machine generally in the .m2 directory. This is generated once we are able to execute a Maven command successfully. All the project dependencies reside here. Once Maven scans the pom file, it first searches for its dependencies in the local repository.
Central Repository: This is supplied by Apache Maven. It contains most of the routinely used libraries. Once any of the dependencies are not found in the local repository, then Maven connects to a central repository.
Remote Repository: Sometimes companies develop their own custom repository comprising of their project artifacts, jars, and libraries. This is a type of repository that remains private for use inside that organization.
6. Selenium Automation - Exception - Element Isn’t Loaded Completely
In dynamic applications, elements are loaded on the fly. This means that all the elements you see aren’t completely ready. In such cases, if you try to click on the element, you’ll get the error. The solution to avoid this is to wait until the element is loaded completely.
7.What Causes the “Element Is Not Clickable at Point” Error?
Solution is to make sure that the overlapping element is closed before you try to click on another element. Another solution is to switch to the layer that contains the element you want to click.
8. Challenges faced in Automation
9. Handle Untrusted Certificate Selenium
10. Data-Driven Framework: In data-driven frameworks, test data is separated from test scripts and stored in an external resource such as text file, excel spreadsheet, CSV file or database table.
11. Keyword Driven Framework: In keyword driven frameworks, the test logic is divided into keywords and functions. A sequence of keywords is used to define the test scripts and these keywords are further defined as functions to implement the desired behaviour.

Пікірлер: 34
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Testing Interview Questions & Answers asked at various companies like Amazon, Capgemini, PayTM, Accenture, etc kzbin.info/www/bejne/rZCTh31-nM50qJY
@ARJ11111
@ARJ11111 2 жыл бұрын
Colonel/Kernal Bakshi suggested me to watch your videos and I must say that you are doing a superb job by asking latest set of questions. Thank you sir and thanks kernel bakshi
@skaLife
@skaLife 2 жыл бұрын
Keep doing the great work RD. Thank you.
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thanks, will do!
@remixgimix
@remixgimix 6 ай бұрын
Good one😊
@dhanrajyadav5259
@dhanrajyadav5259 Жыл бұрын
Nice
@lov_in3919
@lov_in3919 2 жыл бұрын
Wow...great set of questions.. congratulations kiran...you are always a motivation.. 🔥🔥
@swathykamal96
@swathykamal96 2 жыл бұрын
Congrats Kiran! 👍
@lov_in3919
@lov_in3919 2 жыл бұрын
@@swathykamal96 ❤️❤️❤️ are you a fan of kiran?
@mamtachawla1748
@mamtachawla1748 2 жыл бұрын
Good set of questions
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thank you!!
@bhuviloganathan3833
@bhuviloganathan3833 2 жыл бұрын
Great set of questions from selenium ❤️..Can you please provide the videos for Jenkins,maven,GitHub and java programs please 🙏
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Sure would do
@bhuviloganathan3833
@bhuviloganathan3833 2 жыл бұрын
Thank you so much sir... interviewers mostly ask ques on java programs, Jenkin, collection and maven 🙏🙏
@snehaldeogire4674
@snehaldeogire4674 2 жыл бұрын
Helpful interview 🙂
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Glad it was helpful!
@LifeYouNMe
@LifeYouNMe 2 жыл бұрын
Very nice 👌
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thanks 😊
@melvinjj8997
@melvinjj8997 2 жыл бұрын
Very much insightful 😇,Superb questions and well answered by Kiran 👌keep going 🔥
@bhavanamahajan3657
@bhavanamahajan3657 2 жыл бұрын
Hi RD, Thank you so much for your efforts. I have a question like do we need to explain all the things whatever we know about any particular question? For example implicitly wait question which you asked, so should we mention about disadvantages of having implicitly wait more.
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
First answer to the point then if required you can go into details, you can ask interviewer if he or she would need details, you can know from her face is she expecting more
@bhavanamahajan3657
@bhavanamahajan3657 2 жыл бұрын
@@rdautomationlearning609 Thank you so much..
@rd7455
@rd7455 2 жыл бұрын
Hello Sir, What is the process for scheduling an interview with you?
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Share CV at rdautomationlearning@gmail.com
@ishant4466
@ishant4466 2 жыл бұрын
Sir how can we automate the failed-testNG.xml file, without using IretryAnalyzer?
@venky_gaming_ff2977
@venky_gaming_ff2977 2 жыл бұрын
I am also interested for mock interview how is it possible if possible what I do plz reply
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Please share your CV at rdautomationlearning@gmail.com
@shubhamthakare9190
@shubhamthakare9190 2 жыл бұрын
How to explain framework...?
@manpreetm408
@manpreetm408 2 жыл бұрын
Hi
@pankajbarhate8143
@pankajbarhate8143 2 жыл бұрын
Superb sir, how can I call or contact you?
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Please drop an email to rdautomationlearning@gmail.com
@ARJ11111
@ARJ11111 2 жыл бұрын
For job openings contact Kherde Don
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 48 МЛН
터키아이스크림🇹🇷🍦Turkish ice cream #funny #shorts
00:26
Byungari 병아리언니
Рет қаралды 25 МЛН
Manual Testing Mock Interview for 4-5 YOE | Interviewing my Subscriber
41:36
SoftwaretestingbyMKT
Рет қаралды 93 М.
Automation Testing Mock Interview | Selenium Interview| RD Automation Learning
44:10
Automation Testing Interview For Experienced| MindTree Interview Questions
34:03
RD Automation Learning
Рет қаралды 38 М.
Automation Testing Interview Questions | Java Testing Interview Q&A
27:46
RD Automation Learning
Рет қаралды 14 М.
Automation Testing Interview For Experienced| Mphasis Interview Questions
28:18
RD Automation Learning
Рет қаралды 64 М.