Back to QMetry All Products Help Page
How to test using JUnit Framework?
Introduction
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
Supported Version: 1.2.5 (Pending)
Supported file types : XML
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.
- 1st level of Entity will be identified by “test suite name” attribute. If it already exists, then it is not created again.
- 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 How to enable Automation Attributes panel.
Back to QMetry All Products Help Page