Reputation: 11
Can we disable run button when Test Suite state is “In Planning” or “Completed”. Basically we don't want the test cases to run when Test Suite state is “In Planning” or “Completed”..
Upvotes: 1
Views: 249
Reputation: 115037
No. This is not possible. You can set a filter on the Test Plan/Suite to not show these tests.
Why would you want to be unable to run the tests? Running the tests early could give you important feedback on mismatches between understanding of the specification by coders or testers. Running them when they are completed might be for additional verification or just to be sure that something hasn't changed.
Upvotes: 2