Skip to content
Aseem Yadav edited this page May 27, 2018 · 1 revision

Welcome to the rest_api_test wiki!


SOURCE

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.

LIBRARIES

  1. TestNG - Testing framework
    • Support added for making test configuration flexible, creating human readable reports (in HTML) and for providing parameters to testcases.

DIRECTORIES

Doc:

  • Contains the JAVADOC documentation of the entire project.

TestOutput

  • Contains the human readable report generated (using TestNG) after test execution.

Clone this wiki locally