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 developer I need BDD test suite for this scenario So that we can automatically test a business scenario, described in a non-technical way
Details and Assumptions
Write the features using Gherkin syntax that is understood by the behave tool
Create a BDD .feature file and accompanying steps.py files to test your RESTful API from the outside in.
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 [some context]
When [certain action is taken]
Then [the outcome of action is observed]
The text was updated successfully, but these errors were encountered:
As a developer
I need BDD test suite for this scenario
So that we can automatically test a business scenario, described in a non-technical way
Details and Assumptions
Create a BDD .feature file and accompanying steps.py files to test your RESTful API from the outside in.
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: