-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Aseem Yadav edited this page May 27, 2018
·
1 revision
Welcome to the rest_api_test wiki!
Project features 1 class, namely:
- api_test.Java - Covers up the testcases for all the scenarios by making request to the provided URL.
POM.xml
- A MAVEN dependency file, containing the configuration details for the project.
TESTNG.xml
- The testsuite reprsentation in testng, encompasses the details like URI to which REST based request is made.
- TestNG - Testing framework
- Support added for making test configuration flexible, creating human readable reports (in HTML) and for providing parameters to testcases.
Doc:
- Contains the JAVADOC documentation of the entire project.
TestOutput
- Contains the human readable report generated (using TestNG) after test execution.