Monty — Test Cases

Monty AI Assistant

View test cases for a story

"Show test cases for story 837."
"What test cases exist for story 42?"

Monty returns all test cases linked to the story with their titles, steps, expected results, and pass/fail status from the most recent run.

Generate test cases with AI

Monty can analyze a story's description and acceptance criteria and generate a structured set of test cases covering happy path and edge cases:

"Generate test cases for story 837."
"Create test cases for story 42 — focus on edge cases."
Monty shows a preview of the generated test cases before saving. Reply yes or confirm to save them to the story.

Validate a story

Monty can assess whether a story's acceptance criteria are fully covered by its existing test cases and flag any gaps:

"Validate story 837."
"Does story 42 meet its acceptance criteria?"
"Are the test cases for story 107 complete?"

View test run results

"Show test run results for story 837."
"Which test cases failed in the last run for story 42?"

Monty retrieves the most recent test execution results including pass/fail status per test case. Failed test cases are a good starting point for filing defects.

Troubleshooting

No test cases found for a story

Test cases must be created or generated before they appear. Use "Generate test cases for story X" and confirm to save them.

Generated test cases look incomplete

The quality of generated test cases depends on the story description and acceptance criteria. Add more detail to the story first, then regenerate.

Validate story returns "no acceptance criteria"

Validation requires the story to have acceptance criteria. Update the story to add them, then try validating again.