简体   繁体   English

您是否应该将单元测试与 Azure DevOps 中的测试计划相关联?

[英]Should you associate unit tests with Test Plans in Azure DevOps?

I'm currently running xUnit unit tests in by build pipeline to prevent releasing builds with failing tests.我目前正在通过构建管道运行 xUnit 单元测试,以防止发布测试失败的构建。 I see that there's an option to associated automated tests with test plans within Azure DevOps.我看到在 Azure DevOps 中有一个将自动化测试与测试计划相关联的选项。 Is this a good practice for unit tests, or should this only be done with functional and/or integration tests?这是单元测试的好习惯,还是应该只通过功能和/或集成测试来完成?

Run unit, function and integration test suites in Azure Pipelines.运行单元、function 和 Azure 管道中的集成测试套件。 Azure Test plans is supposed to improve overall code quality by using manual and exploratory testing services for your applications . Azure 测试计划应该通过为您的应用程序使用手动和探索性测试服务来提高整体代码质量

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

相关问题 Azure DevOps 测试计划 - Azure DevOps test Plans 运行 Azure devops 测试计划 javascript 测试的任何工作? - anywork around for running Azure devops Test plans for javascript tests? 如何在 Azure DevOps 测试计划中执行我的编剧测试 - How to execute my playwright tests in Azure DevOps Test Plans Azure devops 未运行 MS 测试单元测试 - Azure devops not running MS test unit tests Azure 测试计划的 DevOps 审计日志 - Azure DevOps audit logs for test plans 如何将更多测试关联到 azure devops 中的测试用例 - How to associate more tests to a testcase in azure devops 如何在 Azure 测试计划中运行自动化测试 - How to run automated Tests in Azure Test Plans 有没有办法使用 VS 代码将自动化测试与 Azure DevOps 中的测试用例相关联? - Is there a way to associate Automated tests to Test Cases in Azure DevOps using VS Code? 我们可以使用 Azure DevOps 测试计划进行 Datalake 测试吗 - Can we use Azure DevOps Test Plans for Datalake testing 从 Azure DevOps (VSTS) 中的测试计划运行 SpecFlow 场景大纲 - Running SpecFlow Scenario Outlines from Test Plans in Azure DevOps (VSTS)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM