Table of Contents
How to Execute Manual Test Cases in Jira
Introduction
If you are a testing professional, then chances are that you must already have used Jira. Used for project management as well as tracking bugs, Jira can be used as a beneficial platform to execute manual test cases. Unlike testing tools, however, Jira needs plugins or add-ons in order to effectively execute tests.
Here we will be explaining step by step how to implement manual test cases in Jira so that even a beginner can understand it easily.
What is Jira in Software Testing?
Jira is a project management tool developed by Atlassian. Though it is most famously known for bug tracking and agile project management, it can be utilized to supplement manual testing using plugins like:
- Xray for Jira
- Zephyr for Jira
- TestRail Integration
These add-ons help QA teams write, organize, and execute test cases without leaving Jira.
Why Use Jira for Manual Test Execution?
There are also some benefits to using Jira to execute manual test cases:
- Keeps test cases and bugs in one place
- Enhances collaboration between testers and developers
- Provides traceability from requirements to test cases, and defects
- Provides reports and dashboards
Step by Step: How to Execute Manual Test Cases in Jira
Let’s walk through the process.
Step 1: Add a Test Management Add-on
Since test case execution support is not provided in Jira, you will require an add-on such as Xray or Zephyr.
- Go to Jira Marketplace
- Search for the plugin (for example, Zephyr)
- Install and integrate it with your Jira project
Step 2: Develop a Test Case
- Open your project in Jira
- Proceed to the “Test” page (depending on the plugin)
- Add a new test case with the following information:
- Test ID
- Test steps
- Expected outcomes
- Preconditions
Step 3: Plan Test Cases
Organize your test cases into test cycles or test plans. This helps provide for running against different releases or sprints.
Step 4: Execute Test Cases
- Select the test cycle you want to run
- Open a test case and mark the execution status
- Pass
- Fail
- Blocked
- In Progress
If a test fails, you can report a bug in Jira instantly and link it with the failed test.
Step 5: Track and Report Results
- Verify execution progress using Jira dashboards or plugin reports
- Monitor test coverage, defect density, and overall quality trends
Best Practices for Executing Manual Test Cases in Jira
- Keep steps in test cases simple – Have simple and clear instructions
- Link test cases to requirements – Enables more traceability
- Log defects directly from failed test cases – Saves time and avoids confusion
- Use dashboards – Have real-time visibility into testing progress
Conclusion
Understanding how to perform manual test cases in Jira can be a total game-changer for your QA process. With plugins such as Zephyr or Xray, QA testers can execute everything from the creation of the test case, to defect tracking all in one place.
By conducting the above steps, you are not only improving/testing your process, but you are integrating for your dev and QA teams.