简体   繁体   English

Azure DevOps - 撤消从更新“自动化状态”到自动测试用例

[英]Azure DevOps - Undo From Updating "Automation status" to Automated for Test cases

Is there a way to undo from updating "Automation Status" to Automated by API for Test cases有没有一种方法可以撤消将“自动化状态”更新为由 API 为测试用例自动化

I updated the automation status of the test case to "Automated" via the API by mistake, and I want to return it to my "Planned "or "Not Automated".我错误地通过API将测试用例的自动化状态更新为“自动化”,我想将其恢复为“已计划”或“未自动化”。

You could return it via UI.您可以通过 UI 返回它。

Click "clear" to return to the previous status.单击“清除”返回到之前的状态。

在此处输入图像描述

You could use Update Work Items API: https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/work-items/update?view=azure-devops-rest-5.1&tabs=HTTP to update the Automation status to Planned or Not Automated.您可以使用更新工作项目 API: https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/work-items/update?view=azure-devops-rest-5.1&tabs=HTTP将自动化状态更新为已计划或未自动化。

暂无
暂无

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

相关问题 Azure DevOps – 自动化测试用例:如何删除不需要的测试用例关联 - Azure DevOps – automated test cases: How to remove unwanted test case associations 我可以恢复不小心从 Azure DevOps 中删除的测试用例/测试套件吗 - Can I restore Test Cases/Test Suite I accidentally deleted from Azure DevOps 有没有办法将测试套件/案例从 MTM 应用程序移动到 Azure Devops 的测试计划? - Is there a way to move test suite/cases from MTM application to Azure Devops' Test plan? Azure DevOps 中的自动化 UI 测试关联不起作用? - Automated UI test association in Azure DevOps doesn't work? 如何将具有共享步骤的测试用例从 TFS 迁移到 Azure DevOps? - How can I migrate test cases with shared steps from TFS to Azure DevOps? 是否有一个很好的替代“测试和反馈”浏览器扩展来手动测试执行 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 DevOps 下载测试运行结果 - Download Test Run Results from Azure DevOps 自动调试失败的 API 测试用例 - Automated Debugging of failed API test cases Azure DevOps 中的测试套件 - Test suites in Azure DevOps 为系统制作自动化测试用例,无需手动从数据库中删除记录即可保存唯一数据 - Make automated test cases for system which saves unique data without deleting records manually from database
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM