TMCP034 test_plan_coverage filtered to category with no gaps¶
Call test_plan_coverage filtered by a category where all requirements have tests
Is a test for
Automated in
Source
Source file: specs/mcp/test_10.yaml
Loaded from: speky_mcp
Initial state¶
The expected state is the final state of
TMCP003 Initialize the MCP server
Procedure¶
Step 1¶
The client calls test_plan_coverage with category functional
{
"id": 2,
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "test_plan_coverage",
"arguments": {"category": "functional"}
}
}
Step 2¶
Verify RF01 and RF02 appear in manual_test_plan and all other buckets are empty
{
"id": 2,
"jsonrpc": "2.0",
"result": {
"structuredContent": {
"no_test_plan": [],
"manual_test_plan": [
{"category": "functional", "id": "RF01"},
{"category": "functional", "id": "RF02"}
],
"partially_manual_test_plan": [],
"automated_test_plan": []
}
}
}