Class TestStep

java.lang.Object
net.thucydides.model.domain.TestStep
All Implemented Interfaces:
Cloneable

public class TestStep extends Object implements Cloneable
An acceptance test run is made up of test steps. Test steps can be either concrete steps or groups of steps. Each concrete step should represent an action by the user, and (generally) an expected outcome. A test step is described by a narrative-style phrase (e.g. "the user clicks on the 'Search' button', "the user fills in the registration form', etc.). A screenshot is stored for each step.
Author:
johnsmart