0% found this document useful (0 votes)
77 views1 page

Selenium Interview Questions For Developers: Answers

This document lists 15 common Selenium interview questions for developers, including questions about companies that use Selenium, the most popular programming languages used with Selenium, integrating Selenium with continuous integration servers, configuring Selenium Grid environments, integrating Selenium with Eclipse and Cucumber, automating testing of Flash, Flex and Silverlight applications, moving between browser windows, checking element visibility, JavaScript variables, button enabled status, text highlighting, and handling browser pop-up windows.

Uploaded by

cap.rohit550
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views1 page

Selenium Interview Questions For Developers: Answers

This document lists 15 common Selenium interview questions for developers, including questions about companies that use Selenium, the most popular programming languages used with Selenium, integrating Selenium with continuous integration servers, configuring Selenium Grid environments, integrating Selenium with Eclipse and Cucumber, automating testing of Flash, Flex and Silverlight applications, moving between browser windows, checking element visibility, JavaScript variables, button enabled status, text highlighting, and handling browser pop-up windows.

Uploaded by

cap.rohit550
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Selenium interview questions for developers

1. What companies use Selenium for software testing?


2. What is most preferred/popular language on Selenium automation?
3. How to integrate Selenium with continuous integration server?
4. How to configure a new environment in Selenium Grid?
5. How to integrate Eclipse and Selenium together?
6. How to integrate Cucumber and Selenium together?
7. How to automate testing of Flash application using Selenium RC?
8. How to automate testing of Flex application using Selenium RC?
9. How to automate testing of Silverlight application using Selenium RC?
10. How to move between browser windows with Selenium?
11. How to check if an element is visible on the web page?
12. How to check a JavaScript variable using Selenium?
13. How to check if a button is enabled on the page?
14. How to check if a text is highlighted on the page?
15. How to handle browser pop up windows with Selenium?

Answers

Handling browser pop-up windows with Selenium

...which works most of the time. Occasionally the test will fail on the waitForPopUp()
line with

The solution is

You might also like