How will you automation Data Testing. How will you do parallel testing with selenium. How can you automate Data Table. How do you automate APIs that have multiple integrations to various systems.
Senior Automation Engineer Interview Questions
1,406 senior automation engineer interview questions shared by candidates
Selenium, Core java, agile process
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(); } }
int []arr ={1,2,3,4,5,6,7,8,9,10} i.e another example : {1,3,5,6,7,8,9,10} o/p: 1 2 3 2 3 4 3 4 5 ..... int []arr ={1,2,3,5,6,7,8,9,10} o/p: 1 2 3 5 6 7 9 11 12
What is the difference between a HashMap and a HashTable?
First round was a screening round with some basic question related to Selenium and testing Second round was on a coding platform called Mettl - They would ask you to solve a couple of Coding problems and a few advanced question related to Testing Third round was pretty short - it was with a developer who asked me write a code for a problem and explain the logic Fourth round was with the Hiring manager where I questioned about my experience and asked to find bugs from a few code snippets Fifth round was with the HR - a typical HR round with behavioural questions
Describe a test case you've created
Describe a major bug your automation found
Types of exception and exception handling
Prior to an Automation Quality Engineer
Viewing 831 - 840 interview questions