You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

The reports here mentioned are mostly obtained from the "Xray Test Runs Report" and "Xray Requirements Report" which may be found on the Xporter template store.

Note that some charts show the number of Tests while other show the number of test runs. A Test may have multiple test runs; therefore, having many test runs does not tell you anything about the number of different Tests that were run in those test runs.

Examples of reports

Requirements Traceability Matrix

Shows the requirements, their status, related tests and related defects.

 

Used template: XRAYRequirementTraceabilityMatrixReport.docx

Sample JQL:

project = CALC AND issuetype = "Story"


Test runs per day, per person

Shows the number of test runs that were executed per time unit, grouped per test run assignee/executor.

 

Used template: XRAYRequirementTraceabilityMatrixReport.docx

Filters: Test labels, test run status

Grouping: test run assignee/executor

Sample JQL:

project = CALC AND issuetype = "Test Execution" and fixVersion = "v3.0"

 

Test runs per day, per status

Shows the number of test runs that were executed per time unit, grouped per test run status.

The pivot table allows grouping the date (X axis) per day, month, etc.

 

Used Template: Xray_testruns_reports.xlsx

Filters: Test labels, test run assignee/executor, test run status

Grouping: test run status

Sample JQL:

project = CALC AND issuetype = "Test Execution" and fixVersion = "v3.0"

 

Test runs, per elapsed time

Shows the number of test runs, per elapsed time. The "elapsed time" corresponds in fact to a range that is mapped to a value (e.g. "< 30m", ">1h").

 

Used Template: Xray_testruns_reports.xlsx

Sample JQL:

project = CALC AND issuetype = "Test Execution" and fixVersion = "v3.0"

 

Tests, per amount of executions

Shows the number of Tests executed once, twice, etc (i.e. per number of test runs).

 

Used Template: Xray_testruns_reports.xlsx

Sample JQL:

project = CALC AND issuetype = "Test Execution" and fixVersion = "v3.0"

 

Component Coverage

Shows the number of tests, grouped by latest status, per component.

 

Used Template: Xray_testruns_reports.xlsx

Filters: test run status

Grouping: test run status

Sample JQL:

project = CALC AND issuetype = "Test"

 

 

Requirement Coverage, per Component

Shows the number of requirements, grouped by requirement status, per component.

 

Used Template: Xray_requirements_reports.xlsx 

Filters: requirement status

Grouping: requirement status

Sample JQL:

project = CALC AND issuetype = "Story" and fixVersion = "v3.0"

 

 

Requirement Coverage, per Priority

Shows the number of requirements, grouped by requirement status, per priority.

 

Used Template: Xray_requirements_reports.xlsx 

Filters: requirement status

Grouping: requirement status

Sample JQL:

project = CALC AND issuetype = "Story" and fixVersion = "v3.0"

 

 

Sample Templates

This page contains some Sample Templates which can be useful as a reference to create your own templates. You can also check the Xporter template store.

FileDescription
Xray_Test_Report.docxA template that demonstrates the export of a list of Test issues to PDF, docx, etc using Xporter for JIRA. It contains test run status for the test.
Xray_Template_test.docxA template that demonstrates an example of the basic functionality of the Xporter for JIRA on how a Test issue can be exported, listing its details.
Xray_Template_testset.docxA template that demonstrates an example of the basic functionality of the Xporter for JIRA on how a Test Set issue can be exported, listing its details and of the Tests included in it.
Xray_Template_bulk.docxA template that demonstrates an example of the basic functionality of the Xporter for JIRA on how a Bulk of Test issues can be exported, grouping tests from a common Test Set, if available, and the remaining as Standalone.
XRAYRequirementTraceabilityMatrixReport.docxA template that demonstrates an example of how Xporter for JIRA may be used to make a requirement traceability matrix.

Xray_testruns_reports.xlsx

A template that contains multiple test runs related charts (e.g. test runs per day grouped by status, etc).
Xray_requirements_reports.xlsx A template that contains multiple requirement related charts (e.g. requirement coverage by priority/component).

 

 

  • No labels