No video

Automation Testing Mock Interview for Experienced | Automation Testing Interview Questions & Answers

  Рет қаралды 26,167

RD Automation Learning

RD Automation Learning

Күн бұрын

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.

Пікірлер: 37
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
kzfaq.info/sun/PLTGn8a4YcF3xwMlFvrg9YAE8jrubJI1MA Top MNC Company Automation & Manual Testing Interview Questions!!
@tejastoley6714
@tejastoley6714 Жыл бұрын
If the button is green, then there must be an some attribute value that starts with green word or contain green, and we can use getAttribute to get that and validate with if else condition using assert
@jayeshnannaware8723
@jayeshnannaware8723 2 жыл бұрын
Handling button colour by "getCssValue(agr 0)" by sending colour string as argument
@abhay6276
@abhay6276 2 жыл бұрын
Sir are you sitting on beach....what a beautiful scene i m seeing..i wish all employers give such freedom to their employees...
@sanim814
@sanim814 2 жыл бұрын
That's a background image setting
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Haha
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
True
@abhay6276
@abhay6276 2 жыл бұрын
@@rdautomationlearning609 sir when you asked question about Jenkins He started explaining Gherkin...😃and later he realised his mistake...It was nice interaction session sir... very much excited to watch such content ahead...thank you so much sir.... 🙏🙏
@smrutirout8295
@smrutirout8295 2 жыл бұрын
😂😂
@sagarpingle7029
@sagarpingle7029 2 жыл бұрын
I am kakashi the testing ninja i learn thousands of testing jutsu....! btw nice wallpaper. 😆
@shubhamthakare9190
@shubhamthakare9190 2 жыл бұрын
How to explain data driven framework in interview..?
@efuraa
@efuraa 2 жыл бұрын
+100 points for the kakashi wallpaper
@omkargavali2380
@omkargavali2380 2 жыл бұрын
hello sir can you suggest how to prepare for ISTQB please
@v2factsandupdates327
@v2factsandupdates327 2 жыл бұрын
Not possible to automate button colour using selenium we have to integrate 3rd party tools like Sikuli
@saivelagala123
@saivelagala123 2 жыл бұрын
Bro, i just got a doubt , Are you explaining what you can do? Or expose what you will do in your previous company 😀
@swatisanjaythorat7021
@swatisanjaythorat7021 2 жыл бұрын
We can use getCssvalue method
@sagarpingle7029
@sagarpingle7029 2 жыл бұрын
I think this interview little bit tough..
@zainabfirdos2666
@zainabfirdos2666 2 жыл бұрын
Hi, Can you please take more questions on collections and java. Thanks
@flipbottlevideps
@flipbottlevideps 2 жыл бұрын
So you are preparing for automation interview
@athiqzzcruzzz9915
@athiqzzcruzzz9915 2 жыл бұрын
Ping me I am taking classes for core Java 👍
@athiqzzcruzzz9915
@athiqzzcruzzz9915 2 жыл бұрын
@@flipbottlevideps for automation, we should be strong in collections. These topic will cover in windows handling, find elements and broken links etc.
@sohailvirkPHPDeveloper
@sohailvirkPHPDeveloper 2 жыл бұрын
We can't check colors or match of two buttons using selenium.
@sandeepreddy2136
@sandeepreddy2136 2 жыл бұрын
Hi Sir I need mock interview for me. Can you take it for me if possible.
@omkargavali2380
@omkargavali2380 2 жыл бұрын
which tool for the image
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Sikuli
@omkargavali2380
@omkargavali2380 2 жыл бұрын
@@rdautomationlearning609 thanks 😇
@omkargavali2380
@omkargavali2380 2 жыл бұрын
I really appreciate your efforts sir thanks again
@fitnesschamber587
@fitnesschamber587 2 жыл бұрын
Can I learn kave selenium with out download the application
@shanvino3323
@shanvino3323 2 жыл бұрын
If u r learning any technology, Hands on experience is must.otherwise it very difficult to understand the concepts and then clear the interview also easy.
@VikashKumar-sn8zj
@VikashKumar-sn8zj 2 жыл бұрын
Sir manual testing k liye karna padega muhje manual testing mai jana hai
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Learn manual testing and do certificatiin course in testing such as CAST, istqb etc
@manikkovhale1237
@manikkovhale1237 2 жыл бұрын
Css locators..
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
True
@As-nq7uk
@As-nq7uk 2 жыл бұрын
22:00 sir plz give it's answer to all???
@MS-hu7ve
@MS-hu7ve 2 жыл бұрын
Yes we can validate color using getcssvalue
@As-nq7uk
@As-nq7uk 2 жыл бұрын
@@MS-hu7ve thank you bro
Why I am not getting Interview Calls| Not getting calls for Job Interviews
14:06
RD Automation Learning
Рет қаралды 57 М.
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 191 МЛН
Meet the one boy from the Ronaldo edit in India
00:30
Younes Zarou
Рет қаралды 15 МЛН
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 12 МЛН
Automation Testing Interview For Experienced| MindTree Interview Questions
34:03
RD Automation Learning
Рет қаралды 39 М.
Automation Testing Mock Interview | Selenium Interview| RD Automation Learning
44:10
Manual + Java + Selenium Mock Interview for 2-4 years experienced
35:36
Software Testing Hacks
Рет қаралды 5 М.
Automation Testing Interview Questions | Java Testing Interview Q&A
33:38
RD Automation Learning
Рет қаралды 37 М.
Don't Miss Out! This Cucumber BDD Interview UNLOCKS Automation Lead Dreams (Master It!) #cucumber
30:20
Selenium Automation and Java learning with Srini
Рет қаралды 2,1 М.
WORLD'S SHORTEST WOMAN
00:58
Stokes Twins
Рет қаралды 191 МЛН