SeleniumProject.zip
**Functionality Testing - web UI Automation end to end testing **
**Tech Stack: TestNG , Page Object Model,Selenium web Driver,BDD,Gerkhins and Extent Report **
Cautions: Please use your own web or permitted web for Testing. Do not test any website that are unauthorized/ not permitted.
How to run this code:
- Install Eclipse IDE
2. Install Eclipse plugin TestNG, Cucumber
3. add utils.java inside setup folder
package setup;
public class utils {
public static String webUserName = "";
public static String webPassword = "";
public static String releaseNumber = "";
public static String webUrl ="";
}
3. With Examples (Please look at the codes)