I need to add test result to a testcase in VSTS. I\'m new to VSTS and not sure what went wrong with my code
var ur = new Uri("https://{myaccount}.visualstudi
The test suite is required. There are some ways to create test suite:
Way 1:
Way 2: Using MTM to create test plan, test suite: Organizing Test Cases Using Test Suites.
Note: MTM is include in Visual Studio (e.g. VS Ultimate, Premium, Enterprise (2015) and visual studio test professional).
Way 3: