API Automation

Testcase maintenance in code

Normally, we keep test cases separately using a tool called test management. Then, we combine the automated test cases and update the results in the test management tool. It can be a lot of work to create and update test cases when there are changes to the code. However, if we keep the test cases …

Testcase maintenance in code Read More »

Possible way of Asserting object in REST API’s

Asserting Actual and Expected values in an object using softAssert Assert using stream and reduce code duplicate used gson library for deserialization. Convert the response object to Map and do the assertion

Rest API Automation Framework

Introduction: This post explain about the way how to design a Rest API Automation framework from scratch. As a pre-requisite you should familiar with following listed items. API To Automate API Request: API Response: The Above request can be imported in POSTMAN. Copy the curl and import the data and fire the request. For the …

Rest API Automation Framework Read More »

API Automation 101

What is APIs? What is REST API? HTTP verbs! Rest API Request Rest API Response What is API automation? Sample Request Sample Response Response Code : 201 – Created Tools used to test APIs Libraries used for APIs Automation

Scroll to Top