Skip to content

This is the a sample Java 'Getting Started' project to understand Sanity Testing using TestNG

Notifications You must be signed in to change notification settings

Iiqra/SanityTestingWithTestNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SanityTestingWithTestNG CircleCI

This is the a sample Java 'Getting Started' project to understand Sanity Testing using TestNG.

About the Demo

Originally, this demo was created to demontrate a sample application for the article - Sanity Testing with TestNG. So, you can read about tech stack, prerequisites, about the applcation in this guide.

Test Execution

Following command is used to run all tests in unit package as per the setting of src/test/resources/Testing.xml file.

mvn clean test

Surefire Test Reports

You can find all the generated test reports in the following location

./target/surefire-reports

About

This is the a sample Java 'Getting Started' project to understand Sanity Testing using TestNG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages