4.8 Testing for Error Handling
Last updated
Last updated
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:
Evidence:
This content has been merged into: .