Adding Test Cases to a Test Run
To add a test case, open the relevant test run and click the in the tracker toolbar.
Test Cases can be added to the test run by dragging and dropping them from the test case tree in right pane to the Test Case section of the current test run. The order of the newly added test case can also be modified.
The drag and drop selector tree panel is disabled by default, and can be enabled in the Application Configuration by the System Admin. The feature remains disabled for items where an item review workflow is implemented.
"testManagement": {
"enableTestCaseEditAfterTestRunCreation" : true/false
}
When adding test cases to a test run, it may happen that the same test case is added more than one time. To avoid creating a test run with duplicated test cases, a warning is displayed:
Click Remove All Duplicates to delete all duplicate test cases from the test run. Duplicates can also be removed by clicking which removes the other duplicates and retains this test case.
Test runs with duplicated test cases cannot be saved. A warning message is displayed when you try to save such test run. You need to remove the duplicate test cases in order to save the test run.
* 
Only the accepted test cases can be added to a test run if:
The test run is generated only from accepted test cases.
The test run contains accepted test cases, and the Run Only Accepted Test Cases option has been selected in the Submit Work Item window.
Was this helpful?