SQA Bug Analysis Report
SQA Bug Analysis Report
Automation Testing
Course: Software Quality Assurance
Table of Contents
1. Introduction
2. Website Under Test
3. Testing Methods
4. Detailed Bug Report
5. Fix Suggestions in Code
6. Conclusion
1. Introduction
This report evaluates the OWASP Juice Shop live demo using manual testing and simple
automated tools. It identifies key bugs and suggests fixes to improve security and usability.
URL: https://juice-shop.herokuapp.com/
3. Testing Methods
Method Tool/Approach
const id = encodeURIComponent(req.query.id);
// then fetch using trusted server-side logic
6. Conclusion
The OWASP Juice Shop demo includes multiple high-severity bugs suitable for a QA report.
By documenting their detection, severity, and fixes, this report meets all assignment
requirements.