Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Coursera Project Network

API Testing Using Rest Assured Test Automation Tool

Coursera Project Network via Coursera

Overview

RestAssured is one of the best test automation tools to test APIs with Java programming language. It's an open-source tool and is very easy to code using Rest Assured. It also integrates easily with Test Automation tool like TestNG This project will provide you step by step instructions to write scripts to automate API testing using Rest Assured, how to automate and test CRUD (Create, Read, Update and Delete) operations with HTTP methods like GET, POST, PUT and DELETE, understanding JSON request and response, adding assertions to the API response.

Syllabus

  • Project Overview
    • API stands for Application Programming Interface which helps two independent software to communicate with each other.When an application is built, the functionalities are built first as APIs and then integrated with the frontend layer (UI). Waiting for integration to find bugs in the application will add a lot of costs. The later the bugs are found in the system, the more cost it adds to the application.API Testing helps reduce the cost as it will be performed before integration with frontend (or UI).RestAssured is one of the best test automation tools to test APIs with Java programming language. It's an open-source tool and is very easy to code using Rest Assured. It also integrates easily with Test Automation tool like TestNGThis project will provide you step by step instructions to write scripts to automate API testing using Rest Assured, how to automate and test CRUD (Create, Read, Update and Delete) operations with HTTP methods like GET, POST, PUT and DELETE, understanding JSON request and response, adding assertions to the API response,

Taught by

Saurabh Dhingra

Reviews

4.6 rating at Coursera based on 261 ratings

Start your review of API Testing Using Rest Assured Test Automation Tool

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.