Testing Software (Manual Approach)

  • While coding, periodically run your code and check if things work
  • Right before turning in an assignment, check all of the features
  • Use tools like Postman to test endpoints or the command line to test CLI tools
  • Try out the "Happy Path" scenarios in your code
  • If needed, try out the error cases or weirder inputs
  • Make sure that your output is in the right format

3 / 21