Forum Discussion

jtron5050's avatar
jtron5050
Visitor
2 years ago

BDD Background keyword

Just wondering how the background statement works.  Doesn't seem to do anything for me.  I have the following scenario file.  Can't wireup any step definitions to it.

 

Feature: Feature1

Background:
Given: the app is running

Scenario: A description of your business scenario
Given some precondition
When an action is performed
Then validate a condition