mahnoorfatiima / explore-with-postman

Various materials for Exploratory API Testing with Postman workshops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

explore-with-postman

Various materials for Exploratory API Testing with Postman workshops

csv

Files for use in the Postman Collection Runner

  • naughty_strings.csv: Base64 encoded versions of challenging test strings (source)
  • passwords.csv: Top 1050 passwords for brute force injection (source)
  • sql-inject.csv: Strings for exposing SQL injection vulnerabilities (source)

postman_json

Postman files used to demonstrate exploratory testing with Restful Booker and Juice Shop. The entire folder can be loaded at once via Import Folder.

scripts

  • make_blns_csv.sh: Shell script used to make naughty_strings.csv
  • swagger-petstore-converter.js: Node.js script which converts the Swagger Petstore sample to a complete Postman collection file.

About

Various materials for Exploratory API Testing with Postman workshops

License:MIT License


Languages

Language:JavaScript 74.5%Language:Shell 25.5%