Saturday, December 7, 2013

Interview Questions at Semantic Space

1. Tell me something about your self?
2. What are the version control system you are using?
3. what are the selenium components you are using?
4. what is the difference between Selenium RC and Selenium Web driver?
5. What are the limitations of selenium RC?
6. What is Array and Array list?
7. what is the difference between JUNIT and TESTNG?
8. How to connect a database with Selenium?
9. How can i increase my Array size dynamically?
10. What is the Update command syntax?
11. what is the inheritance?
12. How to work on multiple inheritance concept in java?
13. what is interface?
14. How to get the image name which is dynamically changing every time?
15. What is the difference between QTP and Selenium?
16. Generally how to generate the Selenium test result report? On what format you are sending the results to your lead?


No comments:

Post a Comment

TestNG - Can i use the 2 different data providers to same @test methods in TestNG?

public Object [][] dp1 () { return new Object [][] { new Object [] { "a" , "b" }, new Obje...