Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TODOFor 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.