Skip to content

Commit c44deac

Browse files
committed
merging and curation
1 parent 19dbf09 commit c44deac

13 files changed

Lines changed: 224 additions & 332 deletions

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14472,6 +14472,21 @@
1447214472
"source_path_from_root": "/docs/pipelines/test/codecoverage-for-pullrequests.md",
1447314473
"redirect_url": "/azure/devops/pipelines/test/review-code-coverage-results",
1447414474
"redirect_document_id": false
14475+
},
14476+
{
14477+
"source_path": "docs/test/provide-stakeholder-feedback.md",
14478+
"redirect_url": "/azure/devops/test/request-stakeholder-feedback",
14479+
"redirect_document_id": true
14480+
},
14481+
{
14482+
"source_path": "docs/test/voluntary-stakeholder-feedback.md",
14483+
"redirect_url": "/azure/devops/test/request-stakeholder-feedback",
14484+
"redirect_document_id": true
14485+
},
14486+
{
14487+
"source_path": "docs/test/track-stakeholder-feedback.md",
14488+
"redirect_url": "/azure/devops/test/request-stakeholder-feedback",
14489+
"redirect_document_id": true
1447514490
}
1447614491
]
1447714492
}

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/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

docs/test/provide-stakeholder-feedback.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)