4.8 Testing for Error Handling
- Trigger Web Application errors: - Identify possible input points where the application is expecting data. 
- Analyse the expected input type (strings, integers, JSON, XML, etc.). 
- Try to inject unexpected data like negative numbers, strings, random values, one extra bracket. 
- Understand the service responding with the error message and try to make a more refined fuzz list to bring out more information or error details from that service (it could be a database, a standalone service, etc.). 
 
Evidence:
4.8.2 Testing for Stack Traces
This content has been merged into: Testing for Improper Error Handling.
Evidence:
Last updated
