Add Test Result to a test run(testcase) in VSTS

后端 未结 2 1920
鱼传尺愫
鱼传尺愫 2021-01-22 00:15

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         


        
2条回答
  •  时光取名叫无心
    2021-01-22 00:44

    The test suite is required. There are some ways to create test suite:

    Way 1:

    1. Install Test Manager extension
    2. Create test plan, test suite in Test tab

    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:

    1. Go to backlog board
    2. Add test

    1. Go to Test page and check test plan, suite

提交回复
热议问题