You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -369,34 +369,199 @@ The following table summarizes the integration features between Azure Repos and
369
369
370
370
::: moniker-end
371
371
372
+
373
+
374
+
<aid="test"></a>
372
375
373
-
<!---
376
+
## Azure Boards - Azure Repos - Azure Test Plans
374
377
375
-
## Azure Test Plans - Azure Pipelines
378
+
Several collaboration scenarios are supported through Azure Boards work item types. As with other work item types, you can use [managed queries](../boards/queries/about-managed-queries.md) and the [Azure DevOps search function](../project/search/get-started-search.md) to find and list work items.
376
379
377
-
TO BE COMPLETED.
380
+
> [!NOTE]
381
+
> Several of these work item types—such as Feedback Request, Code Review Request, Shared Steps, and Shared Parameters— are designed to be created through a specific tool or form. They aren't meant to be created manually. Therefore, they are added to the Hidden Types category. Work item types that are added to the Hidden Types category don't appear in the menus used to add work items.
382
+
>
383
+
> Also, for the Inherited process model, you can only customize the following work item types: Test Plan, Test Suite, Test Case.
378
384
379
385
:::row:::
380
386
:::column span="1":::
381
-
**Feature**
387
+
**Scenario**
382
388
:::column-end:::
383
-
:::column span="2":::
389
+
:::column span="1":::
390
+
**Work item type**
391
+
:::column-end:::
392
+
:::column span="3":::
384
393
**Description**
385
394
:::column-end:::
386
395
:::row-end:::
387
396
---
388
397
:::row:::
389
398
:::column span="1":::
390
-
Requirements traceability
399
+
Request code review
391
400
:::column-end:::
392
-
:::column span="2":::
393
-
See [Requirements traceability](../pipelines/test/requirements-traceability.md).
401
+
:::column span="1":::
402
+
**Code Review Request**
403
+
:::column-end:::
404
+
:::column span="3":::
405
+
Tracks information entered into the TFVC New Code Review form. To learn more, see [Get your code reviewed with Visual Studio](../repos/tfvc/get-code-reviewed-vs.md).
394
406
:::column-end:::
395
407
:::row-end:::
396
-
---
408
+
---
409
+
:::row:::
410
+
:::column span="1":::
411
+
Provide code review
412
+
:::column-end:::
413
+
:::column span="1":::
414
+
**Code Review Response**
415
+
:::column-end:::
416
+
:::column span="3":::
417
+
Tracks review comments provided by code reviewers in response to a code review request. To learn more, see [Respond to the code review request](../repos/tfvc/get-code-reviewed-vs.md#respond-to-the-code-review-request).
418
+
:::column-end:::
419
+
:::row-end:::
420
+
---
421
+
:::row:::
422
+
:::column span="1":::
423
+
Request feedback
424
+
:::column-end:::
425
+
:::column span="1":::
426
+
**Feedback Request**
427
+
:::column-end:::
428
+
:::column span="3":::
429
+
Tracks information entered into a request feedback form. There are two forms that you can use to initiate a feedback request.
Enables stakeholders to provide feedback based on request for feedback or by volunteering feeback using the and using the [Microsoft Test & Feedback](https://marketplace.visualstudio.com/items?itemName=ms.vss-exploratorytesting-web) marketplace extension. To learn more, see the following articles:
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).
459
+
:::column-end:::
460
+
:::row-end:::
461
+
---
462
+
:::row:::
463
+
:::column span="1":::
464
+
Manual testing
465
+
:::column-end:::
466
+
:::column span="1":::
467
+
**Test Suite**
468
+
:::column-end:::
469
+
:::column span="3":::
470
+
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. To learn more, see [Create test plans and test suites](../test/create-a-test-plan.md).
471
+
:::column-end:::
472
+
:::row-end:::
473
+
---
474
+
:::row:::
475
+
:::column span="1":::
476
+
Manual testing
477
+
:::column-end:::
478
+
:::column span="1":::
479
+
**Test Case**
480
+
:::column-end:::
481
+
:::column span="3":::
482
+
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 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. To learn more, see [Create manual test cases](../test/create-test-cases.md).
483
+
:::column-end:::
484
+
:::column-end:::
485
+
:::row-end:::
486
+
---
487
+
:::row:::
488
+
:::column span="1":::
489
+
Manual testing
490
+
:::column-end:::
491
+
:::column span="1":::
492
+
**Shared Steps**
493
+
:::column-end:::
494
+
:::column span="3":::
495
+
Enables sharing steps across several test cases. For details, see [Share steps between test cases](/previous-versions/azure/devops/test/mtm/share-steps-between-test-cases).
496
+
:::column-end:::
497
+
:::row-end:::
498
+
---
499
+
:::row:::
500
+
:::column span="1":::
501
+
Manual testing
502
+
:::column-end:::
503
+
:::column span="1":::
504
+
**Shared Parameters**
505
+
:::column-end:::
506
+
:::column span="3":::
507
+
Enables repeating the same test cases with different data. For more information, see [Repeat a test with different data](../test/repeat-test-with-different-data.md).
508
+
:::column-end:::
509
+
:::row-end:::
510
+
---
397
511
398
-
-->
512
+
## Test work item types
399
513
514
+
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*.
515
+
516
+

517
+
518
+
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.
519
+
520
+
521
+
## Bug tracking
522
+
523
+
When tracking bugs using the Bug work item type, note the following supported integrations.
524
+
525
+
526
+
:::row:::
527
+
:::column span="1":::
528
+
**Scenario**
529
+
:::column-end:::
530
+
:::column span="1":::
531
+
**Work item type**
532
+
:::column-end:::
533
+
:::column span="3":::
534
+
**Description**
535
+
:::column-end:::
536
+
:::row-end:::
537
+
---
538
+
:::row:::
539
+
:::column span="1":::
540
+
Create a bug from a testing tool
541
+
:::column-end:::
542
+
:::column span="3":::
543
+
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].
544
+
:::column-end:::
545
+
:::row-end:::
546
+
---
547
+
:::row:::
548
+
:::column span="1":::
549
+
Create inline tests linked to bugs or user stories
550
+
:::column-end:::
551
+
:::column span="3":::
552
+
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).
553
+
:::column-end:::
554
+
:::row-end:::
555
+
---
556
+
:::row:::
557
+
:::column span="1":::
558
+
Track build information with bugs
559
+
:::column-end:::
560
+
:::column span="3":::
561
+
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).
562
+
:::column-end:::
563
+
:::row-end:::
564
+
---
400
565
401
566
<aid="analytics" />
402
567
@@ -698,4 +863,4 @@ Analytics provides the reporting platform for Azure DevOps. Analytics is general
0 commit comments