Interview Questions

Selenium WebDriver and Selenium IDE - How to configure selenium webdriver in eclipse?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver and Selenium IDE - How to configure selenium webdriver in eclipse?

In eclipse, I created java projects and added JUnit or TestNG classes. In the project reference, I added JUnit or TestNG jar file. In the test class, I used webdriver in setup, test and teardown methods. Sometimes, I used webdriver in beforeclass, beforemethod, aftermethod, afterclass sections.

(Continued on next question...)

Other Interview Questions