CSCI-GA-2820-FA23-003 / promotions

NYU DevOps Promotions Service Fall 2023-003
Apache License 2.0
1 stars 0 forks source link

apply BDD #99

Open Miapai opened 7 months ago

Miapai commented 7 months ago

As a User I needa user-friendly and intuitive Apply button to use promotions So thatI can use up a valid promotion

Acceptance Criteria

Given I am on the promotions  page as a user
When I enter valid promotion id, 
And the promotion is available
Then the system should show use up a promotion

Given I am on the promotions  page as a user
When I enter valid promotion id, 
And the promotion is expired
Then the system should show expired promotion error message

Given I am on the promotions  page as a user
When I enter valid promotion id, 
And the promotion is inactive
Then the system should show inactive promotion error message

Given I am on the promotions  page as a user
When I enter valid promotion id, 
And the promotion is promotion has been used up(the number is 0)
Then the system should show unavailable promotion error message
Miapai commented 7 months ago

X