<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="RegressionTestingSuite">
<test name="LoginModuleTest">
<classes>
<class
name="com.test.automation.uiAutomation.loginPage.TC002_VerifyLoginWithValidCredentails" />
<class
name="com.test.automation.uiAutomation.loginPage.TC003_VerifyLoginLogout" />
<class
name="com.test.automation.uiAutomation.loginPage.TC001_VerifyLoginWithInvalidCredentails" />
</classes>
</test> <!-- Test -->
</suite> <!-- Suite -->
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="RegressionTestingSuite">
<test name="LoginModuleTest">
<classes>
<class
name="com.test.automation.uiAutomation.loginPage.TC002_VerifyLoginWithValidCredentails" />
<class
name="com.test.automation.uiAutomation.loginPage.TC003_VerifyLoginLogout" />
<class
name="com.test.automation.uiAutomation.loginPage.TC001_VerifyLoginWithInvalidCredentails" />
</classes>
</test> <!-- Test -->
</suite> <!-- Suite -->
No comments:
Post a Comment