Run tests for a story in Agile Development 2.0
For a story whose tests are marked ready to be run, run those tests and execute all the test steps using the Sprint Tracking tab of the Agile board in Agile Development 2.0.
始める前に
Role required: scrum_user
このタスクについて
From the Agile board, use the List view of the Sprint Tracking tab to check stories that have test versions ready to be run. These stories have a Run option next to their state. Run those tests by executing and verifying each test step.
手順
タスクの結果
The result of each test is indicated on the Agile board as Passed, Failed, Blocked,
or Not finished according to the following conditions.
- If all the test steps are passed, the status is Passed.
- If at least one step of the test is not executed, the status of the test is Not finished.
- If at least one step of the test fails, the overall status of the test is Failed. This rule takes precedence over the previous rule.
- If at least one step of the test is blocked, the overall status of the test is Blocked. This rule takes precedence over the previous two rules.