You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
594 B
15 lines
594 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
|
|
<suite name="Failed suite [testing.TestNGBasics]" verbose="0">
|
|
<test thread-count="5" name="Command line test(failed)" verbose="0">
|
|
<classes>
|
|
<class name="testing.TestNGBasics">
|
|
<methods>
|
|
<include name="userLogin"/>
|
|
<include name="tearDown"/>
|
|
<include name="setUp"/>
|
|
</methods>
|
|
</class> <!-- testing.TestNGBasics -->
|
|
</classes>
|
|
</test> <!-- Command line test(failed) -->
|
|
</suite> <!-- Failed suite [testing.TestNGBasics] -->
|