Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 850 Bytes

readme.md

File metadata and controls

26 lines (18 loc) · 850 Bytes

Project Title RestAssured test for Github Gist Api

Getting Started

This project has 7 packages 1.constants->Contains class which has all constants for the project 2.helper->Contains classes which will have helper methods 3.request mapping->contains class which has all HTTP request mappings Implementaion 4.model->Contains POJO for Request Model.Can also be Used to store Response POJO 5.restservice->Contains all rest service calls for all api under test 6.testsuite->contains classes which contains test suites 7.validators->contains classes which helps in validating the response

Prerequisites This code has been compiled to run in jdk1.8

How to Run test cases/suites

Test cases and Run

gists/src/test/java/github/gisttest/testsuite

all test cases are covered with @Test annotations and can be run independently or all in one go