You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Agile boards are an excellent way to visually keep track of the progress of the project's tasks.

Usually, you use Agile boards to manage sprint-related issues, such as user stories, tasks and defects.

You can have more than an Agile Board per project, or even have an Agile Board with issues from several Projects. 




Track the Coverage Status

Requirements, that can be user stories or other entities that you cover with tests, can have real-time feedback about the latest test results.

As shown in the Agile Enhancements page, you can configure your Agile Scrum board to show immediate feedback about:

  • coverage status of the user stories (or other entities that you cover with tests); note that this status includes real-time feedback about the latest test results
  • progress of Test Plans (if you want, you may include Test Plans in the board)
  • progress of Test Executions (if you want, you may include Test Executions in the board)


Track the Test Specification & Organization


Tests, Pre-Conditions & Test Sets are regular JIRA issues, that may have a specific workflow associated. 

The workflow will track the specification & approval process, for example. 

You can create an Agile Board to track the specification/ lifecycle progress. 



Use case
Test
  • track the test specification progress/lifecycle (e.g., a specific workflow is being monitored for reviewing purposes)
Pre-Condition
  • track the test specification progress/lifecycle (e.g., a specific workflow is being monitored for reviewing purposes)
Test Set
  • track the test specification progress/lifecycle (e.g., a specific workflow is being monitored for reviewing purposes)

Monitor Planning & Execution


You can use Agile Board to track execution progress and the execution status.

For that, you just need to add the issue types Test Execution, Sub- Test execution ( if used) and Test Plan to your board. By including the specific custom field to your cards you can immediately visualize the status. 



Use caseNotes
Test Execution
  • track the daily execution-related tasks
  • including "Test Execution Status" custom field provides a quick overview of all the Tests that are part of the Test Execution
  • hard to scale, specially if CI is being adopted

Sub Test Execution

  • per each requirement, track the execution of the related Tests
  • including "Test Execution Status" custom field provides a quick overview of all the Tests that are part of the Sub-Test Execution
  • hard to scale with multiple executions
Test Plan
  • using scoped Test Plans (i.e., in a context of a sprint) quickly provides an overview of the progress of the execution of your Tests
  • including "Test Plan Status" custom field provides a quick overview of all the Tests that are part of the Test Plan
  • requires adding the "Sprint" field to the Test Plan


Test Runs are not issue types, so they can not be included in Agile Boards.




  • No labels