Creating step methods

Behavior Testing Framework consist of a set of resources that can be grouped into three layers. The second layer is the mapping layer. The resources in this layer map the scenarios to the implementation code that executes them. The resources in this layer are sometimes referred to as glue code. (Glue code is an programming term code that exists to connect different sets of code that are otherwise incompatible.)

There are three fundamental resources for this layer: Context Factory, RemoteSmokeTestHelperModule, and step methods. This topic describes these resources and how to create step methods.