Rupali Kokate
Rupali Kokate

Reputation: 11

TFS MTM 2013 Test Suite, Test Run on the basis of suite State

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

Answers (1)

jessehouwing
jessehouwing

Reputation: 115037

No. This is not possible. You can set a filter on the Test Plan/Suite to not show these tests.

enter image description here

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

Related Questions