REQ-FUN-138
Test Case + Test Run entities per deliverable
What
test_case (id, deliverable_id, name, description, steps[], expected_result, status, created_at) and test_run (id, test_case_id, executor, run_at, result, evidence_url, notes). Tests tab per deliverable.
Why
established project management guidelines Manage Quality and Control Quality outputs include test cases / test plans / test results.
How
New tables; relations: requirement verified_by test_case; deliverable accepts_via test_case.
Done when
REST + MCP CRUD on both entities; CI posts test_run rows; relation surface in RTM.
Out of scope
Test execution by the system itself.
established project management guidelines Mapping
Test Case + Test Run entities are established project management guidelines Manage Quality / Control Quality outputs and feed the RTM verification column.