Test Automation Associate Interview Questions

3,199 test automation associate interview questions shared by candidates

Git basic commands, Cucumber, I was asked to execute a manual test by reading the test steps. Then I had to write missing code for a cucumber test and check-in the code in a new feature branch. At one point the team members who were observing the stuff I was doing got stuck at a git command themselves and I had to tell them what they were doing wrong ;)
avatar

Test Automation Specialist

Interviewed at ZEISS Group

4
Aug 2, 2021

Git basic commands, Cucumber, I was asked to execute a manual test by reading the test steps. Then I had to write missing code for a cucumber test and check-in the code in a new feature branch. At one point the team members who were observing the stuff I was doing got stuck at a git command themselves and I had to tell them what they were doing wrong ;)

Solve either one the below coding question you have to move zeros either to end of the array or bring them to beginning of the array. For example, if {14, 0, 5, 2, 0, 3, 0} is the given array, then moving zeros to end of the array will result {14, 5, 2, 3, 0, 0, 0} and bringing zeros to front will result {0, 0, 0, 14, 5, 2, 3}. Solve without using For loop and without using a new blank array/collection. Write a Java program to replace all leading and trailing zeroes in a number without using Replace function. Eg. input - 0001120380.0000 output - 1120380, input - 00012.001200 output - 12.0012
avatar

Automation API Test Engineer

Interviewed at R Systems

3.9
Nov 6, 2024

Solve either one the below coding question you have to move zeros either to end of the array or bring them to beginning of the array. For example, if {14, 0, 5, 2, 0, 3, 0} is the given array, then moving zeros to end of the array will result {14, 5, 2, 3, 0, 0, 0} and bringing zeros to front will result {0, 0, 0, 14, 5, 2, 3}. Solve without using For loop and without using a new blank array/collection. Write a Java program to replace all leading and trailing zeroes in a number without using Replace function. Eg. input - 0001120380.0000 output - 1120380, input - 00012.001200 output - 12.0012

TR2 questions. Usually from where you get the requirements for your Testing activity Criteria to automate About your automation framework Agile ceremony/meetings in agile About sprint duration What is the role of scrum master.. What is the basic code that be right for taking screenshot for fail steps If u have 3 or 4 objects, with same properties how do identify your required element In a table I have certain value I have to retrieve certain value how to write x path In selenium how many ways we can enter text Types of wait - fluent wait What are types of exceptions u faced till now How to handle exceptions When we need to use throws keyword to handle exception In excel sheet how you retrieve data What is the difference between find element and find elements
avatar

Automation Testing Consultant

Interviewed at Deloitte

3.8
Dec 6, 2024

TR2 questions. Usually from where you get the requirements for your Testing activity Criteria to automate About your automation framework Agile ceremony/meetings in agile About sprint duration What is the role of scrum master.. What is the basic code that be right for taking screenshot for fail steps If u have 3 or 4 objects, with same properties how do identify your required element In a table I have certain value I have to retrieve certain value how to write x path In selenium how many ways we can enter text Types of wait - fluent wait What are types of exceptions u faced till now How to handle exceptions When we need to use throws keyword to handle exception In excel sheet how you retrieve data What is the difference between find element and find elements

Viewing 1011 - 1020 interview questions

Glassdoor has 3,199 interview questions and reports from Test automation associate interviews. Prepare for your interview. Get hired. Love your job.