0% found this document useful (0 votes)
81 views1 page

TestNG Suite Configuration Example

This document defines a test suite called MyTestSuite that contains one test named MyTests. MyTests has a log level set to verbose 2 and contains one test class called ReportingTests.

Uploaded by

bill
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views1 page

TestNG Suite Configuration Example

This document defines a test suite called MyTestSuite that contains one test named MyTests. MyTests has a log level set to verbose 2 and contains one test class called ReportingTests.

Uploaded by

bill
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

<?xml version="1.0" encoding="UTF-8"?

>
<!DOCTYPE suite SYSTEM "[Link]
<suite name="MyTestSuite">

<test verbose="2" name="MyTests">


<classes>
<class name="[Link]" />
</classes>
</test>
</suite>

You might also like