Forum Discussion

raiqee's avatar
raiqee
Occasional Contributor
9 years ago

How to run an specific test case in the selected environment?

I have multiple Environment and a lot of test cases, but not all test cases are needed to be run in all environment. Is there a way to run only an specific test cases from a test suite based on the selected Environment.

 

For Example

If I select Environment1, it will run the following test cases

TC0001

TC0002

TC0003

TC0004

TC0005

 

If I select Environment2, it will run only the following test cases

TC0001

TC0003

TC0005