SlideShare une entreprise Scribd logo
1  sur  47
Postman gives you superpowers 
These slides show you how to use them
Launch Postman quickly 
Chrome’s app launcher sits in your OS dock and let’s you access Postman without 
opening Chrome.
Launch Postman quickly 
Create a Postman shortcut just like shortcuts for native apps
Launch Postman quickly 
Go to the “Apps” page using the Bookmarks bar or type chrome://apps in the address 
bar
Build requests quickly 
URL parameters let you add key-value pairs to construct the request URL quickly.
Build requests quickly 
Use header presets to save and load common sets of headers.
Build requests quickly 
Send browser cookies automatically through the Postman Interceptor 
extension. Install Interceptor
Build requests quickly 
Authenticate using Basic Auth, Digest Auth, Oauth 1.0 and Oauth 2.0 helpers. Postman 
can sign requests and generate header and parameter values.
Organize using collections 
Collections let you bunch requests together and organize them further in folders. You can 
use collections for API documentation, user scenarios or any kind of related requests.
Organize using collections 
Using the history to replay requests a lot? Use collections to be more 
organized.
Organize using collections 
Document your API using collections.
Organize using collections 
Store a sample flow using collections.
Organize using collections 
Add names and descriptions while saving requests in a collection. Descriptions in 
Postman support Markdown.
Organize using collections 
Descriptions show up right above the request construction module.
Organize using collections 
Lots of requests in a collection? Use folders to organize stuff further.
Using collections 
Requests can be re-ordered and duplicated inside a collection or a folder.
Organize using collections 
Save sample responses inside requests. Click on the bookmark icon above the 
response view.
Organize using collections 
Saving responses: Give the response an identifier.
Organize using collections 
Saving responses: Response identifiers show up as part of the description. 
Click to load the response.
Sharing collections 
Share collections with your team. On-board new developers quickly.
Sharing collections 
Share collections through getpostman.com. Used by folks at Box, Cisco, Intel, 
Qualys and many more!
Sharing collections 
Collections can be imported from the file system and URLs.
Sharing collections 
Share your collections with Postman users using the API directory. Exciting 
updates coming soon!
Using environments 
Use variables inside requests to switch between local, staging or production 
environments. Can also be used to hide sensitive information while sharing collections.
Using environments 
Environment variables are enclosed in {{double curly braces}} and can be 
used anywhere inside request values.
Using environments 
Environments can be exported and shared.
Postman Interceptor 
Install the Postman Interceptor for tighter integration with the Chrome 
browser. Install Interceptor
Postman Interceptor 
Capture requests from a web page and stream them inside Postman’s 
history.
Postman Proxy 
Use the Postman Proxy to capture requests from desktop applications or 
mobile applications. Link: https://github.com/a85/PostmanProxy
Jetpacks 
Get the Jetpacks upgrade for writing tests, running pre-request scripts and 
the Collection Runner. It’s just $9.99 for a single user! Buy Jetpacks
Jetpacks 
Provision licenses for your entire team using the online interface. Link: 
https://www.getpostman.com/profile/teams
Pre-request scripts 
Execute Javascript code before a request is sent. Example: Generate 
random numbers or timestamps and insert in requests
Pre-request scripts 
The request object is available inside pre-request scripts. Access values 
from the UI and then modify them again.
Pre-request scripts 
Set environment and global variable values. Useful in request chaining.
Test scripts 
Write tests within Postman using the full power of Javascript. Use snippets 
to quickly build a test suite.
Test scripts 
Results show up inside Postman with pass/fail counts. Test scripts are part 
of collections. Sharing a collection also shares your tests.
Test scripts 
Environments and global values can be set inside test scripts too.
Request evaluation life-cycle 
1. Gather data from the Postman UI 
2. Pre-request scripts 
3. Send request 
4. Receive response 
5. Run test scripts 
6. Display response and test results
Collection runner 
Run all requests in a collection or a folder together. You can run multiple 
iterations too.
Collection runner 
See aggregate test results. For multiple iterations, drill into each iteration’s 
result.
Collection runner 
See previous runs. Ensure that your API tests are improving over time.
Data files 
Load data files for multiple iterations. Postman supports CSV and JSON 
files.
Data files 
Data variables are enclosed within {{double curly braces}} in the 
request.
Data files 
Data values are available in pre-request scripts and test scripts too using 
the special data variable.
Newman 
Newman is a Node.js based command line companion tool to run Postman 
collections. See documentation
Newman 
Use Newman to schedule tests using cron. Integrate Newman with build 
systems. 
cron/curl 
+
Links 
• Postman (www.getpostman.com) 
• Postman Docs (www.getpostman.com/docs) 
• Postman Blog (http://blog.getpostman.com) 
• Postman on Twitter 
(https://www.twitter.com/postmanclient) 
• Postman on Facebook 
(https://www.facebook.com/getpostman) 
• Email us at help@getpostman.com

Contenu connexe

Tendances

Tendances (20)

Postman Webinar: Postman 101
Postman Webinar: Postman 101Postman Webinar: Postman 101
Postman Webinar: Postman 101
 
Api testing
Api testingApi testing
Api testing
 
API Test Automation
API Test Automation API Test Automation
API Test Automation
 
Api Testing
Api TestingApi Testing
Api Testing
 
RESTful API Testing using Postman, Newman, and Jenkins
RESTful API Testing using Postman, Newman, and JenkinsRESTful API Testing using Postman, Newman, and Jenkins
RESTful API Testing using Postman, Newman, and Jenkins
 
API Testing
API TestingAPI Testing
API Testing
 
Postman Collection Format v2.0 (pre-draft)
Postman Collection Format v2.0 (pre-draft)Postman Collection Format v2.0 (pre-draft)
Postman Collection Format v2.0 (pre-draft)
 
Postman
PostmanPostman
Postman
 
Postman An Introduction for Testers, October 26 2022.pptx
Postman An Introduction for Testers, October 26 2022.pptxPostman An Introduction for Testers, October 26 2022.pptx
Postman An Introduction for Testers, October 26 2022.pptx
 
Api testing
Api testingApi testing
Api testing
 
Rest API Testing
Rest API TestingRest API Testing
Rest API Testing
 
Web API Basics
Web API BasicsWeb API Basics
Web API Basics
 
Postman tests in jenkins
Postman tests in jenkinsPostman tests in jenkins
Postman tests in jenkins
 
Test Design and Automation for REST API
Test Design and Automation for REST APITest Design and Automation for REST API
Test Design and Automation for REST API
 
Api Testing
Api TestingApi Testing
Api Testing
 
4 Major Advantages of API Testing
4 Major Advantages of API Testing4 Major Advantages of API Testing
4 Major Advantages of API Testing
 
12 Steps to API Load Testing with Apache JMeter
12 Steps to API Load Testing with Apache JMeter12 Steps to API Load Testing with Apache JMeter
12 Steps to API Load Testing with Apache JMeter
 
Postman 101 for Students
Postman 101 for StudentsPostman 101 for Students
Postman 101 for Students
 
Accelerate Quality with Postman - Basics
Accelerate Quality with Postman - BasicsAccelerate Quality with Postman - Basics
Accelerate Quality with Postman - Basics
 
Using Postman to Automate API On-Boarding
Using Postman to Automate API On-BoardingUsing Postman to Automate API On-Boarding
Using Postman to Automate API On-Boarding
 

Similaire à 40+ tips to use Postman more efficiently

Web Site Optimization
Web Site OptimizationWeb Site Optimization
Web Site Optimization
Sunil Patil
 
Web site optimization
Web site optimizationWeb site optimization
Web site optimization
Sunil Patil
 
DSpace 4.2 Transmission: Import/Export
DSpace 4.2 Transmission: Import/ExportDSpace 4.2 Transmission: Import/Export
DSpace 4.2 Transmission: Import/Export
DuraSpace
 
Googleappengineintro 110410190620-phpapp01
Googleappengineintro 110410190620-phpapp01Googleappengineintro 110410190620-phpapp01
Googleappengineintro 110410190620-phpapp01
Tony Frame
 
Adopting AnswerModules ModuleSuite
Adopting AnswerModules ModuleSuiteAdopting AnswerModules ModuleSuite
Adopting AnswerModules ModuleSuite
AnswerModules
 

Similaire à 40+ tips to use Postman more efficiently (20)

Spring review_for Semester II of Year 4
Spring review_for Semester II of Year 4Spring review_for Semester II of Year 4
Spring review_for Semester II of Year 4
 
2310 b 15
2310 b 152310 b 15
2310 b 15
 
2310 b 15
2310 b 152310 b 15
2310 b 15
 
Deep dive into the native multi model database ArangoDB
Deep dive into the native multi model database ArangoDBDeep dive into the native multi model database ArangoDB
Deep dive into the native multi model database ArangoDB
 
Microsoft Windows Server AppFabric
Microsoft Windows Server AppFabricMicrosoft Windows Server AppFabric
Microsoft Windows Server AppFabric
 
DEVICE CHANNELS
DEVICE CHANNELSDEVICE CHANNELS
DEVICE CHANNELS
 
Web Site Optimization
Web Site OptimizationWeb Site Optimization
Web Site Optimization
 
Web site optimization
Web site optimizationWeb site optimization
Web site optimization
 
Unit5 servlets
Unit5 servletsUnit5 servlets
Unit5 servlets
 
MidSem
MidSemMidSem
MidSem
 
Academy PRO: HTML5 Data storage
Academy PRO: HTML5 Data storageAcademy PRO: HTML5 Data storage
Academy PRO: HTML5 Data storage
 
DSpace 4.2 Transmission: Import/Export
DSpace 4.2 Transmission: Import/ExportDSpace 4.2 Transmission: Import/Export
DSpace 4.2 Transmission: Import/Export
 
Googleappengineintro 110410190620-phpapp01
Googleappengineintro 110410190620-phpapp01Googleappengineintro 110410190620-phpapp01
Googleappengineintro 110410190620-phpapp01
 
Sumo Logic "How to" Webinar: Advanced Analytics
Sumo Logic "How to" Webinar: Advanced AnalyticsSumo Logic "How to" Webinar: Advanced Analytics
Sumo Logic "How to" Webinar: Advanced Analytics
 
Flex 4.5 jeyasekar
Flex 4.5  jeyasekarFlex 4.5  jeyasekar
Flex 4.5 jeyasekar
 
Corporate-informatica-training-in-mumbai
Corporate-informatica-training-in-mumbaiCorporate-informatica-training-in-mumbai
Corporate-informatica-training-in-mumbai
 
Corporate-informatica-training-in-mumbai
Corporate-informatica-training-in-mumbaiCorporate-informatica-training-in-mumbai
Corporate-informatica-training-in-mumbai
 
Automation Framework 042009 V2
Automation Framework   042009  V2Automation Framework   042009  V2
Automation Framework 042009 V2
 
Delivering High-Availability Web Services with NGINX Plus on AWS
Delivering High-Availability Web Services with NGINX Plus on AWSDelivering High-Availability Web Services with NGINX Plus on AWS
Delivering High-Availability Web Services with NGINX Plus on AWS
 
Adopting AnswerModules ModuleSuite
Adopting AnswerModules ModuleSuiteAdopting AnswerModules ModuleSuite
Adopting AnswerModules ModuleSuite
 

Dernier

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 

Dernier (20)

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide Deck
 
Pharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodologyPharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodology
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 

40+ tips to use Postman more efficiently