-
Notifications
You must be signed in to change notification settings - Fork 26
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.
-
User Account :
- Create Account feature:
- Create a customer account
- Create an admin account
- Sign in Feature: User should be able to sign in
- Sign In with a customer account
- Sign in with an admin account
- Create Account feature:
-
Search :
- Search feature: A user should be able to search
- Search an item through the navigation menu
- Keyword Search through the search bar
- Search feature: A user should be able to search
-
Cart :
- Add items to cart feature:
- Check out a shopping cart Feature:
- Reviewing an order for items in the shopping cart
-
Order :
- Order history feature:
All these above scenarios are created as cucumber feature files in src/test/resources/features folder