Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 799e3fa587 | |||
| 40137d11a8 |
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
|
||||
<suite name="AuthenticationTests">
|
||||
<test name="AuthenticationTestSuite">
|
||||
<classes>
|
||||
<class name="zacksolutions.DayEight.CreateUserTest"/>
|
||||
<class name="zacksolutions.DayEight.GetUserTest"/>
|
||||
<class name="zacksolutions.DayEight.UpdateUserTest"/>
|
||||
<class name="zacksolutions.DayEight.DeleteUserTest"/>
|
||||
</classes>
|
||||
</test>
|
||||
</suite>
|
||||
-13
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
||||
<suite name="All Test Suite" >
|
||||
<test name="RestAssured">
|
||||
<classes>
|
||||
<class name="zacksolutions.DayOne.HttpRequestTest"/>
|
||||
<class name="zacksolutions.DayTwo.PostReqBodyTest"/>
|
||||
<class name="zacksolutions.DayThree.CookiesDemoTest"/>
|
||||
<class name="zacksolutions.DayThree.PathandQuerryParTest"/>
|
||||
</classes>
|
||||
</test>
|
||||
</suite>
|
||||
|
||||
Reference in New Issue
Block a user