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?