You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I need have a UI to create an item on a wishlist So that I can interact with the storefront to create a item on a wishlist
Details and Assumptions
*User will have the ability to select which wishlist they want to add the item to
*User will get a confirmation of the creation
*Create a BDD .feature file and accompanying steps.py files to
test your RESTful API from the outside in.
*Write the features using Gherkin syntax that is understood by the
behave tool
*Run these using behave until all scenarios are green (passing)
*Use Selenium to conduct your UI testing. There should be no direct
connection to your service from your BDD tests. It should interact
with the web interface only
Acceptance Criteria
Given the backend is working
When I click a button to create an item on a wishlist
Then a new item is created and added to a wishlist and I get a confirmation screen
The text was updated successfully, but these errors were encountered:
As a user
I need have a UI to create an item on a wishlist
So that I can interact with the storefront to create a item on a wishlist
Details and Assumptions
*User will have the ability to select which wishlist they want to add the item to
*User will get a confirmation of the creation
*Create a BDD .feature file and accompanying steps.py files to
test your RESTful API from the outside in.
*Write the features using Gherkin syntax that is understood by the
behave tool
*Run these using behave until all scenarios are green (passing)
*Use Selenium to conduct your UI testing. There should be no direct
connection to your service from your BDD tests. It should interact
with the web interface only
Acceptance Criteria
The text was updated successfully, but these errors were encountered: