Sunday, October 31, 2021

ADP Interview Question for Automation Test engineer (2 to 5 year Experience 2021)

 1) Tell me about your self

2) What is locator and types of locations

3) Given to write Xpath using I'd locator 

4) WAP to find duplicate character in String. 

5) What is overriding and overloading in java and WAP for overriding and overloading. 

6) What is wait statements in selenium? 

7) Have you developed framework. 

8) What is method hiding

9) WAP to reverse each character in string.

No comments:

Post a Comment

Q) How To Find Duplicate Characters In A String In Java?

Step1:- Creating a HashMap containing char as key and it's occurrences as value. Step2:- Converting given string to char array. Step3:- ...