python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Rest Assured Java : How to obtain id in the response not in json format
I need to obtain the response of an endpoint that returns a number but not in json format, only a number returns. When I try to do response.prettyprint() I didnt see nothing in the console. Is there a...
matias
Votes: 0
Answers: 1
Can we deal with JSON data directly instead of creating POJO classes while creating Rest Assured framework?
I have seen in many Rest Assured frameworks that we create POJO classes for Serialization & deserialization but let's say we have to automate more than 50-70 APIs thus, creating POJO classes for a...
saurabh
Votes: 0
Answers: 2
Multipart upload in REST assured
I am trying to upload csv file using rest assured multipart upload method.
In swagger API documentation, request body is like below for multipart csv upload.
{
"file":"string"
}
...
user9515607
Votes: 0
Answers: 1
Rest assured issue io.restassured.internal.RestAssuredResponseImpl@46fc522d in response
On Executing I am getting io.restassured.internal.RestAssuredResponseImpl@46fc522d, please review the code and also see the attached postman request parameters. Please note that its content-type is mu...

Ihsan Rehman
Votes: 0
Answers: 1