Sunday, October 31, 2021

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

 1) Tell me about skills, roles , responsibilities and experience ?

2) What Singleton class in java can you write code ?

3) WAP to count each occurrence of words in Sentence ?

4) What is steal Element exception in selenium ?

5) What is finally block in java ?

6) What is hooks in cucumber ?

7) What is difference between selenium and cucumber ?

8) Can you explain your Rest assured framework ?

9) How to authenticate POST method ?

10) What is Hash Map and Hash Tree ?

11) where you have used collection in your project ?

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:- ...