Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gliffy Diagram
nameseparated
pagePin12

How to setup it

  1. Create a Scrum project or use an existing one, for managing the "Requirements Project";
  2. Create another project (it can be a Scrum project), for managing the "Test Project"; 
  3. In the "Test Project", add Add Test, Pre-Condition, Test Set, Test Plan, Test Execution and Sub Test Execution issue types to the project and remove other issue types. This can easily be done using a shortcut available in the "Summary" section within the project settings (see Project Settings: Summary), for editing the Issue Type Scheme used by the project; it can also be done from within Jira administration > "Settings" > "Issues" > "Issue Type Schemes";
  4. In the "Requirement Project" project settings, within the "Test Coverage" section (see Project Settings: Test Coverage), define the Covered Issue Types (i.e. the testable entities, such as the typical requirements, user stories, epics). On the left side, you can see all available Issue Types and then you can drag the ones you want (e.g. Story, Epic) to the "Covered Issue Types". Don't forget to save the settings at the bottom of the page.

Dedicated repository for Tests

...