Saved Bookmarks
| 1. |
How To Configure Selenium Webdriver In Eclipse? |
|
Answer» 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. 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. |
|