Asubbiah
10 years agoContributor
Disable testcases in a particular environment
Hi
I have a testsuite with some testcases (REST services) and 3 environments.
Env1
Env2
Env3
When I select Env1 or Env2, and run my testsuite, all the testcases should be executed.
But few tests are not applicable to Env3. When I select Env3, and run the testsuite, few of my testcases/teststeps should not get executed (like disabled state).
how do I handle this? I have around 100 tests and have to disable around 10 - 20 tests for Env3.