📄️ Frontend Unit Tests
For All React Component Tests
📄️ Integration tests
Tests to demonstrate each use-case based on the use-case descriptions and the sequence diagrams. External input should be provided via mock objects and results verified via mock objects. Integration tests should not require manual entry of data nor require manual interpretation of results.
📄️ Acceptance Tests Report
Description
📄️ Acceptance test
The acceptance tests will demonstrate all of the functional and non-functional requirements using a combination of automated tests derived from the use-cases (user stories) and manual tests with recorded observation of the results.
📄️ Backend Unit Tests
Backend Coverage Report