Problem Statement
When planning a web test, which OWASP resource provides step-by-step checks for common areas like auth, input, and config?
Explanation
WSTG is a community handbook with testing objectives, how-to steps, and references. It covers everything from mapping the app to detailed checks for input handling and authentication.
Use it as a playbook for interviews and real projects.
Code Solution
SolutionRead Only
WSTG sections: - Auth testing - Input validation - Config and deployment
