Interview Questions

Selenium WebDriver and Selenium IDE - How to write the tests in selenium WebDriver?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver and Selenium IDE - How to write the tests in selenium WebDriver?

In selenium WebDriver, depending on the programming language, I used different test framework. In C#, I used NUnit, and in Java, I used JUnit. In either programming language, I defined browser webdriver in setup method, and wrote test steps in test method and dispose and close the webdriver in the tear down method.

(Continued on next question...)

Other Interview Questions