XSS Testing
Verify user input is escaped/sanitized so scripts cannot run in other users’ browsers.
Verify user input is escaped/sanitized so scripts cannot run in other users’ browsers.
Ensure data is accepted, stored, transformed, and displayed correctly.
Measure speed, stability, and resource use under expected and peak load.
Use Postman collections, environments, and tests scripts for API QA.