/
How to Test using JUnit Test Result File?
Back to QMetry All Products Help Page
How to Test using JUnit Test Result File?
Introduction
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
Here is how you can specify the Test Cases and Test Steps which will be created in QMetry as a part of the result files -
Test Case Tag | Test Step Tag |
---|---|
<testsuite> tag | All the <testcase> tag under the <testsuite> tag |
Supported Version: 1.2.5
Supported file types : XML
Sample Test Result File
Click here to download a sample file.
Back to QMetry All Products Help Page