admin管理员组文章数量:1387337
is there a way to create Test Point in Azure Devops? I can find in documentation how to update existing test point - assign tester, etc... but my use case is to create a particular number of test points for given test case and assign testers
is there a way to create Test Point in Azure Devops? I can find in documentation how to update existing test point - assign tester, etc... but my use case is to create a particular number of test points for given test case and assign testers
Share Improve this question asked Mar 17 at 11:21 KubaKuba 711 gold badge2 silver badges9 bronze badges 1- Have you tried the REST API mentioned in my answer below? Do they work for your? @Kuba – Bright Ran-MSFT Commented Mar 21 at 3:13
1 Answer
Reset to default 0A test point is an instance of test case assigned with a specific test configuration. If you assign multiple configurations to a test case, it will have one test point for each of the assigned configurations. So, to set up a new test point for a test case, you just need to assign a new configuration to the test case.
For your case, you can do with the following Azure DevOps REST API:
Call the API "Suite Test Case - Update" to update the specified test cases with the specified existing configurations. The response of this API can return the test points associated with the test cases.
You also can call the API "Test Point - Get Points List" to list test points associated with a specified test case.
Call the API "Test Point - Update" to update the specified test points. You can update the
result/outcome
andtester
of each test point.
本文标签: azure devops rest apiAzureDevops APIcreate test pointsStack Overflow
版权声明:本文标题:azure devops rest api - AzureDevops API - create test points - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744564563a2612969.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论