Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roopesh519/cucumber-assessment

Milestone Assessment of BDD Framework.
https://github.com/roopesh519/cucumber-assessment

behavior-driven-development cucumber-js

Last synced: 1 day ago
JSON representation

Milestone Assessment of BDD Framework.

Awesome Lists containing this project

README

        

# Cucumber-Assessment

This repo contains cucumber assessment

## 1. User registration
Registration with
1. First Name
2. Middle Name
3. Last Name
4. Username
5. Email
6. Password
7. Confirm Password

## 2. Password Reset
1. Password reset with invalid email
2. Password reset with registered email
3. Validate new password which does not meet criteria
4. Validate new password with all criteria met
5. Login with invalid credentials
6. Login with new password

## 3. Product Search
### Under Progress

## 4. Add to cart
### Under Progress