This is the project about automating Post API request and executing multiple test classes using rest Assured and apachePOI library along with JsonPath and testNG assert class.
-
Updated
May 26, 2023 - Java
This is the project about automating Post API request and executing multiple test classes using rest Assured and apachePOI library along with JsonPath and testNG assert class.
Framework is data-driven as well as keyword driven. In which, by passing the request parameters to create request for every test case, parameterized variables reads data from sheet on runtime. For validation purpose use test-ng assert class and generate the allure report using test-ng annotation.
This framework is about how we do data driven read excel file and evidence file creator and how we add dependencies to run the test cases and generate the report by using allure.
This framework is data driven i.e. we read data from excel sheet using common method. This framework include Common method, Test Class cases and drive class to execution of entire framework. Maven Dependencies are Rest Assured, testng, apache poi, aluure. In this framework we validate status code and response body by using TESTNG assert class.
Add a description, image, and links to the evidencefilecreator topic page so that developers can more easily learn about it.
To associate your repository with the evidencefilecreator topic, visit your repo's landing page and select "manage topics."