sumo_qa_explain_test_data_requirements
Analyze a testing scenario to determine required test data characteristics, including entity attributes, preconditions, edge cases, and data to avoid.
Instructions
Explain what test data shape and characteristics are needed for a scenario.
Returns: required entity characteristics, resource-state conditions,
scenario preconditions, downstream dependencies, edge cases, and
explicit "what NOT to use" guidance. Domain-neutral by design — works
for any domain (auth, billing, retail, infrastructure, ML, etc.).
Optional environment (e.g. "integration") and domain are folded
into the analysis.
Common natural-language phrasings that map to this tool: "what data do I need to test X", "what test data should I look for to cover X", "what records / accounts / fixtures do I need for X", "what's the minimum data setup for X", "what edge-case data should I test".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| environment | No | ||
| domain | No |