Problem Definition: Most TFS or Microsoft Test Manager users find it difficult to update test execution result to MTM. Assume that you are done with 100+ test case execution manually and now you want to upload results (Pass/Fail/Block) for all those test cases and also link bugs, test cases to result as needed. Doing this manually is very time consuming. At this time there is no way to support this ask in MTM versions but yes, we can achieve this by writing our own code using TFS SDK APIs. Resolution: I came along with this issue some time back and created a tool using TFS APIs which upload results to MTM very smoothly. Here is how my tool works: 1. Run tool exe 2. Connect to team foundation server you want to 3. Select test plan -> Test Suite 4. Click Get Test Case button 5. This will create excel with test cases from selected test suite. 6. There is filter if you want to upload results specifically for manual or automated or all...
Comments
Post a Comment