About 271,000 results
Open links in new tab
  1. API Test Automation Framework Structure - Stack Overflow

    Feb 27, 2015 · I have done API Automation framework using JAVA - TestNG - HTTP Client. It's a Hybrid framework consist of, Data Driven Model : Reads data from JSON/ XML file. Method …

  2. How get size of an array in json response? rest assured API, JAVA

    Nov 15, 2021 · Note from Rest-Assured wiki. Note that the "json path" syntax uses Groovy's GPath notation and is not to be confused with Jayway's JsonPath syntax. Solution: you can …

  3. rest assured - API Testing - RestAssured - Stack Overflow

    Apr 2, 2020 · I'm doing an assignment for school : Requirement : Create a search ("s) for the items containing "Fantabulous" Verify that the movie with id "tt7713068" is in the list Use a …

  4. rest assured - Get size or length of json array response …

    We have REST API automation scripts using RestAssured. In this declared response object as public static Response response; and retrieving the response data using response.jsonPath …

  5. Selecting between karate and Rest assured - Stack Overflow

    May 11, 2020 · Trying to select between the Karate framework and Rest Assured for API automation which includes Rest APIs and GraphQL. Also we can enhance the framework to …

  6. How to set cookie with the request using rest assured?

    I need to automate the rest API. The API is secured with Spring security. Below is the code to authenticate : Response response = given().auth() .form(userName, password,

  7. rest assured - What are the pros and cons of Unirest over …

    Mar 12, 2019 · Rest-Assured is best to test and automate Rest API. Pros Unirest Support Available in 8 languages like Node, Ruby, Java, Python, Objective C etc. Both syncronous and …

  8. 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, 8 months ago Modified 6 months ago Viewed 167k times

  9. rest assured - RestAssured: How to check the length of json array ...

    Apr 7, 2016 · Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges,

  10. Connect to Database through rest assured (REST API automation)

    Jun 24, 2020 · We are automating testing of REST APIs using serenity-rest-assured. A requirement is to connect to a PostgreSQL database and compare the GET API call values …