Various materials for Exploratory API Testing with Postman workshops
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 files used to demonstrate exploratory testing with Restful Booker and Juice Shop. The entire folder can be loaded at once via Import Folder.
- 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.