0% found this document useful (0 votes)
158 views1 page

Automation Engineer Interview Questions For 2-5 Year of Experience

Uploaded by

vamshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
158 views1 page

Automation Engineer Interview Questions For 2-5 Year of Experience

Uploaded by

vamshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Watch in 1.

5x for Better Understanding

Core Java Revise, Take a course and Follow it

Collections Practice with leetcode, Hackerrank


Programming
Page Object Model (POM) Do a project if not done.

Design Pattern like Singleton, Page Factory,


Should know at least 1 pattern
extra

Locator strategy

Basic Knowledge of Selenium Used Selenium in some projects

Know How selenium can used in projects

Should discuss if You have worked on


POSTMAN
Basics of API Testing with Tool
Automation Testing Plus points if you have Rest Assured
Expectation for 2-5 YOE Automation Tester knowledge

Different Reporting Extent Report, Allure


Maven Basics, Test NG basics
Report

Execution & Maintainance of Frameworks

STLC, Test Design, Test Planning, TC, Bug


Report
Manual Testing
Report email, JIRA, Scrum Basics

Git Basics, Pull, push , Commit, branches

Jenkins Basics, Create job, Run a Job with


Projects & CI/CD Param

Should know about a Framework to discuss


in Interview

utils

pageObjects

base

resources td
main
Folder Structures

basetest

testcases
Question #1 - Explain your Automation Project Structure

test

Link to Video  https://sdet.live/89qA

Explain utils, listeners you are using

Question #2 : Explain the How Page object model is implemented

Page Object class -> Moduel Test Class

The test data is inserted from external


sources,

Automation Engineer Interview Questions


for 2-5 Year of Experience | Selenium |
Java | SDET |

Question #3 - What are data-driven framework Data Driven Framework

Read https://www.browserstack.com/guide/
dataprovider-in-selenium-testng

Subtopic 4

A data-driven framework stores the test data


in a table or spreadsheet format

In TestNG, there are two ways by which to


achieve parameterization :

With the help of Parameters annotation and


TestNG XML file
@Parameters({“name”, “searchKey”})
With the help of DataProvider annotation
@DataProvider(name= “searchProvider”)

@DataProvider(name="testdata")
public Object[][] TestDataFeed(){

// Create object array with 2 rows and 2


column- first parameter is row and second
is //column
Object [][] twitterdata=new Object[2][2];

// Enter data to row 0 column 0


twitterdata[0][0]="[email protected]";

Cross Browser testing is a type of non-


functional testing that lets you check
whether your website works as intended
when accessed through:

Different Browser-OS combinations i.e., on


popular browsers like Firefox, Chrome, Edge,
Safari—on any of the popular operating
systems like Windows, macOS, iOS and
Android.

Read more 

Question #4 - What is Cross Browser Testing & How to perform


Cross Browser Testing?

Subtopic 5

Subtopic 6

Subtopic 7

Do not automate tasks that have a low


Return on Investment (ROI) because it's just
not worth it
Question #5 - How do you decide What to Automate and What
not to? Go through this 

Don't Automate Highly complex processes

Want PART 2? Type Part 2 in Comment

You might also like