Zensoft Interview questions - All About Testing Zensoft Interview questions

Sunday 22 April 2018

Zensoft Interview questions

1. What are XPath Axes? 

2. What are the methods of Xpath?

3. Framework structure of your project?

4. Fluent wait and Explicit wait? When to use fluent wait?

5. How will you do failure analysis of regression test suits if 500 test cases failed out of 1000 test cases

6. Wrapper classes in java?

7. What is type casting?

8. How to convert a string to integer?

9. Factorial program

10. Given one scenario like the search box and find button is there, after clicking on find all records will be 
      displayed in tabular format, and there one message will be displayed for a count of records displayed. So, how can we verify that the count mesg displayed is correct according to the number of rows displayed?

11. How can you handle windows bases events?

12. What is Auto IT and how will you write Auto IT script?

13. What is super and this keyword?

14. Can we write both super and this in same method or constructor?

15. String str = "Hello World"
The output should be - Hello World
- The second occurrence of 'o' should be replaced with 't'

16. List list1 = ["1", "2", "3", "11"] 
     List list2 = ["11", "33", "3", "4"]

Que - There are some common elements in both lists like 3 and 11, so we need to print only uncommon elements. Output :- ["1", "2", "33","4"]

17. What all challenges that you faced while designing a framework?

18. What are the dependencies that you have used?

19. What all exceptions have you faced and how you overcome it?

20. What is StaleElementReferenceException?

0 comments:

Post a Comment