Test Automation Developer Interview Questions

3,426 test automation developer interview questions shared by candidates

class A { static void m1()  {   System.out.println("In m1 A");  } } class B extends A {  static void m1()  {   System.out.println("In m1 B");  } void m2()  {   System.out.println("In m2 B");  } } class Test {   public static void main(String[] args) {      A a=new B();      a.m1();    } }
avatar

Senior Test Automation Engineer

Interviewed at Globant

3.6
Aug 3, 2021

class A { static void m1()  {   System.out.println("In m1 A");  } } class B extends A {  static void m1()  {   System.out.println("In m1 B");  } void m2()  {   System.out.println("In m2 B");  } } class Test {   public static void main(String[] args) {      A a=new B();      a.m1();    } }

- About my previous experience - Framework design patterns (Not types of automation framework) - TestNG annotations - How to execute single @Test method parallelly on 3/4 instances of chrome browser - In above case, how to pass different data for each instance through DataProvider - What is Test and method in TestNG - We can achieve same functionality as DataProvider through Java (e.g. collections)--> Which one we should prefer and why? - Program to count each letter in String e.g. GlobalGlobant -->1. With collections, 2. Without collections - Program to Print ''Found" if 3 consecutive number found in int array - How to generate Testng.xml automatically - Maven commands for build generation - Use of Maven dependncies - When does jar files gets downloaded in case of Maven pom.xml - What happens if we change jar version in pom.xml in middle of the execution -
avatar

Selenium Automation Test Engineer

Interviewed at Globant

3.6
Sep 4, 2019

- About my previous experience - Framework design patterns (Not types of automation framework) - TestNG annotations - How to execute single @Test method parallelly on 3/4 instances of chrome browser - In above case, how to pass different data for each instance through DataProvider - What is Test and method in TestNG - We can achieve same functionality as DataProvider through Java (e.g. collections)--> Which one we should prefer and why? - Program to count each letter in String e.g. GlobalGlobant -->1. With collections, 2. Without collections - Program to Print ''Found" if 3 consecutive number found in int array - How to generate Testng.xml automatically - Maven commands for build generation - Use of Maven dependncies - When does jar files gets downloaded in case of Maven pom.xml - What happens if we change jar version in pom.xml in middle of the execution -

Viewing 2031 - 2040 interview questions

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