Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
APIs test using Postman And Newman - Fatoni (@D...
Search
DOT Indonesia
January 31, 2018
0
45
APIs test using Postman And Newman - Fatoni (@DOT TECHTALK - JUNE 2017)
DOT Indonesia
January 31, 2018
Tweet
Share
More Decks by DOT Indonesia
See All by DOT Indonesia
Agile Testing To Support Short Cycle Development (@DOT TechTalk, 18 Januari 2019)
dotindonesia
0
110
How to be Agile (@DOT TechTalk, 11 Januari 2019)
dotindonesia
1
45
Build an Awesome CI/CD with Jenkins - Samsul (@PHP User Group Meetup, 17 September 2018)
dotindonesia
0
130
Mockup API to IMPROVE Team Collaboration - Toni (@DOT TechTalk, 10 Agustus 2018)
dotindonesia
0
75
Investment & Financing - Arya (@DOT TechTalk, 20 April 2018)
dotindonesia
3
68
Introduction to Docker Container - Samsul Ma'arif (@DILO Malang - 12 March 2018)
dotindonesia
0
170
Company Overview - DOT Indonesia (@Study Excursie UNIDA Gontor - March 2018)
dotindonesia
0
120
How to be a Great Mobile Developer - Agus (@Study Excursie UNIDA Gontor - March 2018)
dotindonesia
0
55
Rapid mobile development with React Native - Fahmi (@Study Excursie UNIDA Gontor - March 2018)
dotindonesia
0
45
Featured
See All Featured
It's Worth the Effort
3n
187
28k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Typedesign – Prime Four
hannesfritz
42
2.8k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Making Projects Easy
brettharned
117
6.4k
How GitHub (no longer) Works
holman
315
140k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Transcript
APIs test using Postman & Newman Test a Postman Collections
directly from the command-line AT DOT TECHTALK - JUNE 2017
About Speaker Ahmad Fatoni [
[email protected]
] Web Developer at DOT Indonesia
(PT Distinction On Technology Indonesia) Expertises: PHP, MySQL, Oracle, Laravel Framework, Version Control (GIT)
APIs, Postman And Newman
Postman - Collection A Postman Collection lets you group individual
requests together. These requests can be further organized into folders.
Postman - Environment A solution to test API on different
server (local, development, or production) without changing request.
Postman - Environment Set variable value on environment.
Newman - Run POSTMAN collection on command line - Reports
as HTML or JSON or CLI or Junit - Build on node JS - Available for Mac, Linux, and Windows
Newman - Run Collection - Export collection - Export Environment
[optional] - Run test newman run [collection-name.postman_collection] -e [environment-name.postman_environment]
None
References - https://www.getpostman.com/ - https://github.com/postmanlabs/newman