0% found this document useful (0 votes)
29 views

XML Version=1.0 Encoding=UTF-8

The document contains multiple TestNG XML suite configurations for testing a web application. Each suite specifies parameters such as URL, username, and password, and defines tests that run classes in parallel. The configurations include variations in the classes being tested and their parallel execution settings.

Uploaded by

shiva raman
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

XML Version=1.0 Encoding=UTF-8

The document contains multiple TestNG XML suite configurations for testing a web application. Each suite specifies parameters such as URL, username, and password, and defines tests that run classes in parallel. The configurations include variations in the classes being tested and their parallel execution settings.

Uploaded by

shiva raman
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite name="Suite" verbose="5" parallel="tests">
<parameter name="URL" value="http://leaftaps.com/opentaps/"></parameter>
<parameter name="username" value="DemoSalesManager"></parameter>
<parameter name="password" value="crmsfa"></parameter>
<test thread-count="2" parallel="classes" name="Test1"></test>
<classes>
<class name="testNg.Annotation"/>
<class name="testNg.CreateLead"/>
</classes>
test -->
</suite> <!-- Suite -->

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


<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite name="Suite" verbose="5" parallel="classes">
<parameter name="URL" value="http://leaftaps.com/opentaps/"></parameter>
<parameter name="username" value="DemoSalesManager"></parameter>
<parameter name="password" value="crmsfa"></parameter>
<test thread-count="2" parallel="classes" name="Test1">
<classes>
<class name="testNg.Annotation"/>
</classes>
</test> <!-- Test -->
</suite> <!-- Suite -->

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


<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite name="Suite" verbose="5" parallel="classes">
<parameter name="URL" value="http://leaftaps.com/opentaps/"></parameter>
<parameter name="username" value="DemoSalesManager"></parameter>
<parameter name="password" value="crmsfa"></parameter>
<test thread-count="2" parallel="classes" name="Test1">
<classes>
<class name="testNg.Annotation"/>
<class name="testNg.CreateLead"/>
</classes>
</test> <!-- Test -->
</suite> <!-- Suite -->

You might also like