VSTS:如何在待办事项列表中显示工作项的相关测试?
VSTS: How to show related tests on a work item in backlog board?
我在测试计划中添加了一个基于需求的测试套件,其中包含一个测试用例。显然,测试用例链接到 Backlog 中的 Work Item。
问题是当我转到积压工作板部分 (/_backlogs/board/Backlog%20items) 时,我看不到相关工作项的测试:
现在,如果我通过 Backlog Items(而不是 Test Plans)快速添加对工作项的测试:
之前的所有测试突然出现:
那么,有没有办法让工作项的 Test 部分始终可见?
只有当从看板创建测试用例并随后在测试管理器中更新测试用例时,您才得到预期的行为,看板显示正确的状态。在以下网站查看 看板 中的测试状态部分:
https://docs.microsoft.com/en-us/vsts/work/kanban/add-run-update-tests?view=vsts
Test integration with the Kanban board makes it easy for teams to get
started with manual testing and then take advantage of the full
testing capabilities in Test Manager later, when required. When test
cases are created from the Kanban board and updated afterwards in Test
Manager, the Kanban board shows the correct status. However,
integration is not optimized to work in the other direction; for
example, when users create requirement-based suites with Test Manager
instead of in the Kanban board. We intend to make some major
performance improvements to this integration in future releases.
我在测试计划中添加了一个基于需求的测试套件,其中包含一个测试用例。显然,测试用例链接到 Backlog 中的 Work Item。
问题是当我转到积压工作板部分 (/_backlogs/board/Backlog%20items) 时,我看不到相关工作项的测试:
现在,如果我通过 Backlog Items(而不是 Test Plans)快速添加对工作项的测试:
之前的所有测试突然出现:
那么,有没有办法让工作项的 Test 部分始终可见?
只有当从看板创建测试用例并随后在测试管理器中更新测试用例时,您才得到预期的行为,看板显示正确的状态。在以下网站查看 看板 中的测试状态部分:
https://docs.microsoft.com/en-us/vsts/work/kanban/add-run-update-tests?view=vsts
Test integration with the Kanban board makes it easy for teams to get started with manual testing and then take advantage of the full testing capabilities in Test Manager later, when required. When test cases are created from the Kanban board and updated afterwards in Test Manager, the Kanban board shows the correct status. However, integration is not optimized to work in the other direction; for example, when users create requirement-based suites with Test Manager instead of in the Kanban board. We intend to make some major performance improvements to this integration in future releases.