Adding Test Cases to a Test Run
To add a test case, open the relevant test run and click

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 test case tree is disabled by default and can be enabled in the
Application Configuration by a system administrator. 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, the same test case can be added more than once. When this occurs, a warning is displayed indicating that a test run cannot be created with duplicate test cases.
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 a test run with duplicated test cases. The duplicate test cases must be removed to save the test run.
| A test run allows only accepted test cases to be added in the following cases: • 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. |