How to Test using TestNG Test Result File?


Introduction

TestNG is a testing framework designed to simplify a broad range of testing needs, from unit testing (testing a class in isolation of the others) to integration testing (testing entire systems made of several classes, several packages and even several external frameworks, such as application servers).


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
<test> tag under <suite> tagAll the <test-method> tag under the <test> tag with attribute "is-config" set as false


Supported Version: 1.2.5

Supported file types : XML

Sample Test Result File

Click here to download a sample file.