Skip to content

Releases: SagarBobade/Rest-Assured-sample-framework

Rest-Assured-3.0.1

19 Dec 20:29
Compare
Choose a tag to compare

API response is getting cross-verifying as per the mentioned in the excel Test-Api.xls
Attaching request body to request which is json text from excel
Writing status as PASS or FAIL in the next cell against respective request, depending on response of the request and generating report for each API.

Status depends on response time

Status will be depend on Expected Response time, it response time is greater than expected then that test will be failed. 🎉

Methods covered :

  • GET
  • POST
  • PUT
  • DELETE

In next version expecting -

  1. Handeling bearer token-based authentication 😤

  2. User-defined maven dependency of this build

  3. Checking the response JSON of GET method is getting as expected or not. - Need to wait for it

  4. Usage of Assertion.- Not needed to use this yet

Rest-Assured-3.0.0

18 Dec 20:08
Compare
Choose a tag to compare

API response is getting cross-verifying as per the mentioned in the excel(Test-Api.xls)
Attaching request body to request which is json text from excel
Writing status as "PASS" or "FAIL" in the next cell against respective request, depending on response of the request.

methods covered :

  • GET
  • POST
  • PUT
  • DELETE

In next version expecting -

  1. Checking the response JSON of GET method is getting as expected or not.

  2. Handeling bearer token-based authentication

  3. Usage of Assertion.

  4. TestNg report for each request 😤

Rest-Assured-2.0.0

17 Dec 19:16
Compare
Choose a tag to compare

In this version 2-

API response is getting cross-verifying as per the mentioned in the excel(Test-Api.xls) and writing status as "PASS" or "FAIL" in the next cell against respective request, depending on response of the request. 😊

methods covered :

  • GET
  • POST
  • PUT
  • DELETE

In next version expecting -

  • Parsing and attaching JSON text to request-body from excel.

Rest-Assured-1.0.0

17 Dec 09:27
Compare
Choose a tag to compare
Rest-Assured-1.0.0 Pre-release
Pre-release

In this version -

API response is getting cross-verifying as per the mentioned in the excel(Test-Api.xls) and writing status as "PASS" or "FAIL" in the next cell against respective request, depending on response of the request. 😊

In next version expecting -

  • Handeling POST, DELETE, PUT requests
    😤