0% found this document useful (0 votes)
373 views14 pages

API Testing Con Postman

This document introduces API testing using Postman. It discusses installing Postman and Newman to test APIs. Some key features of Postman are described, including HTTP methods, environment variables, collections, and automation. The document recommends testing parameters, outputs, interoperability, security, errors, and data. Links are provided for Postman test examples, documentation, and example APIs to test with SpaceX and Postman Echo.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
373 views14 pages

API Testing Con Postman

This document introduces API testing using Postman. It discusses installing Postman and Newman to test APIs. Some key features of Postman are described, including HTTP methods, environment variables, collections, and automation. The document recommends testing parameters, outputs, interoperability, security, errors, and data. Links are provided for Postman test examples, documentation, and example APIs to test with SpaceX and Postman Echo.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

API TESTING

CON POSTMAN
Douglas Urrea Ocampo
MedellínJS - Junio 2020
ACERCA DE MI
TABLA DE CONTENIDO

Introducción POSTMAN
01 ●

Algunas
características de
03
Postman

API TESTING TESTING


02 ● Probemos algunas API 04


INTRODUCCIÓN
El contrato de la API

> Request > Response


● ●
● ●
● ●
API TESTING

Comunicación Integración Seguridad


LA PIRAMIDE DEL TESTING
API TESTING - POISED
1. Parameters
2. Outputs
3. Interoperability
4. Security
5. Errors
6. Data
POSTMAN

Metodos HTTP Variables de entorno


GET, POST, PUT,
DELETE

Colecciones Automatización
INSTALAR POSTMAN & NEWMAN

Download Postman:
https://www.postman.com/downloads/

Instalar Newman:
npm install -g newman
VAMOS A
TESTEAR!
LINKS
Postman Test Examples:
https://learning.postman.com/docs/postman/scripts/test-examples/

Postman Learning Center:


https://learning.postman.com

SpaceX API Example:


https://docs.spacexdata.com/?version=latest

Postman API Example:


https://docs.postman-echo.com/?version=latest

Newman CLI:
https://www.npmjs.com/package/newman#using-newman-cli
MUCHAS
GRACIAS!
https://douglasfugazi.wtf

@douglasfugazi
CREDITS: This presentation template was created by
Slidesgo, including icons by Flaticon, and
infographics & images by Freepik
Please keep this slide for attribution

You might also like