Skip to content

A Postman collection for testing the implementations of the API specification

Notifications You must be signed in to change notification settings

frameworks-serverless-performance/postman-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Postman collection for testing

This repository contains a Postman collection for testing the endpoints of the API specification used in the thesis Performance and price comparison of three popular backend frameworks and the AWS serverless stack.

Importing and using the collection

Follow these steps to test your implementation of the endpoints:

  1. Download the postman_api_collection.json file from the repository
  2. Install Postman and open it
  3. Select File > Import and select the file
  4. The collection should now be available
  5. Replace the itemId of the /getPrice endpoint with the id in your database
  6. Replace the initialPrimaryKey of the /query enpoint with your initial primary key
  7. Click on the collection and go to the Runs tab, then click "Run Collection" and select all endpoints.
  8. Check that all tests succeeded
  9. Done! Now you can start performance testing your implementation!

About

A Postman collection for testing the implementations of the API specification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published