Zephyr for Jira is now Zephyr Squad! Read more about this.

Glossary

Before you begin, here's a quick run down on all the major terms used by Zephyr for JIRA. Please read this first, it will make navigating the user interface and using the application much easier.

TermDescription
Test

A test case. This is a detailed step-by-step description of what should be done to test something.

This can be as high level or detailed as possible, with links to requirements, lots of properties, execution history etc. In JIRA, its a standard issue-type.

Test Summary

High level summary and counts of all the tests that have been created in a particular project, grouped in various ways.

Accessible in a JIRA project via the navigation tab on the left.

Cycle Summary

A grouping of executed or unexecuted tests (e.g. "Functionality", "Regression" etc.)

More than one test cycle can exist for a Version.

ExecutionWhen a test is run and its result or status is recorded.
Ad hoc cycleIf no Test Cycles have been set up for a Version, then any test which gets executed is reported against an "ad hoc" cycle. This is the default cycle.
Unscheduled VersionIf no Versions have been set up in JIRA, then a test will belong to an "Unscheduled" version by default.
Execution statusesPass, Fail, Blocked, WIP (Work In Progress), Unexecuted are default statuses. Custom statuses can be added.
VersionThe Version set up in JIRA. Tests need to belong to Fix Version/s. The Affects Version/s is not used.
ComponentThe Component/s set up in JIRA for that particular project.
LabelUser generated Labels
WorkflowThe Test issue-type has the default issue workflow and this can be turned on or off. By default, it is off.

Your Test Process

There are many ways you could use the testing related functionality in Zephyr for JIRA, be it for project teams that have well established test processes or those just beginning to implement one. Here are some examples of test processes that you could follow while incorporating testing into your project. You can also come up with your own test process based on what suits your project team best.

  1. Starting with a Simple Test Process allows you to create or clone an existing test, immediately execute it, file a bug and check out the metrics gadget to keep track of your testing. This is the simplest way of using this application and no prior planning is needed.
  2. A Test Process with Basic Execution Planning essentially lets you group your test executions into Test Cycles so that you can keep track of what has been tested, what is passing/failing, how much is left etc. It involves very basic planning in setting up Test Cycle(s) in a Version and then making sure that every test execution is recorded against those Test Cycle(s).
  3. The next level is a Test Process with Structured Execution Planning. This involves setting up Test Cycle(s) and also getting into a process of creating/modifying a large number of tests, adding them to the appropriate Test Cycle(s) for future execution and then executing them during the dedicated execution stages of your project.
  4. A Structured Test Process, as the name implies, allows for distinct phases of organization, planning, execution and tracking of all your testing efforts.
    1. During the organization phase, tests are imported, reused, modified, cloned or created. They are linked to requirements, stories, epics or other issue-types. They are organized by Versions, Components and Labels.During the planning phase, various Test Cycles are set up and tests that need to be executed are added to these cycles. This kind of grouping allows for easy progress tracking. 
    2. The execution phase is all business, with users methodically executing tests with the various Test Cycles, filing bugs, redoing executions, tracking progress etc. 
    3. Tracking happens continually with metrics gadgets keeping track of the organized tests, Test Cycle summaries showing progress of the execution, execution metrics gadgets keeping track of the quality of the software and detailed reports in various formats available for consumption by a varied audience.




Watch Videos

Watch a Zephyr for JIRA overview (10 mins)
How To: Create a Test
How To: Plan a Test Cycle
How To: Execute Tests
How To: Track Test Metrics