Skip to content

Commit f7138ab

Browse files
committed
index and TOC improvements
1 parent 540747d commit f7138ab

2 files changed

Lines changed: 132 additions & 64 deletions

File tree

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/toc.yml

Lines changed: 44 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
- name: Test objects and terms
1313
displayName: test plan, test case, test suites, test runs, test results, test points
1414
href: test-objects-overview.md
15+
- name: Default permissions (Security)
16+
href: manual-test-permissions.md
17+
expanded: true
18+
- name: Test plans, suites & cases
19+
items:
1520
- name: Create test plans and test suites
1621
displayName: create, plan
1722
href: create-a-test-plan.md
@@ -23,20 +28,20 @@
2328
- name: Copy/clone test plans, suites, cases
2429
displayName: copy, clone, import, export, test plans, test suites, test cases
2530
href: copy-clone-test-items.md
26-
- name: Bulk Import and Export Test cases (CSV/XLSX)
31+
- name: Bulk import and export test cases (CSV/XLSX)
2732
displayName: copy, clone, import, export, test plans, test suites, test cases
2833
href: bulk-import-export-test-cases.md
29-
- name: Run manual tests
30-
displayName: manual test, run, test runs
31-
href: run-manual-tests.md
32-
- name: Default permissions (Security)
33-
href: manual-test-permissions.md
34-
- name: Store custom data in test plan and/or test result
34+
- name: Store custom data in test plan or test result
3535
displayName: manual test, automated, run, test runs, result, test results, custom data, custom fields
3636
href: custom-fields.md
37-
expanded: true
38-
- name: Manual tests
37+
- name: Delete test artifacts
38+
displayName: delete, artifacts
39+
href: ../boards/backlogs/delete-test-artifacts.md?toc=/azure/devops/test/toc.json
40+
- name: Run manual tests
3941
items:
42+
- name: Run manual tests
43+
displayName: manual test, run, test runs
44+
href: run-manual-tests.md
4045
- name: Test different configurations
4146
displayName: configuration, testing
4247
href: test-different-configurations.md
@@ -52,15 +57,34 @@
5257
- name: Collect diagnostic data
5358
displayName: diagnostic, data, testing
5459
href: collect-diagnostic-data.md
55-
- name: Delete test artifacts
56-
displayName: delete, artifacts
57-
href: ../boards/backlogs/delete-test-artifacts.md?toc=/azure/devops/test/toc.json.md
58-
- name: Set permissions and access
59-
displayName: access, permissions
60-
href: ../organizations/security/set-permissions-access-test.md?toc=/azure/devops/test/toc.json
6160
- name: Set test retention policies
6261
displayName: results, logs
6362
href: how-long-to-keep-test-results.md
63+
- name: Exploratory testing
64+
items:
65+
- name: Install the Test & Feedback extension
66+
displayName: extension, install, browser
67+
href: perform-exploratory-tests.md
68+
- name: Test in Connected mode
69+
displayName: connected, mode, exploratory
70+
href: connected-mode-exploratory-testing.md
71+
- name: Test in Standalone mode
72+
displayName: standalone, mode, exploratory
73+
href: standalone-mode-exploratory-testing.md
74+
- name: Explore work items
75+
displayName: items, workitems, exploratory
76+
href: explore-workitems-exploratory-testing.md
77+
- name: Add to existing bugs
78+
displayName: bugs, exploratory
79+
href: add-to-bugs-exploratory-testing.md
80+
- name: Get insights from sessions
81+
displayName: insights, exploratory, sessions
82+
href: insights-exploratory-testing.md
83+
- name: Stakeholder feedback
84+
items:
85+
- name: Request and provide stakeholder feedback
86+
displayName: stakeholder, feedback, request, provide, voluntary, track
87+
href: request-stakeholder-feedback.md
6488
- name: Manage test failure type
6589
href: manage-test-failure-type.md
6690
- name: Automated tests
@@ -71,8 +95,6 @@
7195
- name: Run automated tests from test plans
7296
displayName: automated, test plans, run
7397
href: run-automated-tests-from-test-hub.md
74-
- name: Request & track feedback
75-
href: ../project/feedback/toc.yml
7698
- name: Track progress and results
7799
items:
78100
- name: Manage test runs
@@ -106,6 +128,11 @@
106128
href: ../pipelines/test/test-impact-analysis.md?toc=/azure/devops/test/toc.json
107129
- name: Flaky test management and reporting
108130
href: ../pipelines/test/flaky-test-management.md?toc=/azure/devops/test/toc.json
131+
- name: Settings & permissions
132+
items:
133+
- name: Set permissions and access
134+
displayName: access, permissions
135+
href: ../organizations/security/set-permissions-access-test.md?toc=/azure/devops/test/toc.json
109136
- name: Troubleshooting
110137
items:
111138
- name: Manual testing FAQs

0 commit comments

Comments
 (0)