Test Automation Associate Interview Questions

2,942 test automation associate interview questions shared by candidates

1)open google.com enter username password showauthentication popup 2)how to conferm which user is logdin? 3)differnce between findelement and findelements 4)we have 3 checkboxes then how you pass parameter in second checkbox; 5)difference butween implicite nad explicite wait 6)how do you handle exception? 7)assert and verify difference 8)you have 123456 array so u need to stored it in 4 array an reverse it 9)testng aunotations steps 10)dataprovide in testng 11)what is junit 12)tell me aboute your roles an responsibity 13)explain your project
avatar

Automation Test Engineer

Interviewed at Infosys

3.6
Aug 11, 2021

1)open google.com enter username password showauthentication popup 2)how to conferm which user is logdin? 3)differnce between findelement and findelements 4)we have 3 checkboxes then how you pass parameter in second checkbox; 5)difference butween implicite nad explicite wait 6)how do you handle exception? 7)assert and verify difference 8)you have 123456 array so u need to stored it in 4 array an reverse it 9)testng aunotations steps 10)dataprovide in testng 11)what is junit 12)tell me aboute your roles an responsibity 13)explain your project

1. Sprint activities - standup , burn down and retrospective 2. Git commands 3. Git fetch vs git pull 4. How you will automate script with 3 page + delay in each page is 30 to 100 mins . - partial automation 5. Test ng annotation - Data providers 6. @ test priority 7. DB CRUD operations - create read update delete ( Insert / select/ update/ remove) 8. Delete DB info in automation scripts 9. Perquisites handling in automation ( balance check before placing transfer ) 10 . Get entire text from a webpage and approach to save in Java - I said " list [] " or string. Then I have used substring () function to divide each paragraph
avatar

Automation Test Lead

Interviewed at Infosys

3.6
May 28, 2025

1. Sprint activities - standup , burn down and retrospective 2. Git commands 3. Git fetch vs git pull 4. How you will automate script with 3 page + delay in each page is 30 to 100 mins . - partial automation 5. Test ng annotation - Data providers 6. @ test priority 7. DB CRUD operations - create read update delete ( Insert / select/ update/ remove) 8. Delete DB info in automation scripts 9. Perquisites handling in automation ( balance check before placing transfer ) 10 . Get entire text from a webpage and approach to save in Java - I said " list [] " or string. Then I have used substring () function to divide each paragraph

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

Viewing 971 - 980 interview questions

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