Related resources for API Automation Testing
  • API Test Automation using Javascript Library7/4/2023 6:11:38 AM. Learn how to perform API test automation using the JavaScript library supertest. Set up the necessary prerequisites and libraries, configure files, and write test cases using supertest and chai.
  • Different Ways of Sending JSON Payload in Rest Assured7/2/2023 7:01:51 PM. Learn different ways to send JSON payload in POST HTTP requests. Options include hardcoding JSON in a string variable, using a static variable, or converting a POJO class to a JSON object. Prerequisit
  • Rest Assured API Automation Testing Concepts6/29/2023 9:57:55 AM. This article provides an overview of various concepts related to API automation testing using the Rest Assured library. It covers topics such as sending query parameters and path parameters, handling
  • API Automation Testing Rest Assured6/29/2023 7:13:03 AM. This article introduces Rest Assured, a Java-based open-source library for automated testing of RESTful APIs. It covers advantages, prerequisites, project setup, and examples of API automation tests u
  • Web API Automation Testing Using Postman - Part One2/5/2019 8:51:58 AM. Testing is important for Web API development. By using the POSTMAN tool, we can test the Web API and also we can run some test cases in automation mode.