All oops concepts
Automation Testing Interview Questions
3,198 automation testing interview questions shared by candidates
Given one scenario to write manual test case
What type of exceptions do u face in ur career
Asked me to open Gmail & asked to find xpath of Email textbox
What is constructor in java? Can we inherit them?
Write login steps for Gmail using selenium
Experience with Automation Frameworks
How do you find a Web Element?
Tell me about your strong point and weak points.
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(); } }
Viewing 1891 - 1900 interview questions