Skip to content

This Repo demonstrates the usage of TestNG's capability to divide Mobile UI Tests across multiple devices

Notifications You must be signed in to change notification settings

WasifIsrar/Appium_Tests_Sharding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appium_Tests_Sharding

Test Sharding for Android using Appium with TestNG

Running a large suite of Mobile App UI Tests running sequentially could take too much time. To counter this issue, we have TestNG's capability to divide tests to run on different devices.

Here we are running two classes in parallel. Each Class representing a TestNG test in TestNG.xml.

We also have added a listener class which is made thread safe using ThreadLocal class of JAVA which ensures results are displayed correctly for each test.

About

This Repo demonstrates the usage of TestNG's capability to divide Mobile UI Tests across multiple devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages