Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 4.42 KB

add-run-manual-tests.md

File metadata and controls

124 lines (67 loc) · 4.42 KB
title titleSuffix description ms.subservice ms.author author ms.date ms.topic monikerRange
Add, run, update inline tests
Azure DevOps
Learn how to add, run, and quickly update manual test cases
azure-devops-new-user
chcomley
chcomley
04/23/2019
quickstart
<= azure-devops

Add, run, update inline tests

[!INCLUDE version-lt-eq-azure-devops]

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 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 board, see the Board quickstart.

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

Open your board

::: moniker range=">= azure-devops-2019"

  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 board.

    Azure Boards

::: moniker-end

Add tests

::: moniker range=">= azure-devops-2019"

  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 board

For more information about how to define tests, see Create manual tests.

Before you run the test, you must add details.

::: moniker-end


Run a test

::: moniker range=">= azure-devops-2019"

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. ::: moniker-end

Update the status of a test

::: moniker range=">= azure-devops-2019"

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.

::: moniker-end

Expand or collapse inline tests

::: moniker range=">= azure-devops-2019"

When you first open the 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

::: moniker-end

Next steps

[!div class="nextstepaction"] Board quickstart

Related articles