📄️ Unit and Widget tests
These will allow us to test methods that provide unique functionality to each page. Unit tests will be used for methods that stay within a single page. Widget tests will be used in tandem with unit testing due to the nature of Flutter's middleware being heavily integrated into the front end.
📄️ Integration tests
Use case 1
📄️ Acceptance test
Download the acceptance test checklist here