Skip to content

Using TestNG and Page Object Design Pattern to implement

Notifications You must be signed in to change notification settings

ductv7/page_object_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Summary

- Using testNG and Page Object Model to build framework

2. Pre-requisites:

- Download the latest version of chromedriver/geckodriver on https://www.seleniumhq.org/download/ and put under ./drivers folder

- Download selenium-2.25.0 or later and put under ./libs folder

- Download testng-6.8.13 or later and put under ./libs folder

3. Assumption:

- All validation of fields are correct

- If facing existing account, you have to update to different email

4. How to run

- Run class VerifyFunction.java as TestNG Test

About

Using TestNG and Page Object Design Pattern to implement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published