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
76
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
130
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
Facilitating Awesome Meetings
lara
56
6.6k
Visualization
eitanlees
149
16k
Building an army of robots
kneath
306
46k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
920
Measuring & Analyzing Core Web Vitals
bluesmoon
9
620
Code Review Best Practice
trishagee
72
19k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Embracing the Ebb and Flow
colly
88
4.9k
How to Think Like a Performance Engineer
csswizardry
27
2.1k
The Pragmatic Product Professional
lauravandoore
36
7k
Making Projects Easy
brettharned
120
6.4k
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