Skip to content

BDD Implementation

Vamsi Krishna Darbhamulla edited this page Aug 26, 2018 · 1 revision

The web app is a demo e-commerce website that sells different items like

  • Clothes:
    • Men
    • Women
  • Accessories:
    • Stationary
    • Home accessories.
  • Arts

Below is the list of functionalities that would cover few general use cases of the website.

  1. User Account :

    1. Create Account feature:
      • Create a customer account
      • Create an admin account
    2. Sign in Feature: User should be able to sign in
      • Sign In with a customer account
      • Sign in with an admin account
  2. Search :

    1. Search feature: A user should be able to search
      • Search an item through the navigation menu
      • Keyword Search through the search bar
  3. Cart :

    1. Add items to cart feature:
    2. Check out a shopping cart Feature:
      • Reviewing an order for items in the shopping cart
  4. Order :

    1. Order history feature:

All these above scenarios are created as cucumber feature files in src/test/resources/features folder

Clone this wiki locally