• Stars
    star
    125
  • Rank 286,335 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Various materials for Exploratory API Testing with Postman workshops

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.