您应该将单元测试与 Azure DevOps 中的测试计划相关联吗?
Should you associate unit tests with Test Plans in Azure DevOps?
我目前正在 运行 通过构建管道进行 xUnit 单元测试,以防止发布测试失败的构建。我看到有一个选项可以将自动化测试与 Azure DevOps 中的测试计划相关联。这是单元测试的好做法,还是应该仅通过功能性 and/or 集成测试来完成?
运行 Azure Pipelines 中的单元、功能和集成测试套件。 Azure 测试计划应该 improve overall code quality by using manual and exploratory testing services for your applications。
我目前正在 运行 通过构建管道进行 xUnit 单元测试,以防止发布测试失败的构建。我看到有一个选项可以将自动化测试与 Azure DevOps 中的测试计划相关联。这是单元测试的好做法,还是应该仅通过功能性 and/or 集成测试来完成?
运行 Azure Pipelines 中的单元、功能和集成测试套件。 Azure 测试计划应该 improve overall code quality by using manual and exploratory testing services for your applications。