SQA – API Testing Using POSTMAN


Introduction
Understanding Basics of API
1
What is API?
2
What is API Testing?
3
What are common bugs found during testing in API?
Getting Started with POSTMAN
1
Download & Install POSTMAN
2
Understanding POSTMAN User Interface
3
What is workspace, environment, request, collection, and response
Testing our First API
1
What is HTTP?
2
Practice HTTP Methods in POSTMAN
More about Collections
1
Sharing Collections
2
Collection Runner
3
Data Driven Testing
Environment & Variables in POSTMAN
1
What is Environment and why it is required? Environment Variables?
Pre & Post Request Scripts
1
Set & Get Variables
2
Pre & Post Request Script | Creating First Test in API
3
Quiz 1
Authorization of API in POSTMAN
1
What is Authorization?
2
Types of Authorization
3
Practice with Authorized API
4
Quiz 2
5
Conclusion