General questions
1. Which is the default port on which selenium RC runs?
2. What are the prerequisites to run selenium webdriver?
3. What is the difference between selenium 1.0 and webdriver?
4. What are the advantages of selenium webdriver?
5. How to handle multiple windows in selenium webdriver?
6. Which are the locators used for recognizing the objects in selenium webdriver?
7. What is webdriver backed selenium?
8. When to use web driver backed selenium?
9. How to invoke an application in webdriver?
10. Where to download selenium webdriver?
11. Explain the technical problems that you had with Selenium tool?
12. What is Selenium Grid?
13. How many browsers are supported by Selenium IDE?
14. Can Selenium test an application on iPhone's Mobile Safari browser?
15. Can Selenium test an application on Android browser?
16. How many programming languages can you use in Selenium Web driver?
17. Have you read any good books on selenium?
18. Use of following-sibling ?
19. What is the
Page Object design pattern?
20. What is StaleElementException?
When does it occur?
21. How to get the number of frames on a page?
22. How to verify that an element is not present on a page?// use . length
23. How do you simulate scroll down action?
24. What is Robot class?
25. How do you verify that the given list of numbers on a web page is sorted in ascending order?
26. How to verify the presence of the success message on a page?
27. Which is the package which is to be imported while working with webdriver?
28. Who is the first person who started working on selenium?
29. Who is the person who started on webdriver?
30. How to verify whether the background color of a paragraph is green or not?
31. How to verify that the image changes on mouse hover?
32. How to login into facebook using webdriver?
33. How do you check that the pagination on google search page is working fine or not?
34. How to check if an element is visible on the web page?
35. How to check if a button is enabled on
the page?
36. How to check if a text is highlighted on the page?
37. What is the selenium's recording language?
38. What are the capabilities of selenium IDE?
39. What are the selenium components?
40. How to insert a break point in selenium IDE?
41. How to insert a comment in selenium IDE?
42. How do you handle Ajax controls using selenium?
43. How do you handle the secured connection error in HTTPS?
44. How do you compare two strings or values are same?
45. How to handle the dynamic alerts which don't always appear?
46. How to upload a file using selenium?
47. How to navigate with browser buttons in selenium webdriver?
48. How to run the tests without a browser or with HTML unit driver in selenium webdriver?
49. How to check the checkbox or radio button is selected?
50. How to get the title of the page?
51. How do u get the width of the textbox?
52. How do u get the attribute of the web element?
53. How do u read the text from the hidden elements?
54. What is the use of apache poi?
55. How to check whether a text is underlined or not?
56. How to verify whether the size of a div is 320px or not?
57. How to check the cursor type changes on hovering on a link?
58. How to verify that the font-size of a text is 12px?
59. How to verify that an image is to the right of text?
60. How to verify the presence of a horizontal line on a page?
61. How to change the URL on a webpage using selenium web driver?
62. How to get the CSS attribute of a web element using web driver?
63. How to verify the presence of tooltips on a web page?
64. How to hover the mouse on a element?
65. What is the use of getOptions() method?
66. What is the use of deSelectAll() method?
67. Can you handle flash using web driver?
68. Is WebElement an interface or a class?
69. FirefoxDriver is class or an interface and from where is it inherited?
70. Which is the super interface of webdriver?
71. What is the difference b/w close() and quit()?
72. What is the difference b/w getWindowHandles() and getWindowHandle() ?
73. What is the use of contextClick() ?
74. How to press Shift+Tab?
75. How to enter :(colon using web driver) ?
76. How to perform double click using webdriver?
77. How to check whether on click of an element ,a new tab will be opened before clicking on that element?
78. What is the use of AutoIt?
79. What is the difference between dragAndDrop() and dragAndDropBy()? 78. How to type text in a new line inside a text area?
80. How to switch back from a frame?
81. What is the use of getPageSource()?
Framework questions
1.What is a Framework?2.What are the different kinds of Framework?
3.What is Keyword driven Framework?
4.What is Hybrid Framework?
5.Different components of your framework?
6.Can you explain the Framework flow with a diagram?
7.How do you accommodate project specific methods in your framework?
8.How is the failure handled in your framework?
9.What kind of reports are generated by your framework?
1. Which is the default port on which selenium RC runs?
2. What are the prerequisites to run selenium webdriver?
3. What is the difference between selenium 1.0 and webdriver?
4. What are the advantages of selenium webdriver?
5. How to handle multiple windows in selenium webdriver?
6. Which are the locators used for recognizing the objects in selenium webdriver?
7. What is webdriver backed selenium?
8. When to use web driver backed selenium?
9. How to invoke an application in webdriver?
10. Where to download selenium webdriver?
11. Explain the technical problems that you had with Selenium tool?
12. What is Selenium Grid?
13. How many browsers are supported by Selenium IDE?
14. Can Selenium test an application on iPhone's Mobile Safari browser?
15. Can Selenium test an application on Android browser?
16. How many programming languages can you use in Selenium Web driver?
17. Have you read any good books on selenium?
18. Use of following-sibling ?
22. How to verify that an element is not present on a page?// use . length
23. How do you simulate scroll down action?
24. What is Robot class?
25. How do you verify that the given list of numbers on a web page is sorted in ascending order?
26. How to verify the presence of the success message on a page?
27. Which is the package which is to be imported while working with webdriver?
28. Who is the first person who started working on selenium?
29. Who is the person who started on webdriver?
30. How to verify whether the background color of a paragraph is green or not?
31. How to verify that the image changes on mouse hover?
32. How to login into facebook using webdriver?
33. How do you check that the pagination on google search page is working fine or not?
34. How to check if an element is visible on the web page?
36. How to check if a text is highlighted on the page?
37. What is the selenium's recording language?
38. What are the capabilities of selenium IDE?
39. What are the selenium components?
40. How to insert a break point in selenium IDE?
41. How to insert a comment in selenium IDE?
42. How do you handle Ajax controls using selenium?
43. How do you handle the secured connection error in HTTPS?
44. How do you compare two strings or values are same?
45. How to handle the dynamic alerts which don't always appear?
46. How to upload a file using selenium?
47. How to navigate with browser buttons in selenium webdriver?
48. How to run the tests without a browser or with HTML unit driver in selenium webdriver?
49. How to check the checkbox or radio button is selected?
50. How to get the title of the page?
51. How do u get the width of the textbox?
52. How do u get the attribute of the web element?
53. How do u read the text from the hidden elements?
54. What is the use of apache poi?
55. How to check whether a text is underlined or not?
56. How to verify whether the size of a div is 320px or not?
57. How to check the cursor type changes on hovering on a link?
58. How to verify that the font-size of a text is 12px?
59. How to verify that an image is to the right of text?
60. How to verify the presence of a horizontal line on a page?
61. How to change the URL on a webpage using selenium web driver?
62. How to get the CSS attribute of a web element using web driver?
63. How to verify the presence of tooltips on a web page?
64. How to hover the mouse on a element?
65. What is the use of getOptions() method?
66. What is the use of deSelectAll() method?
67. Can you handle flash using web driver?
68. Is WebElement an interface or a class?
69. FirefoxDriver is class or an interface and from where is it inherited?
70. Which is the super interface of webdriver?
71. What is the difference b/w close() and quit()?
72. What is the difference b/w getWindowHandles() and getWindowHandle() ?
73. What is the use of contextClick() ?
74. How to press Shift+Tab?
75. How to enter :(colon using web driver) ?
76. How to perform double click using webdriver?
77. How to check whether on click of an element ,a new tab will be opened before clicking on that element?
78. What is the use of AutoIt?
79. What is the difference between dragAndDrop() and dragAndDropBy()? 78. How to type text in a new line inside a text area?
80. How to switch back from a frame?
81. What is the use of getPageSource()?
Framework questions
1.What is a Framework?2.What are the different kinds of Framework?
3.What is Keyword driven Framework?
4.What is Hybrid Framework?
5.Different components of your framework?
6.Can you explain the Framework flow with a diagram?
7.How do you accommodate project specific methods in your framework?
8.How is the failure handled in your framework?
9.What kind of reports are generated by your framework?