QA Guide to REST API Testing for Beginners
- Offered byUDEMY
QA Guide to REST API Testing for Beginners at UDEMY Overview
Duration | 6 hours |
Total fee | ₹455 |
Mode of learning | Online |
Credential | Certificate |
QA Guide to REST API Testing for Beginners at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- Get a 30 days money back guarantee on the course
- Get full lifetime access of the course material
- Learn from 2 articles
QA Guide to REST API Testing for Beginners at UDEMY Course details
- You want to know more about APIs
- You want to learn how to test APIs
- You want to learn how to create re-usable test cases for APIs
- You want to be able to read and create JSON data
- You want to learn some javaScript
- You will learn what APIs are and how they work
- You will be skilled at using Postman and Fiddler to create, issue requests, and test APIs
- You will learn how to use Fiddler to capture, view, replay, and manipulate web traffic
- You will be able to read and create JSON data
- You will learn some javaScript
- In this course you will learn everything that you need to know to get started with REST API testing
- The course starts with API basics. Here you will learn what an API is and how they work
- Covering several tools along the way to help you validate and format APIs so that you can quickly and easily understand the purpose and content
- Learn some javaScript which is essential when working with REST APIs
QA Guide to REST API Testing for Beginners at UDEMY Curriculum
Introduction
Introduction
How to get help
API Basics
What is an API?
How APIs work with applications
API Enpoints
Request methods
Status codes
Headers
Request and Response Body
Working with JSON with Sublime text
Intro to Working with JSON with Sublime text
Installing Sublime
Install package control
Install Pretty JSON
Validating JSON
Formatting JSON
Javascript and JSON Data
Introduction to Javascript and JSON Data
Datatypes
Variables
Arrays
Objects and JSON
Accessing object values
API Playback tool - Postman
Intro to Postman
Postman installation
Create a request
Collections
Path parameters
Query parameters
POST, PUT, and PATCH requests
DELETE request
Variables
API key
Environment variables
Headers
Postman Testing
Intro to Postman API Testing
Testing for status codes
Testing for body content
Using variables in tests
Testing for response time
Testing for headers
Challenge Project: Testing the PokeAPI
Challenge Solution: Testing the PokeAPI
Browser Developer Tools
Intro to Browser Developer Tools
Opening the developer tools
Capturing browser traffic