Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BDD scenario QUERY #65

Open
rachidtt opened this issue Nov 29, 2022 · 0 comments
Open

BDD scenario QUERY #65

rachidtt opened this issue Nov 29, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rachidtt
Copy link
Collaborator

rachidtt commented Nov 29, 2022

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]
@rachidtt rachidtt added the enhancement New feature or request label Nov 29, 2022
@ajita-asthana ajita-asthana self-assigned this Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants