Context

A Context is a logical step that must occur before a scenario is run. A scenario can have one or more Contexts defined. A Context refers to a Java class with the methods setUp() and tearDown().

Create Context

Rename Context

Execution

More on Context