Automation Testing Mock Interview | Automation Testing Interview Questions & Answers

  Рет қаралды 40,374

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.

Пікірлер: 35
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Software Testing Mock Interviews Playlist kzbin.info/www/bejne/qnuYdKluibuLidk
@TheDewdropfairies
@TheDewdropfairies 2 жыл бұрын
contact details of you pls I need for tomorrow interview
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
@@TheDewdropfairies pls drop an email with your contact details at rdautomationlearning@gmail.com, will call you soon
@avisushu2208
@avisushu2208 2 жыл бұрын
Thank you so much ..its very helpful ..please keep doing such good Videos and the way you explain the concepts really good ..I'll be sharing and Support your channel 👍🙂
@ruchirachakranarayan2737
@ruchirachakranarayan2737 3 ай бұрын
Very nicely done thanks alot Sir.. Keep it up😊
@DiptiTrainer
@DiptiTrainer Жыл бұрын
Really good sir. Very helpful
@PK-fw1xl
@PK-fw1xl 2 жыл бұрын
I encountered element is not clickable exception twice in my practice. I solved it by narrowing the locator. It's always because we chose the wrong element, an overlapping element as the element we want to click so you have to inspect more detailed and get the exact element to click.
@user-fl5st3lz2o
@user-fl5st3lz2o 2 жыл бұрын
Its very helpful..both are doing very good..keep posting useful videos like this🙌
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thank you, I will
@ShubhamPatil-sr3zu
@ShubhamPatil-sr3zu Жыл бұрын
This dude is too much good
@nokotable
@nokotable 3 ай бұрын
keep doing this sir
@mashanabattalwad683
@mashanabattalwad683 2 жыл бұрын
Thank you so much sir.
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thanks for watching! Please like, comment, share in your network
@prachijk
@prachijk 2 жыл бұрын
Thankyou Sir 🙏
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Most welcome
@vishalingale2441
@vishalingale2441 2 жыл бұрын
Hello sir, i am unable to generate extent report in MSTEST framework in selenium c#. Do you suggest me some codes for extent reports. I am stuck on this
@hackstarcool
@hackstarcool 2 жыл бұрын
I am preparing for a switch but I am not sure if I am ready. How can I find out if I am ready and if I should start applying for jobs
@RajKumar-ij5rr
@RajKumar-ij5rr 2 жыл бұрын
Hi sir.. Unclickable situation can be handled by using JavaScriptExecutor too. I think this point missed in explanation.
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Yes, you are right..Thank you!!
@everythingandtech.
@everythingandtech. 2 жыл бұрын
Thanku sir, for the oppurtunity
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Happy to help!!
@anilghongade9911
@anilghongade9911 2 жыл бұрын
Tushar can you send me your CV to help me out....
@everythingandtech.
@everythingandtech. 2 жыл бұрын
@@anilghongade9911 ok
@everythingandtech.
@everythingandtech. 2 жыл бұрын
I’d?
@rekhap440
@rekhap440 2 жыл бұрын
@@everythingandtech. hi
@nikhilbadiwal6481
@nikhilbadiwal6481 2 жыл бұрын
hi, is forgot password link is automated?
@aniruddh271290
@aniruddh271290 2 жыл бұрын
Sir, How can we switch to a layer? You discussed it in element not clickable questions.
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thanks for watching & supporting!!
@abhinavraj5115
@abhinavraj5115 2 жыл бұрын
Can we create object for Abstract class?
@ayyanduraimariyammal2938
@ayyanduraimariyammal2938 2 жыл бұрын
No, we can't create object for abstract class
@prashantmishra4698
@prashantmishra4698 2 жыл бұрын
No
@prashantmishra4698
@prashantmishra4698 2 жыл бұрын
Only we can create constructor for abstract class,not for interface.
@user-fl5st3lz2o
@user-fl5st3lz2o 2 жыл бұрын
Its very helpful..both are doing very good..keep posting useful videos like this🙌
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thanks a lot 😊
Automation Testing Mock Interview | Selenium Interview| RD Automation Learning
44:10
FOOTBALL WITH PLAY BUTTONS ▶️ #roadto100m
00:29
Celine Dept
Рет қаралды 64 МЛН
КАК СПРЯТАТЬ КОНФЕТЫ
00:59
123 GO! Shorts Russian
Рет қаралды 1,7 МЛН
Cute Barbie gadgets 🩷💛
01:00
TheSoul Music Family
Рет қаралды 16 МЛН
Automation Testing Interview For Experienced| MindTree Interview Questions
34:03
RD Automation Learning
Рет қаралды 37 М.
Automation Testing Interview For Experienced| Testing Interview Questions
25:43
RD Automation Learning
Рет қаралды 31 М.
FOOTBALL WITH PLAY BUTTONS ▶️ #roadto100m
00:29
Celine Dept
Рет қаралды 64 МЛН