To delete a test execution in Jira (using a test management plugin such as Zephyr or Xray):
- Navigate to the Test Executions section in your Jira project.
- Locate the test execution you want to delete.
- Open the test execution and click the More Options (three dots) or Actions menu.
- Select Delete and confirm the action.
How to export test execution results from Jira?
To export test execution results from Jira (using a test management plugin such as Zephyr or Xray):
- Navigate to the Test Executions section in your Jira project.
- Open the specific test execution whose results you want to export.
- Look for the Export or Report option, often found in the toolbar or three-dot menu.
- Select the desired export format (e.g., Excel, CSV, or PDF).
- Save the exported file to your local system.
How to manage test cases in Jira?
To manage test cases in Jira, follow these steps using a test management plugin such as Xray or Zephyr:
- Create Test Cases: Use the ‘Test’ issue type to define test cases with fields like steps, expected results, and priority.
- Organize Test Cases: Categorize test cases into test sets, folders, or by associating them with requirements or stories for better structure.
- Link Test Cases: Establish traceability by linking test cases to related issues, such as user stories, tasks, or bugs.
- Plan Test Executions: Create test execution cycles to schedule and assign test cases for execution.
- Track Execution: Monitor the execution status (Pass/Fail/In Progress) and log results for test runs.
- Generate Reports: Use built-in reporting tools to analyze test coverage, execution progress, and defect trends.
- Reuse Test Cases: Clone or adapt existing test cases for similar scenarios to save time and effort.