I sent a request that made the server hiccup⊠and got 500 Internal Server Error.
Type of testing: Endpoint Testing
Status: Code 500
Steps to Reproduce(Mock Server):
- Open Postman
- Send POST request to
/orderswith payload that triggers server error - Observe 500 Internal Server Error in response.
Added screenshot of request & response

What This Shows:
- Demonstrates that youâre testing server stability and robustness.
- API needs better error handling for unexpected inputs.
- Extreme inputs can break server logic
Pro Tips:
- Include in automated tests to ensure graceful error handling and consistent error responses
- Test for edge cases, large inputs, invalid combinations
- Check logs if you have access to see stack trace or root cause
Lesson:
“Turns out⊠there is such a thing as âtoo much.â “