Skip to content

anowacki10/Postman

Repository files navigation

Postman πŸ“š

 
◻️ Click on following links to get online version of API test πŸ”Ž 
  or
◻️ Clone the repository locally and run in Postman to check out API test 
  or
◻️ Check out Overview bellow

◻️ Automated API Test - link

Overview 🧐

β€’ Requests πŸ‘‡πŸΌ

Requests are organized in a order that allows easily automate testing or manually execute collection in Postman runs.


requests

β€’ Response to Variables πŸ‘‡πŸΌ

Responses body are automatically set as variables in JavaScript to allows subsequent requests to be execute


set

β€’ Variables πŸ‘‡πŸΌ

Some of variables are set as Initial, some are seting up during colection execution


variables

β€’ Tests πŸ‘‡πŸΌ

JavaScript test containg simple status code assertion, checking changes made by PATH or PUT requests


test

β€’ Negative Test πŸ‘‡πŸΌ

Negative test should respond a Client Error, while tests should pass


negative

β€’ Params avoid Hard Coding πŸ‘‡πŸΌ



params

β€’ Postman Runs πŸ‘‡πŸΌ

Manual colection execution using Postman Run.


run

β€’ CI/CD Jenkins Pipeline πŸ‘‡πŸΌ

Automatic execution of Postman collection using Jenkins File and Newman

run

About

My public Postman collections containing HTTP requests , auth, JavaScript tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published