Writing your first test case in Selenium WebDriver
In the following post I will go step by step and explain how to write your first test case using Selenium Webdriver and execute it using TestNG. 1. Right click on the src folder ->New -> Package. (more…)