Hasitha Solasa
Hasitha Solasa

Reputation: 3

Bulk change of Test Case status in Microsoft Test Manager for a particular Test suite

I'm new to Microsoft Test Manager. I have lot of Test suites in my MTM and want to change the status of each test case from Design to Ready state in a particular test suite.

Is there a way to do it in MTM or TFS without individually changing each and every test case status manually. (There are no tags for the Test Case and I tried to query by test suite name but it doesn't work).

Note: I know the I could change the state of the test suite to In progress and All the test cases will be available for testing.

Thanks in advance.

Upvotes: 0

Views: 1331

Answers (2)

Shamrai Aleksander
Shamrai Aleksander

Reputation: 16018

If you have latest version of tfs on web test hub you may select several test (screens from vsts): enter image description here

set new value for the State field enter image description here

Upvotes: 1

DaveShaw
DaveShaw

Reputation: 52798

You can write a query in TFS to find all the test cases that meet your criteria.

Export into Excel (or Import using TEAM tab in Excel) and change all the values and publish the results back.

Or on the latest version of VSTS I can select all the WI's in the Query Result, right click and select "Edit", then change the State to Ready and save all.

Upvotes: 1

Related Questions