https://github.com/roopesh519/cucumber-assessment
Milestone Assessment of BDD Framework.
https://github.com/roopesh519/cucumber-assessment
behavior-driven-development cucumber-js
Last synced: 8 months ago
JSON representation
Milestone Assessment of BDD Framework.
- Host: GitHub
- URL: https://github.com/roopesh519/cucumber-assessment
- Owner: Roopesh519
- Created: 2024-04-05T04:46:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T12:34:53.000Z (almost 2 years ago)
- Last Synced: 2025-06-14T20:17:15.940Z (12 months ago)
- Topics: behavior-driven-development, cucumber-js
- Language: JavaScript
- Homepage:
- Size: 15.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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