-
Notifications
You must be signed in to change notification settings - Fork 5
/
TM_Project Suite.xml
47 lines (39 loc) · 1.27 KB
/
TM_Project Suite.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="TM_Project Suite">
<listeners>
<listener class-name="com.uat.listener.TestsListenerAdapter" />
<listener class-name="org.uncommons.reportng.HTMLReporter"/>
<listener class-name="org.uncommons.reportng.JUnitXMLReporter"/>
</listeners>
<!-- <test name="VerifyLandingOnProjPage">
<classes>
<class name="com.uat.suite.tm_project.VerifyLandingOnProjPage" ></class>
</classes>
</test>
<test name="Tester_TMnStakeDashDisabled">
<classes>
<class name="com.uat.suite.tm_project.Tester_TMnStakeDashDisabled" ></class>
</classes>
</test>
<test name="VerifyTMTabHighlighted">
<classes>
<class name="com.uat.suite.tm_project.VerifyTMTabHighlighted" ></class>
</classes>
</test>
<test name="VerifyFieldsForCreNewProj">
<classes>
<class name="com.uat.suite.tm_project.VerifyFieldsForCreNewProj" ></class>
</classes>
</test>
<test name="VerifyLogin">
<classes>
<class name="com.uat.TestCases.VerifyLoginFucntionality"></class>
</classes>
</test>
-->
<test name="VerifyStartEndDateValidation">
<classes>
<class name="com.uat.TestCases.VerifyStartEndDateValidation"></class>
</classes>
</test>
</suite>