About 308,000 results
Open links in new tab
  1. How to pass authorization token in header in Rest assured?

    How to pass authorization token in header in Rest assured? Asked 8 years, 2 months ago Modified 1 year, 5 months ago Viewed 55k times

  2. RestAssured API call failed due to SSL handshake issue

    Feb 19, 2024 · I need to run my rest-assured automated tests on an environment that don't have SSL certificate, the test failed at the first call with the following exception …

  3. junit - How to add client certificate (.pfx or .cer + .key) in API ...

    Jun 2, 2024 · I'm trying to write my first autotests in Java + Rest Assured. Unfortunately, one of the modules I'm working with requires a client certificate for correct request :) I have the …

  4. Rest-assured. Is it possible to extract value from request json?

    Rest-assured. Is it possible to extract value from request json? Asked 11 years, 10 months ago Modified 8 months ago Viewed 167k times

  5. How do we pass multiple headers in rest assured?

    I am new to rest-assured and Java, I am trying to do a very basic test of checking the response is 200 ok for API. can you any one please tell me what do I need to change in the below script in …

  6. java - setting content type in rest assured - Stack Overflow

    Nov 18, 2014 · I'm trying to invoke a rest call using rest assured. My API accepts, "application/json" as content type and I need to set in the call. I set the content type as …

  7. In REST Assured, how can I check if a field is present or not in the ...

    I had a similar problem where my response included a field or not depending on the result set. I found that you can use try/except to test the field (try) and if it isn't present then process the …

  8. Java/REST-assured: how to use SSL certificate in code

    Sep 22, 2020 · Java/REST-assured: how to use SSL certificate in code Asked 5 years, 2 months ago Modified 2 months ago Viewed 10k times

  9. Rest Assured: extract value from Response List - Stack Overflow

    Jul 31, 2017 · Rest Assured: extract value from Response List Asked 8 years, 4 months ago Modified 4 years, 4 months ago Viewed 33k times

  10. java - How to pass parameters to Rest-Assured - Stack Overflow

    Sep 9, 2015 · REST Assured will automatically try to determine which parameter type (i.e. query or form parameter) based on the HTTP method. In case of GET query parameters will …