API Testing Using Rest Assured Test Automation Tool

Go to class
Write Review

API Testing Using Rest Assured Test Automation Tool provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. API Testing Using Rest Assured Test Automation Tool is taught by Saurabh Dhingra. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

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.