Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 761 Bytes

File metadata and controls

40 lines (30 loc) · 761 Bytes

Manual Test Plan Creation

Summary:

You have been assigned to design a test plan for a new e-commerce website that includes features such as user registration, product search, and online checkout. And a special user registration that allows them to sell a product.

Key components:

UI

  • Login page
  • search page
  • add item
  • update item quantity
  • remove item
  • checkout page
  • seller registration

API

  • customer information crud
  • seller information crud
  • inventory crud

DB

  • users

  • inventory

  • profile information

  • sales (if applicable)

  • products

    • types of products/categories
    • quantity

Key stakeholders:

  • who is going to use the inventory system?
  • internal stakeholders: models.Inventory Owner(s)