June 26, 2018

The Xray team is proud to announce the release of Xray Cloud 1.1.6-1.002.000. This version provides support for additional import formats for execution results, namely JUnit and NUnit.


Release highlights 

JUnit Execution Results Support

JUnit is a testing framework for Java, mostly focused on unit testing. It is also used for writing integration and acceptance tests, making use of other libraries such as Selenium.

JUnit was massively used by the Java community and thus, its XML test result reports have become a de facto standard for test result reporting. JUnit XML reports may be created by many different testing frameworks for Java, JavaScript, Ruby, Python, or any other language. In JUnit, you have Tests and (Test) Suites. A Suite is a way of aggregating a group of tests together, along with their results.

Test Cases are imported to a new (or user-specified) Test Execution in the context of some project, along with their respective execution results.

Learn more about JUnit here.


junit-logo

NUnit Execution Results Support


Image result for nunit

One way to easily integrate your automated tests is by using the NUnit XML output of your test runner.

NUnit is a testing framework for C# (C sharp), mostly focused on unit testing. Similar to JUnit, NUnit is also used for writing integration and acceptance tests, making use of other libraries such as Selenium.

NUnit XML reports may be created by many different testing frameworks for C#, Javascript or any other language.

NUnit is quite feature-complete as may be seen in its online documentation.

Learn more here.


Bug Fixes in this release

 

Key Summary T Created P Status Resolution
Loading...
Refresh

  • No labels