04 / 04
Test results
What each test status means and how to debug a failure.
Status indicators
Pass
Your response matches the expected output exactly.
Fail
Your response was received but doesn't match the expected output.
Timeout
No response received within 30 seconds.
Debugging failures
Click on any failed test case to expand it and see the details:
Test case 1
Input (what we sent you)
{ "userId": "USR-001" }Expected Output
{ "name": "John Doe" }Your Output
{ "user_name": "John Doe" }Compare your output with the expected output. Common issues include wrong field names, missing fields, or incorrect data types.