Skip to content

zeroneqin/tstest_multipleenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSTest -Multiple Environment

Introduction

In real test scenarios, multiple environment is very common, like regression test on multiple data centers, maybe dozens,hundreds,even thousands server need to be tested with same case. TSTest-Multiple Environment(Test Service-Test-Multiple environment) is a test framework for multiple env based on testng.

Usage

  1. Add testng case extends from BaseCase
  2. Add a constructor with 1 parameter for ip in the class
  3. Register the case to TestFactory class
  4. Run it from command line, pass the host address by ipList parameter. ... mvn clean package -Dtestngfile=demo.xml -DipList=127.0.0.1,localhost ...

Author

Jun Qin

Bug and issues

If you find any bug or issues, be free to send mail to [email protected]

License

MIT©️Jun Qin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published