Back to Portfolio

Bug Reporting Approach

Each bug report follows a structured format ensuring clear communication with developers and stakeholders. My reports include all necessary information for quick reproduction and resolution.

Report Structure

Bug ID • Title • Severity • Priority • Environment • Steps to Reproduce • Expected Result • Actual Result • Screenshots/Evidence • Additional Notes

Sample Bug Reports

BUG-001

Shopping Cart Total Not Updating After Quantity Change

Critical

Steps to Reproduce

  1. Navigate to the e-commerce website
  2. Add any product to the shopping cart
  3. Go to the cart page
  4. Change the quantity from 1 to 3
  5. Observe the cart total

Expected Result

Cart total should update to reflect 3x the product price

Actual Result

Cart total remains unchanged showing price for 1 item only

Chrome 120, Windows 11
Cart Module
Priority: P1
BUG-002

Login Form Accepts Empty Password Field

High

Steps to Reproduce

  1. Navigate to the login page
  2. Enter valid email address
  3. Leave password field empty
  4. Click "Sign In" button

Expected Result

Validation error should display: "Password is required"

Actual Result

Form submits and shows generic "Login failed" error after server response

All Browsers
Authentication
Priority: P2
BUG-003

Product Images Not Loading on Category Page

Medium

Steps to Reproduce

  1. Navigate to "Electronics" category
  2. Scroll through the product listing
  3. Observe product thumbnails

Expected Result

All product images should load and display correctly

Actual Result

~30% of product images show broken image placeholder

Firefox 121, macOS
Product Catalog
Priority: P3
BUG-004

Search Results Count Mismatch

Low

Steps to Reproduce

  1. Enter "laptop" in search field
  2. Press Enter or click search icon
  3. Observe the results count message
  4. Count the actual products displayed

Expected Result

Results count should match actual products shown

Actual Result

Message says "15 results" but only 12 products are displayed

Safari 17, iOS
Search
Priority: P4

Download Full Bug Reports

Access the complete bug reports with screenshots, environment details, and additional documentation.