-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Artifact Under Review
VnV Report
Team Number for Team Doing the Review
Team 22
Description of Issue
Great work on the unit testing section, it's thorough and well-organized! One suggestion is to add a summary table for the unit testing results across all modules (Sections 5.1–5.7). Currently, the individual test cases list a "Result: Pass" inline, but there is no consolidated view showing total tests per module, how many passed, and whether any were skipped or failed. This would make it much easier for a reader to quickly assess the overall health of the unit test suite at a glance, similar to how the NFR sections use summary tables (e.g., Tables 3, 10, 12) to aggregate results. A simple table with columns like Module, Total Tests, Passed, and Notes would significantly improve traceability and readability.