AssertThat - BDD & Cucumber for Jira uses a mode parameter for all scenarios which is set to either Manual or Automated. This is set when the scenario is either setup or can be changed at any stage.
Manual Scenarios
When set to manual the scenario will not by default be included for exporting to your test automation framework Integration with Test Automation Frameworks.
Step 1: The status of a scenario can be toggled between manual and automated, either when the scenario is setup:
or on the user story:
or in the scenario screen:
Step 2: When the scenario is linked to the user story update the status of a manual test to Not Run, In Progress, Passed or Failed.
Automated Scenarios
When the mode is set to Automated the scenario will by default be included for exporting to your test automation framework Integration with Test Automation Frameworks.
The execution status of the automated scenario is updated when the automated test results are imported Test Automation Integration . It is not possible to update the automated test status manually.
0 Comments