Details
-
New Feature
-
Status: Under Consideration
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Besides defining parameters and datasets in manual tests, users must also be able to define datasets for BDD/Cucumber tests.
When BDD tests are executed manually, parameters will work just like parameterized manual tests allowing testers to execute the same test multiple times for each row in the dataset.
If BDD tests are automated, datasets will be converted into scenario outline tests. These tests can then be exported and executed just like normal scenario outlines.
In the case of a BDD test that is already a scenario outline (with an existing Examples clause in the original specification), the existing Examples must be completely overridden in case there is a Test Configuration to apply.
Parameters can be referenced with the notation <NAME> for BDD tests.
In order to setup and cleanup the scenarios, Xray must export the dataset CSV file along with the generated feature files.
Attachments
Issue Links
- clones
-
XRAY-7652 Parameterized BDD Tests
- Gathering Interest
- relates to
-
XRAYCLOUD-3683 Parameterized Generic Tests
- Under Consideration