Tuesday, November 19, 2013

Interview Questions with NESS Technologies



1. Tell me something about yourself/
2. What is the Difference between RC and Web Driver?
3. How to find the No. of Rows and Columns in a Web table?
4. How to get the no. of elements from a Drop down and Print the Elements also?
5. Define your framework? How many folders in frame work?
6. I want to skip a Test in TestNg Test? How to skip same.
7. I want to get properties from xls, How to write script for the same?
8. Define DDL commands.
9. What is Inheritance?
10. What is Polymormisms?
11. What is Abstractions?
12. What is fluent wait in Selenium?
13. What is Listener?
14. What are Hash Map and Hash Table in selenium?
15. What is Thread Safe?
16. How do you handle the Ajax controls in an application?
17. Explain about your framework?
18. Are you able to design a framework for automation?
19. What is dependency Injections in Selenium?
20. How to handle frames?
21. Let’s say I have a scenario:
* see the below image.
Drop down
Blue
Red
Green
Yellow

FirstName :
First Name: Text Box
Last Name:

Que: when I select an option from drop down the following text boxes will be enable. How do you check those enable after selecting option? 

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