Apps documentation
TestFLO - Test Management for Jira
TestFLO - Test Management for Jira
8.14.x
8.13.x
8.11.x
8.10.x
8.9.x
8.8.x
8.7.x
8.6.x
8.5.x
8.4.x
8.3.x
8.2.x
8.1.x
8.0.x
FAQ
Release notes
Last updated Jul 12, 2022

TestFLO’s basic concepts

On this page, you can get familiar with basic information that helps you start working with TestFLO.

Issue types

TestFLO introduces the following Jira issue types:

Test Case Template (TCT)

This issue is a non-executable test specification which covers a requirement. It contains test steps and does not allow you to set statuses of the steps. It’s a template out of which you will create a executable test cases. Test Case Templates can reside in separate Jira projects and serve as a reusable test repository organized into a tree of test folders. A Test Case Template does not need to have a parent issue, it can exist independently on its own.

Test Case (TC)

This issue is an executable instance created from a Test Case Template. The testers can set steps’ statuses on Test Cases, and each Test Case needs to have a Test Plan as its parent issue. Test Cases represent either manual work to be done, or results of automated test runs. Those Test Cases which have not yet started being executed can be updated on demand if their Test Case Template changes, they can also be updated based on changes in the Test Plan.

Test Plan (TP)

This issue contains a number of Test Cases to be executed, and can enforce the order of their execution if needed. Test Cases can be further split into groups within one Test Plan. Test Plans can be created manually or out of test repository folders containing Test Case Templates, and reflect the test repository folder structure in the form of Test Case groups. Test Plans can cover requirements, and exist independently without a parent issue. Test Plans can be used for triggering automated tests on the CI server, and test results are then translated automatically into passed or failed test cases.

Master Test Plan (MTP)

This issue is an optional issue type which groups Test Plans, and allows to get a bird’s eye view on all your test efforts heading towards a shared goal. For example, if a company producing smart home systems wants to introduce a new sensor, it needs to test the hardware, but also their mobile app and web app that will show the data from the new sensor. This can lead to the mobile app testers creating their test plan, and the web app and hardware teams their separate test plans, each with their own workflow, if needed. Then, the Master Test Plan groups all underlying Test Plans and allows to track progress on the test efforts heading towards the introduction of the new sensor.

Info

Learn more about MTP configuration in the How to create a Master Test Plan article.

In TestFLO 9.0, the Master Test Plan will become a standard feature of the the app. Check our Roadmap.


Bear in mind TestFLO’s entities are Jira issues, so you show them on Kanban or Scrum boards, and also use JQL to search for them and show them in gadgets on Jira dashboards.

Kanban board in TestFLO
Kanban board view in Jira with TestFLO's Test Plans and Test Cases
Test dashboard board in TestFLO
Dashboard view using Jira and TestFLO gadgets

TestFLO can treat any existing or newly created Jira issue type as a requirement, or a defect. Requirements and defects can reside in any Jira project, either external to the one where the tests are performed, or within the same project. This means, you can integrate TestFLO with any requirements management approach (Agile, Waterfall, etc.) and use stories, epics or formal “Technical specification” issue types created on your own.

The general flow of work

Below you can review a general flow that you can use with TestFLO:

General flow of work in TestFLO

Test Planning phase:

  1. First you specify the requirements.
  2. Then you cover the requirements with Test Case Templates and describe the test steps that test the requirements.
  3. Next, you can organize the Test Case Templates into folders in the test repository.
  4. Afterwards, you create Test Plans.

Test Execution phase:

  1. You execute the Test Cases according to the Test Plan’s scope.
  2. You create defects from those these cases which failed, if needed.
  3. While the tests are being executed, you can monitor their progerss based on test reports, which you can also export.
Info

If you need to comply with CFR 21 part 11, then using TestFLO’s permissions you can introduce a test sign-off process if you add Electronic Signature for Jira. This is a good starting point. For more information contact us at atlassian@deviniti.com