day 8: Chaining and TestNG

This commit is contained in:
2024-10-15 04:47:43 -04:00
parent 20ea80437b
commit 40137d11a8
2 changed files with 11 additions and 13 deletions
@@ -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>