Postman is a tool for creating API requests and testing APIs. It allows users to create API requests, save requests into collections, add variables and environments, test requests with mock servers, capture browser traffic, perform data-driven testing, and automatically run test suites. Postman also supports scripting with JavaScript to build complex requests and assertions as well as integrating with Jenkins for continuous testing of APIs.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
267 views
Postman TOC
Postman is a tool for creating API requests and testing APIs. It allows users to create API requests, save requests into collections, add variables and environments, test requests with mock servers, capture browser traffic, perform data-driven testing, and automatically run test suites. Postman also supports scripting with JavaScript to build complex requests and assertions as well as integrating with Jenkins for continuous testing of APIs.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Postman
1. Introduction to Postman
2. Creating API requests
Create request in postman Import request from browser Inspect HTTP response in postman Handling cookies Saving requests to a collection in postman
3. Collections and Environments in Postman
Global, Environment & Collection Variables Variable Precedence in POSTMAN Creating collections in Postman IMPORT/EXPORT Collections in Postman Collection Runner in Postman Creating Documentation for API's Importing Data in POSTMAN
4. Mock Servers and Mock requests in Postman
Introduction to mock servers Why use a mock server? Create your first mock server Practical example Recording responses from APIs
5. Interceptor and proxy to capture browser network traffic
Capture traffic with Interceptor Setting up proxy in Postman
a. Scripting Overview in Postman b. Handling Global Variables in POSTMAN c. Interacting with environment variables in Postman d. Request, Response functions in POSTMAN e. Tests, Assertions in Postman 9. Automatically running tests Postman collection runner Postman monitors Automating with Newman (Overview) Installing Newman Running a collection with Newman 3 ways to access your Postman collection from Newman Specifying environments with Newman Prerequisites for running Newman on Jenkins Running a collection with Jenkins and generating a report Creating an HTML report in Jenkins Generating better HTML reports Customizing HTML reports Running a collection from a Git repository with Jenkins