"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
- Open presentation file StartTestingApiWithPostman.pdf and follow step-by-step guidelines
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew cask install postman
brew install node
npm install -g newman
- Postman antipatterns (bad practices with Postman) or how to make your work worse with five simple steps - https://github.com/AndriiStepura/letslearnapitesting/blob/master/PostmanAntiPatterns/PostmanAntiPatterns.pdf
- My code actefacts - https://github.com/AndriiStepura/letslearnapitesting/blob/master/exercisesResult/PostmanTipsAndTricks.txt
- Forked exploratary collections and data sets with passwords and injections - https://github.com/AndriiStepura/explore-with-postman
- Practice example for Front-End, Back-End, FSD paths students as introduction with backend-middleware-frontent layers app - https://github.com/AndriiStepura/FE-BE-MW-REST-with-contact-form-example