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 |
[!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.
::: moniker range=">= azure-devops-2019"
-
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 to browse all projects and teams.
-
Select Boards to open the board.
::: moniker-end
::: moniker range=">= azure-devops-2019"
-
To add tests, open the menu for a work item.
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.
-
If you have a number of tests to add, enter each title and select Enter.
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.
For more information about how to define tests, see Create manual tests.
Before you run the test, you must add details.
::: moniker-end
::: moniker range=">= azure-devops-2019"
Run the test by selecting Run test from the
actions menu for the inline test.
Microsoft Test Runner starts in a new browser instance. For information on how to run a test, see Run manual tests. ::: moniker-end
::: moniker range=">= azure-devops-2019"
You can update the status of the test from the actions menu.
When you update the status of tests, you can track test results.
::: moniker-end
::: moniker range=">= azure-devops-2019"
When you first open the board, you'll see an unexpanded view of checklists and tests.
Select the inline test summary to expand a collapsed set of tests. Select the same summary to collapse an expanded list.
::: moniker-end
[!div class="nextstepaction"] Board quickstart