Interview Questions

Selenium WebDriver and Selenium IDE - What are the prerequisites to run selenium webdriver?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver and Selenium IDE - What are the prerequisites to run selenium webdriver?

Depending on the programming language, reference files should be added to the test solutions in C# or test projects in Java. For example, in C#, I added webdriver dlls and in Java, I added Selenium-client-driver.jar file. And also, we should have programming IDE like visual studio or eclipse to run webdriver.

(Continued on next question...)

Other Interview Questions