Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

For testing, we used the local development server, and used Postman, which is a powerful tool for manipulating and keeping track of APIs. It also has a powerful suite of tools for testing the APIs, and hence I used it to help test it.

Our API was tested using Postman, and the test scripts and the results are recorded in the testscrpits.postman_collection.json file within the TestScrpits file in our github.

Most of the main tests have been done and verified, however certain aspects haven’t been tested yet:

  • We haven’t tested any errors for any misspelled inputs such as invalid dates or cities

  • We haven’t tested specific reports other than checking if the server returns a correct response or not as the script for it isn’t fully complete at this time.

  • No labels