简体   繁体   English

如何通过测试计划或标签获取测试用例执行历史

[英]How can I get Test case execution history by test plan or Tag

I wish to get it automatically and on a higher level sutch as Tag or test plan我希望自动获取它并在更高级别上获取它,例如标签或测试计划

I know I can get the outcome history manually from the test case execution history我知道我可以从测试用例执行历史中手动获取结果历史

As my knowledge, there is no directly automatic way to get the test case outcome in the test plans page.据我所知,没有直接自动的方法可以在测试计划页面中获取测试用例结果。

But here some ideas for your reference: 1.You could try to use the OData API which will return either a day's or a month's test results to find the test results.但这里有一些想法供您参考: 1.您可以尝试使用会返回一天或一个月的测试结果的OData API来查找测试结果。 It looks like something like this: https://analytics.dev.azure.com/{OrganizationName}/{ProjectName}/_odata/v3.0-preview/testResults/ 2.I search and find some third-party extension in Azure DevOps extension market such as View Latest Test Result (A custom VSTS extension that displays the latest test results for a test case on the work item form.) or Test-Analysis(Summery Add to your Azure DevOps new ways to explore your test work, and improve your work analysis. help you to get the right perspective of each Tes Plan).它看起来像这样: https://analytics.dev.azure.com/{OrganizationName}/{ProjectName}/_odata/v3.0-preview/testResults/ 2.我在Azure中搜索并找到一些第三方扩展DevOps 扩展市场,例如查看最新测试结果(自定义 VSTS 扩展,在工作项表单上显示测试用例的最新测试结果。)或测试分析(总结添加到您的 Azure DevOps 新方法来探索您的测试工作,并改进您的工作分析。帮助您获得每个 Tes 计划的正确视角)。

If this couldn't meet your requirement, we recommend that you can directly report the feature requests: https://developercommunity.visualstudio.com/report?space=22&entry=suggestion .如果这不能满足您的要求,我们建议您可以直接报告功能请求: https://developercommunity.visualstudio.com/report?space=22&entry=suggestion That will allow you to directly interact with the appropriate engineering team and make it more convenient for the engineering team to collect and categorize your suggestions.这将使您能够直接与相应的工程团队进行交互,并使工程团队更方便地收集和分类您的建议。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 检查我的测试计划在管道执行中是否有失败的测试用例 - Check if my test plan has a failed test case in the pipeline execution 如何使用API​​更新DevOps中的测试用例执行状态 - How I can update test case execution status in DevOps using API 如何在 Azure 管道运行期间检索 VsTest 测试计划测试用例 ID 并在自动化代码中使用它 - How to retrieve VsTest Test Plan test case id during Azure pipeline is running and use that in automation code 在 Azure DevOps 中执行一个测试用例 - Execution of a test case in Azure DevOps 如何在不使用 Visual Studio 的情况下将测试方法关联到 azure 测试计划测试用例? - How do I associate test methods to azure test plan test cases without using visual studio? Azure Devops-如何在发行版中的测试执行期间提取测试运行ID和测试用例ID - Azure Devops - How to extract Test Run Id and Test Case Id during test execution in a release 是否有一个很好的替代“测试和反馈”浏览器扩展来手动测试执行 Azure DevOps 测试计划模块测试用例 - Is there a good alternative to “Test & Feedback” browser extension for manual test execution of Azure DevOps Test Plan module Test Cases 使用 azure rest api 添加对测试计划、测试套件、测试用例不起作用“ShallowReference”的测试结果 - Add Test Results with references to Test Plan, Test Suite, Test Case not working “ShallowReference” using azure rest api 如何在 azure devops release email 选项中发送 Azure 测试计划执行结果 - How to send Azure Test Plan execution results in azure devops release email option 我可以通过使用测试程序集在构建管道中执行自动化测试来更新测试计划吗 - Can I update test plan by executing automated tests in build pipeline using Test assemblies
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM