Step Parameters
Many steps in Cycle contain parameters or arguments that specify exactly what the step's action will be. Customize parameters with information specific to the environment or test requirement. A step shows that a parameter must be customized by including parameter indicator text in the step's syntax. Examples of parameter indicator text include:
<NUMBER>
"<TEXT>"
"Image:<IMAGE_FILE_PATH>"
When you use a step that contains parameters, replace the parameter indicator text with an appropriate value. The table below shows some common examples of parameter indicators and values.
| Parameter Indicator | Step | Example Usage |
|---|---|---|
<NUMBER> | I wait <NUMBER> seconds | I wait 5 seconds |
<TEXT> | I enter "<TEXT>" | I enter "Hello World!" |
"Image:<IMAGE_FILE_PATH>" | I click "Image:<IMAGE_FILE_PATH>" | I click "Image:images/icon.png" |