This project are implemented using TestNG, Maven.
/testsfolder contains test scripts./datafolder contains data for post method.
- test classes that will be included in the test run
<test verbose="2" preserve-order="true" name="Baufest_Mobile">
<classes>
<class name="tests.Get"/>
<class name="tests.Post"/>
<class name="tests.Put"/>
</classes>
</test>To run tests:
- Execute the testng.xml file.