Tuesday, November 19, 2013

Interview Questions with Value Labs


·       Interview questions at Value labs.
1.   What is the major diff between Selenium RC and Selenium web driver?
2.   Have you ever worked on Ajax applications?
3.   How would you handle Ajax controls in your applications?
4.   What Is Array and Array List?
5.   Write a program for bubble sort?
6.   Have you ever worked on QTP tool. Difference of QTP & Selenium?
7.   What are the defect management tools you are using?
8.   Define bug life cycle?
9.   Suppose I cannot find an element in a web page , what is the best approach to handle the same?
10.         Let’s say I have a scenario.
·       I have 100 links in web page. I want to count the links,
·       Print the 15th link text.
·       I want to click on 17th link.
·       How can you come back to the previous page?
11.         How do you handle multiple windows?
12.         How do you handle java scripts in an application?
13.         How to get the text from alerts?
14.         How to upload an image file?
15.         How to handle dynamic element in webpage?
16.         How to find frames in a webpage?
17.         What is inheritance?
18.         What is class?
19.         What is polymorphism?
20.         What is method overloading and over ridding?
21.         I want get the highest salary from a table?
22.         How to update the column in a table?
23.         How to connect to SQL Server using Selenium web driver?

2 comments:

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