Rest Assured is a Java library used for testing RESTful web services.
Use given().when().get("/endpoint").then().statusCode(200); to perform a GET request and check the status code.
Use given().when().get("/endpoint").then().body("key", equalTo("value")); to validate a JSON response.
Use given().header("Header-Name", "value").when().get("/endpoint"); to add headers to a request.
Use given().auth().basic("username", "password").when().get("/endpoint"); for basic authentication.
For Call
+91-9999385943For Call
+91-9999568773