Top "Scenarios" questions

In Behavior-driven development (i.e. BDD), a scenario (also known as acceptance criteria) is a description of each specific case of the narrative.

How to pass List of strings from Cucumber Scenario

I need to pass the List of strings from cucumber scenario which works fine as below Scenario Outline: Verify some …

cucumber cucumber-jvm scenarios
How to write stories / scenarios in BDD ( Behavior Driven Design )

I am about to use BDD (Behavior Driven Design) for the first time and am trying to get used to …

bdd scenarios user-stories
scenario for validation rules in yii

I was wandering is there any chance to use scenario for rules, in my model I have public function rules() { …

php validation yii scenarios yii-validation
Running certain steps once before a scenario outline - Python Behave

As the title suggests, I wish to run some certain configuration / environment setup steps before a scenario outline. I know …

python bdd scenarios python-behave
Use Zabbix web scenario status for notification

I've created a web scenario with three steps within my zabbix installation. In case of an error I want to …

notifications zabbix scenarios
Cucumber Selenium Java-Running Scenarios Outline with multiple examples

Can anyone help me to find solution for the below use case: Currently I am working on Selenium Automation using …

selenium cucumber scenarios