How to stop a scenario in scenario outlines when a step fail in cucumbe js?
In the scenario outline, I would like to skip steps when a step fails in a scenario and to continue on the following scenario. for example : Examples: |param 1| |scenario 1| |scenario 2| |scenario 3| If a step fails in scenario 1, I would like to continue directly to scenario 2 and not executing all the following steps in scenario 1 after the step fails. Thanks for the answers!1.3KViews0likes5CommentsBDD feature in Test Complete
Hi All, Recently I was going through Test Complete documentation and found this link ==> https://support.smartbear.com/articles/testcomplete/bdd-testing-with-testcomplete/ Have anybody tried this BDD feature from Test Complete? What are the advantage and limitations of this feature in Test Complete? Thanks, Palani1.5KViews0likes3Comments