1) Write the framework which is used in your project? ( for experienced)
2) write the code to fetch data from an excel sheet? (very important question asked in most of the interview)
3) what is StaleElementReferenceException?
4) what is Encapsulation?
5) what is Polymorphism? real time example?
6) what is the difference between /a and //a[tr] ?
7) Write a program to reverse the string?
8) Difference between implicit and Explicit Wait? write code?
9) List the popups and write code to handle it?
10) Write an anagram program?
11) Program to take a screenshot?
12) try{
}
catch(ArithmeticException ae){
}
catch(Exception e){
}
catch(LogicalException le){
}
Which catch block will get executed if u get ArithmeticException?
Which catch block will get executed if u get LogicalException?
13) 4 textbox with the same class name but different id fetch the text present in all text box?
14) how do you click on checkbox using XPath?
15) print all the options present inside multiple Listbox?
16) How many ways you find an element in a webpage?
Labels:
Company Papers
2) write the code to fetch data from an excel sheet? (very important question asked in most of the interview)
3) what is StaleElementReferenceException?
4) what is Encapsulation?
5) what is Polymorphism? real time example?
6) what is the difference between /a and //a[tr] ?
7) Write a program to reverse the string?
8) Difference between implicit and Explicit Wait? write code?
9) List the popups and write code to handle it?
10) Write an anagram program?
11) Program to take a screenshot?
12) try{
}
catch(ArithmeticException ae){
}
catch(Exception e){
}
catch(LogicalException le){
}
Which catch block will get executed if u get ArithmeticException?
Which catch block will get executed if u get LogicalException?
13) 4 textbox with the same class name but different id fetch the text present in all text box?
14) how do you click on checkbox using XPath?
15) print all the options present inside multiple Listbox?
16) How many ways you find an element in a webpage?
Responses
0 Respones to "Capgemini Selenium Interview Questions Placement Papers "
Post a Comment