Reputation: 7551
I want to track results of manual test cases in VS online (where I keep my tasks, bugs etc). I've created a test plan and some test cases, and can start a test run and mark test cases as passed/failed, with comments per test case.
However, my source control and build are not in VS online, but in a totally separate system - non-ideal situation I can't change. I would like to mark each test run with a build number from my build system - but how can I do that?
I've tried:
Run with options - but that only lets me select TFS builds, and my build is not in TFS.
Add build as test run comment - but how do I enter a comment?
Upvotes: 0
Views: 221
Reputation: 4202
It doesn't support to use a build outside VSTS. It only supports to choose a TFS build. You could vote this User Voice about choosing an outside build: https://visualstudio.uservoice.com/forums/330519-team-services/suggestions/16363333-vsts-choosing-a-outsite-build-when-run-a-test-case
About the Test Run comments, in VSTS web page, it can't add a comment for test runs. But you could use MTM to add a Test Run comment.
Upvotes: 1