Skip to content

Commit 6e0a3b8

Browse files
authored
Merge pull request #9080 from MicrosoftDocs/users/chcomley/test-plans-curation
[Test Plans] Rework "feedback" articles, curation, and refreshes for TOC, index, and include files
2 parents 5c9a2fb + 09f9480 commit 6e0a3b8

15 files changed

Lines changed: 423 additions & 404 deletions

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14488,6 +14488,21 @@
1448814488
"source_path_from_root": "/docs/pipelines/test/codecoverage-for-pullrequests.md",
1448914489
"redirect_url": "/azure/devops/pipelines/test/review-code-coverage-results",
1449014490
"redirect_document_id": false
14491+
},
14492+
{
14493+
"source_path": "docs/test/provide-stakeholder-feedback.md",
14494+
"redirect_url": "/azure/devops/test/request-stakeholder-feedback",
14495+
"redirect_document_id": true
14496+
},
14497+
{
14498+
"source_path": "docs/test/voluntary-stakeholder-feedback.md",
14499+
"redirect_url": "/azure/devops/test/request-stakeholder-feedback",
14500+
"redirect_document_id": false
14501+
},
14502+
{
14503+
"source_path": "docs/test/track-stakeholder-feedback.md",
14504+
"redirect_url": "/azure/devops/test/request-stakeholder-feedback",
14505+
"redirect_document_id": false
1449114506
}
1449214507
]
1449314508
}

docs/cross-service/cross-service-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Several collaboration scenarios are supported through Azure Boards work item typ
123123
| Request code review | **Code Review Request** | Tracks information entered into the TFVC New Code Review form. For more information, see [Get your code reviewed with Visual Studio](../repos/tfvc/get-code-reviewed-vs.md). |
124124
| Provide code review | **Code Review Response** | Tracks review comments provided by code reviewers in [response to a code review request](../repos/tfvc/get-code-reviewed-vs.md#respond-to-the-code-review-request). |
125125
| Request feedback | **Feedback Request** | Tracks information entered into a request feedback form. Use the following forms to initiate a feedback request. <br> - [Request stakeholder feedback](../test/request-stakeholder-feedback.md) <br> - [Get feedback](/previous-versions/azure/devops/project/feedback/get-feedback). |
126-
| Provide feedback | **Feedback Review** | Lets stakeholders [provide feedback](../test/provide-stakeholder-feedback.md) based on requests for feedback or by [volunteering feedback](../test/voluntary-stakeholder-feedback.md) using the [Microsoft Test & Feedback](https://marketplace.visualstudio.com/items?itemName=ms.vss-exploratorytesting-web) Marketplace extension. |
126+
| Provide feedback | **Feedback Review** | Lets stakeholders [provide feedback](../test/request-stakeholder-feedback.md#email) based on requests for feedback or by [volunteering feedback](../test/request-stakeholder-feedback.md#voluntary) using the [Microsoft Test & Feedback](https://marketplace.visualstudio.com/items?itemName=ms.vss-exploratorytesting-web) Marketplace extension. |
127127
| Manual testing | **Test Plan** | Groups one or more test suites and individual test cases together. Test plans include static test suites, requirement-based suites, and query-based suites. To get started, see [Create test plans and test suites](../test/create-a-test-plan.md). |
128128
| Manual testing | **Test Suite** | Groups one or more test cases into separate testing scenarios within a single test plan. Grouping test cases makes it easier to see which scenarios are complete. |
129129
| Manual testing | **Test Case** | Defines steps used to validate individual parts of your code to ensure your code works correctly, has no errors, and meets business and customer requirements. You can [add individual test cases](../test/create-test-cases.md) to a test plan without creating a test suite. More than one test suite or test plan can refer to a test case. You can effectively reuse test cases without having to copy or clone them for each suite or plan. |

docs/project/feedback/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ As users perform exploratory testing, you can [gain insights from the sessions](
4848

4949
For more information, see the following articles:
5050

51-
- [Install the Test & Feedback extension](../../test/request-stakeholder-feedback.md?toc=/azure/devops/project/toc.json)
52-
- [Request stakeholder feedback](../../test/request-stakeholder-feedback.md?toc=/azure/devops/project/toc.json)
53-
- [Provide stakeholder feedback](../../test/provide-stakeholder-feedback.md?toc=/azure/devops/project/toc.json)
51+
- [Install the Test & Feedback extension](../../test/perform-exploratory-tests.md)
52+
- [Request and provide stakeholder feedback](../../test/request-stakeholder-feedback.md?toc=/azure/devops/project/toc.json)
5453

5554
## Use the Microsoft Feedback client
5655

docs/project/feedback/toc.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
href: index.md
33
- name: Test & Feedback extension
44
items:
5-
- name: Request stakeholder feedback
6-
displayName: stakeholder, feedback, request
5+
- name: Request and provide stakeholder feedback
6+
displayName: stakeholder, feedback, request, provide, voluntary, track
77
href: ../../test/request-stakeholder-feedback.md?toc=/azure/devops/project/toc.json
8-
- name: Provide stakeholder feedback
9-
displayName: stakeholder, feedback, provide
10-
href: ../../test/provide-stakeholder-feedback.md?toc=/azure/devops/project/toc.json
118
- name: Get insights from tests
129
displayName: insights, exploratory
1310
href: ../../test/insights-exploratory-testing.md
@@ -26,12 +23,6 @@
2623
- name: Add to existing bugs
2724
displayName: bugs, exploratory
2825
href: ../../test/add-to-bugs-exploratory-testing.md
29-
- name: Provide feedback without a request
30-
displayName: stakeholder, feedback, voluntary
31-
href: ../../test/voluntary-stakeholder-feedback.md?toc=/azure/devops/project/toc.json
32-
- name: Track stakeholder feedback requests
33-
displayName: stakeholder, feedback, response, query
34-
href: ../../test/track-stakeholder-feedback.md?toc=/azure/devops/project/toc.json
3526
- name: Microsoft Feedback client (Archived)
3627
items:
3728
- name: Request feedback

docs/project/index.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,8 @@ landingContent:
9999
url: ./feedback/index.md
100100
- linkListType: how-to-guide
101101
links:
102-
- text: Request feedback, Test & Feedback extension
102+
- text: Request & provide stakeholder feedback
103103
url: ../test/request-stakeholder-feedback.md?toc=/azure/devops/project/toc.json
104104
- text: Request feedback, Microsoft Feedback Client
105105
url: /previous-versions/azure/devops/project/feedback/get-feedback
106-
- text: Track feedback
107-
url: ../test/track-stakeholder-feedback.md?toc=/azure/devops/project/toc.json
108106

docs/test/connected-mode-exploratory-testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ To use the Test & Feedback extension in Connected mode, connect to an Azure DevO
2020

2121
* Users with **Basic** access can use the extension to perform exploratory
2222
testing, as described in this article.
23-
* Users with **Stakeholder** access can use the extension to respond to feedback requests or to [provide feedback](provide-stakeholder-feedback.md#direct) voluntarily.
24-
* Users with **Basic** or **Stakeholder** access can use extension to respond to feedback requests sent by the team by choosing the **Provide feedback** link in the email. for more information, see [Provide stakeholder feedback](provide-stakeholder-feedback.md#email).
23+
* Users with **Stakeholder** access can use the extension to respond to feedback requests or to [provide feedback](request-stakeholder-feedback.md#voluntary) voluntarily.
24+
* Users with **Basic** or **Stakeholder** access can use extension to respond to feedback requests sent by the team by choosing the **Provide feedback** link in the email. for more information, see [Provide stakeholder feedback](request-stakeholder-feedback.md#email).
2525

2626
## Prerequisites
2727

@@ -53,7 +53,7 @@ To use the Test & Feedback extension in Connected mode, connect to an Azure DevO
5353
If there are many projects or teams, use the search textbox to find the one you need.
5454

5555
The extension is now ready to be used in **Connected** mode.
56-
Depending on your access level (Basic or Stakeholder), you see the appropriate UI for either [exploratory testing](#create-bugs) or [providing feedback](provide-stakeholder-feedback.md).
56+
Depending on your access level (Basic or Stakeholder), you see the appropriate UI for either [exploratory testing](#create-bugs) or [providing feedback](request-stakeholder-feedback.md#email).
5757
The extension remembers your selection and remains connected until the session cookies expire or you explicitly disconnect from the server.
5858

5959
<a name="create-bugs"></a>

docs/test/includes/feedback-header-text.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ms.date: 09/30/2025
55

66
Stakeholders can respond to feedback requests in Azure DevOps by using the Test & Feedback extension, [Exploratory testing](../perform-exploratory-tests.md).
77

8-
Users with Basic access can request feedback from stakeholders by using the work-item shortcut menu. If you have Basic access and want to provide feedback, follow the non‑stakeholder workflow described in [Provide stakeholder feedback](../provide-stakeholder-feedback.md#non-stakeholder-feedback).
8+
Users with Basic access can request feedback from stakeholders by using the work-item shortcut menu. If you have Basic access and want to provide feedback, follow the non‑stakeholder workflow described in [Request and provide stakeholder feedback](../request-stakeholder-feedback.md#non-stakeholder-feedback).
99

1010
Quick links
11-
- [Request feedback](../request-stakeholder-feedback.md)
12-
- [Provide feedback](../provide-stakeholder-feedback.md)
13-
- [Voluntary feedback](../voluntary-stakeholder-feedback.md)
14-
- [Track requests](../track-stakeholder-feedback.md)
11+
- [Request feedback](../request-stakeholder-feedback.md#request)
12+
- [Provide feedback](../request-stakeholder-feedback.md#email)
13+
- [Voluntary feedback](../request-stakeholder-feedback.md#voluntary)
14+
- [Track requests](../request-stakeholder-feedback.md#track)
1515

1616
> [!NOTE]
1717
> The end-to-end flow described here applies to web apps and to Azure DevOps. To collect feedback for desktop apps or for older versions, use the [Get feedback](/previous-versions/azure/devops/project/feedback/get-feedback) workflow.

docs/test/includes/important-note-request-feedback-unavailable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ ms.date: 09/30/2025
99
> The **Request feedback** shortcut menu isn't available in Azure DevOps Services. Use one of these alternatives:
1010
>
1111
> - Send an email or chat message to the stakeholders you want to reach, or
12-
> - Use the [Test & Feedback extension](../voluntary-stakeholder-feedback.md) to collect feedback directly from a browser.
12+
> - Use the [Test & Feedback extension](../request-stakeholder-feedback.md#voluntary) to collect feedback directly from a browser.
1313
>

docs/test/index.yml

Lines changed: 88 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,135 @@
11
### YamlMime:Landing
22

33
title: Azure Test Plans documentation
4-
summary: Improve your overall code quality by using manual and exploratory testing services for your apps.
4+
summary: Plan, execute, and track manual, exploratory, and automated tests to ship high-quality software with Azure DevOps.
55

66
metadata:
77
title: Azure Test Plans documentation
88
titleSuffix: Azure DevOps
9-
description: Test your software using manual and exploratory testing services to improve your overall code quality.
9+
description: Plan, run, and track manual and exploratory tests, collect stakeholder feedback, and review automated test results with Azure Test Plans.
1010
ms.service: azure-devops-test-plans
1111
ms.custom: UpdateFrequency3
1212
ms.assetid: 00f4ed452-fbb8-45f9-8f0a-343702aac5b8
1313
ms.topic: landing-page
1414
ms.author: pliaros
1515
author: chcomley
16-
ms.date: 07/18/2025
16+
ms.date: 03/30/2026
1717
ms.update-cycle: 1095-days
1818

1919
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
2020

2121
landingContent:
22-
# Cards and links should be based on top customer tasks or top subjects
23-
# Start card title with a verb
24-
# Card (optional)
25-
- title: About Azure Test Plans
22+
# Card 1 — Get started
23+
- title: Get started
2624
linkLists:
2725
- linkListType: overview
2826
links:
2927
- text: What is Azure Test Plans?
30-
url: ../test/overview.md
28+
url: overview.md
3129
- text: Navigate Test Plans
32-
url: ../test/navigate-test-plans.md
33-
- text: Store custom data in test plan and/or test result
34-
url: ../test/custom-fields.md
35-
- title: Run manual tests
30+
url: navigate-test-plans.md
31+
- text: Test objects and terms
32+
url: test-objects-overview.md
33+
- linkListType: get-started
34+
links:
35+
- text: Default permissions (Security)
36+
url: manual-test-permissions.md
37+
# Card 2 — Test plans, suites & cases
38+
- title: Create test plans, suites & cases
3639
linkLists:
37-
- linkListType: quickstart
40+
- linkListType: how-to-guide
3841
links:
3942
- text: Create test plans and suites
40-
url: ../test/create-a-test-plan.md
41-
- text: Create manual test cases
42-
url: ../test/create-test-cases.md
43-
- text: Run manual tests
44-
url: ../test/run-manual-tests.md
45-
- linkListType: tutorial
43+
url: create-a-test-plan.md
44+
- text: Create test cases
45+
url: create-test-cases.md
46+
- text: Share steps between test cases
47+
url: share-steps-between-test-cases.md
48+
- text: Copy or clone test plans, suites, cases
49+
url: copy-clone-test-items.md
50+
- text: Bulk import and export (CSV/XLSX)
51+
url: bulk-import-export-test-cases.md
52+
# Card 3 — Run manual tests
53+
- title: Run manual tests
54+
linkLists:
55+
- linkListType: how-to-guide
4656
links:
57+
- text: Run manual tests
58+
url: run-manual-tests.md
4759
- text: Test different configurations
48-
url: ../test/test-different-configurations.md
49-
- title: Test & Feedback extension
60+
url: test-different-configurations.md
61+
- text: Repeat a test with different data
62+
url: repeat-test-with-different-data.md
63+
- text: Perform user acceptance testing
64+
url: user-acceptance-testing.md
65+
- text: Collect diagnostic data
66+
url: collect-diagnostic-data.md
67+
# Card 4 — Exploratory testing
68+
- title: Exploratory testing
5069
linkLists:
51-
- linkListType: quickstart
70+
- linkListType: how-to-guide
5271
links:
5372
- text: Install the Test & Feedback extension
54-
url: ../test/perform-exploratory-tests.md
73+
url: perform-exploratory-tests.md
5574
- text: Test in Connected mode
56-
url: ../test/connected-mode-exploratory-testing.md
57-
- title: Configure Test resources
75+
url: connected-mode-exploratory-testing.md
76+
- text: Test in Standalone mode
77+
url: standalone-mode-exploratory-testing.md
78+
- text: Explore work items
79+
url: explore-workitems-exploratory-testing.md
80+
- text: Get insights from sessions
81+
url: insights-exploratory-testing.md
82+
# Card 5 — Stakeholder feedback
83+
- title: Stakeholder feedback
5884
linkLists:
5985
- linkListType: how-to-guide
6086
links:
61-
- text: Set test retention policies
62-
url: ../test/how-long-to-keep-test-results.md?toc=/azure/devops/organizations/toc.json
63-
- text: Manage test runs
64-
url: ../test/test-runs.md
65-
- linkListType: reference
66-
links:
67-
- text: Test Plans FAQs
68-
url: ../test/reference-qa.yml
87+
- text: Request and provide stakeholder feedback
88+
url: request-stakeholder-feedback.md
89+
# Card 6 — Automated tests
6990
- title: Run automated tests
7091
linkLists:
71-
- linkListType: concept
92+
- linkListType: how-to-guide
7293
links:
73-
- text: Run automated tests from test hub
74-
url: ../test/run-automated-tests-from-test-hub.md
7594
- text: Associate automated tests with test cases
76-
url: ../test/associate-automated-test-with-test-case.md
77-
- title: Set up continuous testing
78-
linkLists:
95+
url: associate-automated-test-with-test-case.md
96+
- text: Run automated tests from test plans
97+
url: run-automated-tests-from-test-hub.md
7998
- linkListType: tutorial
8099
links:
81-
- text: .NET Core apps
82-
url: ../pipelines/ecosystems/dotnet-core.md
83-
- text: Go
84-
url: ../pipelines/ecosystems/go.md#test
85-
- text: Python
86-
url: ../pipelines/ecosystems/customize-python.md#run-tests
87-
- text: UI testing using Selenium
88-
url: ../pipelines/test/continuous-test-selenium.md
89100
- text: Review code coverage results
90101
url: ../pipelines/test/review-code-coverage-results.md
91102
- text: Review test results
92103
url: ../pipelines/test/review-continuous-test-results-after-build.md
93104
- text: Analyze test results
94105
url: ../pipelines/test/test-analytics.md
106+
# Card 7 — Track progress
107+
- title: Track progress and results
108+
linkLists:
109+
- linkListType: how-to-guide
110+
links:
111+
- text: Manage test runs
112+
url: test-runs.md
113+
- text: Track test status
114+
url: track-test-status.md
115+
- text: Progress report
116+
url: progress-report.md
117+
- linkListType: reference
118+
links:
119+
- text: Pipeline Analytics
120+
url: ../pipelines/reports/pipelinereport.md
121+
- text: Flaky test management
122+
url: ../pipelines/test/flaky-test-management.md
123+
# Card 8 — Reference & troubleshooting
124+
- title: Reference & troubleshooting
125+
linkLists:
126+
- linkListType: reference
127+
links:
128+
- text: Test case management commands (tcm.exe)
129+
url: test-case-managment-reference.md
130+
- text: Work item field index
131+
url: ../boards/work-items/guidance/work-item-field.md
132+
- text: Manual testing FAQs
133+
url: reference-qa.yml
134+
- text: REST API - Test Plans
135+
url: /rest/api/azure/devops/testplan/test-plans

docs/test/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ to feedback requests using the browser-based Test &amp; Feedback extension -
270270
not just to rate and send comments, but also by capturing rich diagnostic
271271
data and filing bugs and tasks directly.
272272
See more at [Request stakeholder feedback](request-stakeholder-feedback.md)
273-
and [Provide stakeholder feedback](provide-stakeholder-feedback.md).
273+
and [Provide stakeholder feedback](request-stakeholder-feedback.md#email).
274274

275275
![Requesting and providing stakeholder feedback](media/manual-testing/stakeholder-feedback-01.png)
276276

0 commit comments

Comments
 (0)