Add, run, update inline tests

Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019

Learn how to add, run, update, and expand and collapse inline tests in Azure DevOps.

To start manual testing, add the test to the user story or bug that you want to test. From the Kanban board, you can define inline tests or a set of manual tests for a backlog item. You also can run these tests and update their status. If you're new to working with the Kanban board, see the Kanban quickstart.

Tests you create from the Kanban board are automatically linked to the user story or backlog item.

Open your Kanban board

  1. From your web browser, open the project for your organization and select Azure Boards. If you don't have a project, create one now. If you haven't been added as a team member, get invited now.

    The URL follows this pattern: https://dev.azure.com/fabrikamfiber/_boards/board

    If you don't see the team or project you want, select Azure DevOps icon Azure DevOps to browse all projects and teams.

  2. Select Boards to open the Kanban board.

    Azure Boards

Add tests

  1. To add tests, open the menu for a work item.

    Add manual test

    Inline tests are the same as test cases in a test suite. A default test plan and test suite automatically get created under which the manual test cases are grouped.

    For example, a test suite is created for the following user story, and inline tests are added to that suite. User story 314 is highlighted. It has two manual tests defined with the IDs 337 and 341.

    Manual test plan

  2. If you have a number of tests to add, enter each title and select Enter.

    Work item, add more test cases

    To add details to the test case, open it. You can select the title, double-select the inline item, or open the context menu and choose Open.

    Open test case from Kanban board

To learn more about how to define tests, see Create manual tests.

Before you run the test, you must add details.


Run a test

Run the test by selecting Run icon Run test from the Actions icon actions menu for the inline test.

Run manual test

Microsoft Test Runner starts in a new browser instance. For information on how to run a test, see Run manual tests.

Update the status of a test

You can update the status of the test from the Actions icon actions menu.

Update status of tests

When you update the status of tests, you can track test results.

Expand or collapse inline tests

When you first open the Kanban board, you'll see an unexpanded view of checklists and tests.

Inline tests collapsed

Select the inline test summary to expand a collapsed set of tests. Select the same summary to collapse an expanded list.

Inline tests expanded

Next steps