Verification and Validation Report¶
System Test¶
You only need to write in detail if the test was conducted manually, or it failed.
For automated tests, a link to the test case and where to view the results (e.g. GitHub Actions page) would sufficient.
Functional Requirements¶
Non-functional Requirements¶
If you have done some more "open-ended" testing, like trials with human subjects, you can write the results here.
Unit Test¶
Since you will most likely be using some automatic test tool, you can just say all tests passed (if that is actually the case), and link to the test cases and results.
Changes Due to Testing¶
Document any major changes as a result of testing.
Code Coverage¶
If you used a code coverage tool, mention the results here.
For any significant parts of the code that are not covered, explain why.