Skip to content

AndriiStepura/letslearnapitesting

Repository files navigation

"Introduction to API from the scratch" aka "Introduction to API testing using Postman tools or how to create 1258 tests in 27 minutes".

API testing presentation/workshop, based on Postman and Newman (Postman CLI) tools set

HowTo

  • Open presentation file StartTestingApiWithPostman.pdf and follow step-by-step guidelines

2020 April 16 Update:

Installation for MacOS:

Install brew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Postman:

brew cask install postman

Install Node.JS as environment for Postman CLI (Newman):

brew install node

Install Newman (Postman CLI) as node package:

npm install -g newman

Easter eggs for advanced level:

About

Repo for API testing presentation, based with postman tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors