Senior Test Automation Engineer Interview Questions

348 senior test automation engineer 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();    } }

1. Examples where you have made a framework which can be used by different teams like developers, testers, BA’s etc 2. Difference between scenario and scenario outline 3. What connects feature with step definition 4. What do you write in page object files 5. What is page object model 6. What are different types of waits 7. What type of wait will you use for loading symbol for an image on webpage 8. What do you write in runner file 9. Program to find missing number in an array 10. Program to print the distinct numbers in an array (array contains repeated numbers and you just need to print each number just once)
avatar

Senior Test Automation Engineer

Interviewed at Delivery Hero

3.4
May 20, 2021

1. Examples where you have made a framework which can be used by different teams like developers, testers, BA’s etc 2. Difference between scenario and scenario outline 3. What connects feature with step definition 4. What do you write in page object files 5. What is page object model 6. What are different types of waits 7. What type of wait will you use for loading symbol for an image on webpage 8. What do you write in runner file 9. Program to find missing number in an array 10. Program to print the distinct numbers in an array (array contains repeated numbers and you just need to print each number just once)

Viewing 201 - 210 interview questions

Glassdoor has 348 interview questions and reports from Senior test automation engineer interviews. Prepare for your interview. Get hired. Love your job.