Skip to content

johanhartono/SDETQA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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:

  1. 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)

About

Software Development in Test / QA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published