Completed
Create a Map
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
REST Assured API Testing - How to Test GET, POST, PUT, PATCH, and DELETE
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Create a new class
- 3 Create a function
- 4 Public API for testing
- 5 Static import
- 6 Log details
- 7 Verify in the body
- 8 Check the first names
- 9 Test GET POST
- 10 JSON Libraries
- 11 Create a Map
- 12 Create a Key Value Pair
- 13 Create a JSON Object
- 14 Copy Dependencies
- 15 Convert to JSON Object
- 16 Testing POST
- 17 HTTP Status Codes
- 18 Test NG Test
- 19 Adding headers
- 20 Adding body
- 21 Testing patch
- 22 Testing DELETE