Creation and maintenance of BDD scenarios - intive/patronage21-qa GitHub Wiki
Steps for creating and maintaining order in BDD scenarios
Create BDD scenario on a new branch in Visual Studio 2019.
if your scenario cannot be automated, write such information above it. During the execution of the tests, this one should be skipped.
When your scenario is done, create a PR and add reviewers.
After pull request is done and comments are counted, make Zephyr test case:
one Scenario inside Feature file equals one test case
the title of the Scenario should be used as the title of the test case
if your Feature file in VS contains Background, you should copy this Background to every test case you're making from this Feature file
Merge your feature branch to master.
Link the test case to story/task in the QA group and the technology group responsible for making this task.
Send the information about the test case in the Slack channel of this technology group with a mention of the person responsible for implementation of the task and ask her to check Zephyr tests (Scenarios).