Skip to content

Latest commit

 

History

History
97 lines (81 loc) · 3.55 KB

File metadata and controls

97 lines (81 loc) · 3.55 KB

Bug Reports

Bug Overview

ID Title Severity Priority Status
BR-01 Login possible with locked-out user 🔴 High 🔴 High Open
BR-02 No error message for empty login fields 🟡 Medium 🟡 Medium Open
BR-103 Cart count does not update 🟡 Medium 🟡 Medium Open
BR-04 Checkout allows missing mandatory fields 🔴 High 🔴 High Open
BR-05 Incorrect product quantity on summary page 🟡 Medium 🟡 Medium Open
BR-06 Finish button not responsive 🔴 High 🔴 High Open
BR-07 Logout does not clear cart state 🟢 Low 🟡 Medium Open

Detailed Bug Reports

BR-01: Login possible with locked-out user

  • Environment: Chrome (Windows / macOS)
  • Precondition: User exists but is marked as restricted/locked.
  • Steps to Reproduce:
    1. Open login page.
    2. Enter locked-out username.
    3. Enter valid password.
    4. Click "Login".
  • Expected Result: User should not be able to log in; an error message should be displayed.
  • Actual Result: User is logged in successfully.
  • Severity: High | Priority: High

BR-02: Error message not displayed for empty login fields

  • Environment: Chrome (Windows / macOS)
  • Steps to Reproduce:
    1. Open login page.
    2. Leave username and password empty.
    3. Click "Login".
  • Expected Result: Validation error message should be displayed.
  • Actual Result: No error message is shown.
  • Severity: Medium | Priority: Medium

BR-03: Cart count does not update after adding product

  • Environment: Chrome (Windows / macOS)
  • Steps to Reproduce:
    1. Login with valid user.
    2. Add a product to cart.
  • Expected Result: Cart icon count should increase by one.
  • Actual Result: Cart icon count remains unchanged.
  • Severity: Medium | Priority: Medium

BR-04: Checkout allows continuation with missing mandatory fields

  • Environment: Chrome (Windows / macOS)
  • Steps to Reproduce:
    1. Login and add product to cart.
    2. Proceed to checkout.
    3. Leave required fields empty and click "Continue".
  • Expected Result: User should be blocked; error message should be displayed.
  • Actual Result: User proceeds to next checkout step.
  • Severity: High | Priority: High

BR-05: Order summary page does not display correct product quantity

  • Environment: Chrome (Windows / macOS)
  • Steps to Reproduce:
    1. Add multiple quantities of the same product to cart.
    2. Proceed to checkout summary page.
  • Expected Result: Correct product quantity should be displayed.
  • Actual Result: Displayed quantity is incorrect.
  • Severity: Medium | Priority: Medium

BR-06: Finish button not responsive on checkout completion page

  • Environment: Chrome (Windows / macOS)
  • Steps to Reproduce:
    1. Complete checkout steps.
    2. Click "Finish" button.
  • Expected Result: Order completion and confirmation page displayed.
  • Actual Result: No action occurs after clicking "Finish".
  • Severity: High | Priority: High

BR-07: Logout does not clear cart state

  • Environment: Chrome (Windows / macOS)
  • Steps to Reproduce:
    1. Login and add product to cart.
    2. Logout.
    3. Login again.
  • Expected Result: Cart should be empty after re-login (depending on business logic).
  • Actual Result: Previous cart items are still present.
  • Severity: Low | Priority: Medium