This project is implemented using TestNG, Maven and RestAssured.
APITestClass contains test scripts.DataTestClass contains data generator.
- test classes that will be included in the test run
<test verbose="2" preserve-order="true" name="APITestFalabella">
<classes>
<class name="APITests"/>
</classes>
</test>To run tests:
- Execute the testng.xml file.