Skip to content

Developed a framework for performing API Automation testing to automate https://reqres.in/ website using java REST Assured library.

Notifications You must be signed in to change notification settings

theakmore/RestAssuredFrameworkJavaTestNG

Repository files navigation

ReqresAPItesting

Developed a framework for performing API Automation testing to automate https://reqres.in/ website using java REST Assured library.

Automated the following scenarios/requests:

1. Get All Users (GET request)
2. Get Single User Record (GET request)
3. Create new User Record(POST request)
4. Update the existing User Record(PUT request)
5. Delete the User Record(DELETE request)

Note:

  • Here I have used java REST assured library for automating Restful Webservices.
  • Used testNG , added loggers, listeners etc.
  • Performed the validations like statuscode , statusline , responsetime , headers etc.
  • I have also ran this project using maven/cmd and on jenkins.

Generated the Extent Reports:

image image

About

Developed a framework for performing API Automation testing to automate https://reqres.in/ website using java REST Assured library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published