Test using JUnit


Introduction

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.


Supported file types : XML

Sample Test Result File

The following is the screenshot of the file. Click here to download the Sample Test Result File.


Entities

While importing result file, you can choose which level of hierarchy do you want. Test Case-Test Step or  Test Scenario-Test Case.

  1. 1st level of Entity will be identified by “test suite name” attribute. If it already exists, then it is not created again.
  2. 2nd level of Entity will be identified by "test case name"  attribute. If it already exists, then it is not created again.

If you would like to see values for these attributes, you can verify in Automation Attributes panel of Test Case/Test Scenario issue page.


Note : By default, Automation attributes panel will be hidden. If you would want you can enable it. Refer Automation Settings to know how to enable Automation Attributes panel.