From 99f6b54168e90d6249a5dc37aaba9b1b3e84e9da Mon Sep 17 00:00:00 2001 From: KathrynEE Date: Tue, 31 Aug 2021 14:50:00 -0700 Subject: [PATCH] updates to support test integration. --- docs/cross-service/cross-service-overview.md | 187 +++++++++++++++++-- 1 file changed, 176 insertions(+), 11 deletions(-) diff --git a/docs/cross-service/cross-service-overview.md b/docs/cross-service/cross-service-overview.md index ae68e2af2e6..23bf733d351 100644 --- a/docs/cross-service/cross-service-overview.md +++ b/docs/cross-service/cross-service-overview.md @@ -369,34 +369,199 @@ The following table summarizes the integration features between Azure Repos and ::: moniker-end + + + - +## Test work item types +Work item types that support the test experience are linked together using the link types shown in the following image. These include *Tested By/Tests*, *Test Cases/Shared Steps*, and *Reference By/References*. + +![Test management work item types](../boards/work-items/guidance/media/ALM_PT_WITS_TestExperience.png) + +From the web portal, you can view which test cases are defined for a test suite, and which test suites are defined for a test plan. However, these objects aren't connected to each other through specific link types. + + +## Bug tracking + +When tracking bugs using the Bug work item type, note the following supported integrations. + + +:::row::: + :::column span="1"::: + **Scenario** + :::column-end::: + :::column span="1"::: + **Work item type** + :::column-end::: + :::column span="3"::: + **Description** + :::column-end::: +:::row-end::: +--- +:::row::: + :::column span="1"::: + Create a bug from a testing tool + :::column-end::: + :::column span="3"::: + You can add a bug from Test Runner or the Test & Feedback extension. To learn more, see [../boards/backlogs/manage-bugs.md#create-a-bug-from-a-testing-tool]. + :::column-end::: +:::row-end::: +--- +:::row::: + :::column span="1"::: + Create inline tests linked to bugs or user stories + :::column-end::: + :::column span="3"::: + When your team tracks bugs as requirements, you can use the Kanban board to add tests to verify bug fixes or user stories. To learn more, see [Add, run, and update inline tests](../boards/boards/add-run-update-tests.md). + :::column-end::: +:::row-end::: +--- +:::row::: + :::column span="1"::: + Track build information with bugs + :::column-end::: + :::column span="3"::: + The Bug work item form contains System Info, Found in Build, and Integrated in Build that support tracking code defects found and resolved within pipeline builds. To learn more, see [Query based on build and test integration fields](../boards/queries/build-test-integration.md). + :::column-end::: +:::row-end::: +--- @@ -698,4 +863,4 @@ Analytics provides the reporting platform for Azure DevOps. Analytics is general ## Related articles - [End-to-end traceability](end-to-end-traceability.md) -- [Data model for Analytics](../report/extend-analytics/data-model-analytics-service.md) \ No newline at end of file +- [Data model for Analytics](../report/extend-analytics/data-model-analytics-service.md)