Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

23 March 2016

The Xray for JIRA team announces the release of Xray 2.1.0. Version 2.1 contains lots of new features as well as bug fixes. Please check the highlights bellow.

Table of Contents

 

Highlights for this release

 

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px


Section

New Reports

Xray now provides new reports as well as a new landing page for all reports in Xray. More reports are coming in the future.

 

 

Section


Column
width50%

New Report Landing Page

Within the project context left bar, you will see a new icon with the Xray symbol. This will take you directly to the reports page with the last report you used already selected. From here, you will be able to change to any of the provided reports. You can also find the Requirement Coverage reports here. The old project shortcut to access the requirement coverage reports through the project add-ons is deprecated and will be removed in future releases.


Column
width50%


 

 

Section

Traceability Matrix Report

 

Column
width30%


Column
width70%

This report allows users to analyse the requirements and their traceability to tests, runs and defects.

Some possible usage scenarios:

  • make full traceability analysis, from requirements<=>Tests<=>Test Runs<=>Defects
  • evaluate the requirement status for a given version and see all linked (open/closed) defects
  • see the tests covering each requirement and all their runs and how that contributes to the overall requirement status
  • analyse the requirements and related executions and respective defects, in a context of a given Test Environment 
  • see what defects are impacting the requirements, or a subset of the requirements of a specific version


 

 

Section

Test Plans Report

 

Column
width30%
 


Column
width70%
 

This report allows users to evaluate some relevant metrics of Test Plans and, eventualy, compare with other Test Plans.

Some possible usage scenarios:

  • analyse both the progress of the Test Plan and the success rate (i.e. the % of Tests contributing to the requirement's OK status)
  • analyse the success rate by Test Environment
  • see the amount of manual Tests vs others in the Test Plan
  • see the overall execution status (i.e. the latest status of the Tests of the Test Plan)
  • see the amount of linked defects, in the context of the Test Plan, currently opened/closed


 

 

Section

Test Executions Report

 

Column
width30%
 


Column
width70%

This report allows users to evaluate some relevant metrics of Test Executions and compare them between different cycles.

Some possible usage scenarios:

  • analyse both the progress of the Test Execution and the success rate (i.e. the % of Tests contributing to the requirement's OK status)
  • see the amount of manual Tests vs others in the Test Execution
  • see the overall execution status (i.e. the current status of the Test Runs)
  • see the amount of linked defects, in the context of the Test Execution, currently opened/closed


 

 

Section

Test Runs Gadget

 

Column
width30%
 


Column
width70%
 

See the overall status of scheduled/executed test runs (e.g. from a test plan), grouped, in order to be able to evaluate the testing effort and the planned/executed runs for certain parts of the system.

Some possible usage scenarios:

  • analyse the Test Runs from a Test Execution
  • analyse the Test Runs from all Test Executions belonging to a Test Plan
  • depict the testing results for a given component, in the context of a Test Execution or Test Plan
  • see how the testing "progress", in terms of scheduled runs, is from the Test Run assignee perspective
  • see how the testing "progress", in terms of scheduled runs, is doing, by Test's priority
  • see how failures, or some other test run statuses, are impacting components
  • analyse the Test Runs of a given Test Environment




Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px


Section

Automation, Automation, Automation

 

Column
width25%

JUnit

NUnit


Column
width75%

Xray now natively supports the import of Tests and their results from many different automated test frameworks, through specific REST API endpoints that are able process JUnit, Nunit, Robot framework result reports.

All fully documented, with some simple tutorials including Selenium, Rspec, GoogleTest, PHPunit, pyunit, SoapUI, CasperJS, Mocha, Minitest, etc.

Learn more here.


 

 

Section

Automation specific documentation

Xray was born having in mind automated testing. From day 0.

Therefore, we created a brand new "Automation" section in our documentation, detailing the whole process and including many tutorials for different languages (C, C++, C#, Java, Javascript, Ruby, Perl, Python, PHP, etc) and automated testing frameworks and libraries, including Selenium.
Now you will have some high-quality reference documentation, so nothing stops you from starting doing test automation and have their visibility in JIRA. 

Learn more here.



Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px


Section

Analyse Test and Requirement status by Test Environment

 

Column
width60%

Now you can analyse the status of your Requirements, Tests and Test Sets for a specific Test Environment. Besides Version or Test Plan, you can now also choose the Test Environment in the following reports/sections:

  • Requirement Coverage reports
  • Requirement Coverage issue section
  • Tests project report
  • Test Sets project report
  • Test Plan issue section

Hence let's say you have a set of Tests that need to be executed in both IOS and Android environments. You can now see the status for a specific environment only.


Column
width40%




Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px


Section

Built-in Test Case Importer

 

Column
width40%


Column
width60%

Now, with the new built-in Test Case Importer you can import manual Tests from a human readable CSV source file, without needing to use an external tool in your computer.

With the Test Case Importer you just need the CSV containing the manual test steps and your JIRA instance.

Importing your manual Tests from other tools has never been easier.

 

Learn more here.




Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px


Section

Integration with Structure add-on

 

Column
width50%

If you have Structure add-on you will be able to see and manage the relation between Tests and the Test Sets, Test Execution or Test Plans issues.

 The Xray extender allows you to simply drag Xray issues into your "structure" and will automatically show you the Tests that are associated with them.

If you drag a Test into an issue of those types it will be associated with it and the same happens with a Test Set. If you drag a Test Set into an issue, all the Tests in the Test Set will be added to the issue. And of course, if you remove a Test from an issue its association will also be removed.


Learn more here.


Column
width50%

 




Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px


Section

Merge Test Specification changes into existing Test Runs

 

Column
width40%


Column
width60%

Xray assures data consistency, making sure your previous/existing Test Runs are not changed without your consent. Each Test Run contains a copy of the original Test specification.

However, sometimes you may need to update the specification of a Test Run with the current one of the Test, perhaps to fix some typo or clarify some point.

Now you can choose if you want to update the specifications of your existing Test Runs, without losing the already reported results.




Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px


Section

Import existing Cucumber Tests into Xray using the REST API

 

Column
width100%

 Now you can migrate your legacy Cucumber projects and start managing them in Xray.

 A new REST API endpoint will make it possible to import Cucumber Scenario and Scenario Outlines from existing Cucumber .feature files.

 

Learn more here.

 

 


 

And much more...

 

 

Xray issues improvementsExecution ScreenJQL functions

Tests

  • View associated Test Plans
  • Configure Pre-Conditions columns

Manual Tests

  • Rich editor (visual) for steps
  • Export steps to CSV
  • Move steps to a given position
  • Import steps from other Tests

Test Plan

  • Filter by Test Environment
  • Test Executions section
  • Filter by multiple test statuses

Test Sets

  • Change Tests column layout 
  • See pre-condition's attachments
  • Change assignee
  • Import results
  • Export definition of Cucumber and generic tests
  • Ability to update test definition without loosing current results
  • Test Plan's Tests
  • Failed Test Execution's executed tests, without defects associated
  • Defects created during the execution of a Test Execution

 

New Features and Bug Fixes in this release

 

Jira
serverXpand Add-ons Issue Tracker
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject = XRAY and fixVersion = "R2.1.0" and level is EMPTY order by issuetype desc
serverIdb6309ad5-5416-33d6-9a09-a3e02f20d3e6