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 TagTest Step Tag
<testsuite> tagAll 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.