Skip to content

Creating Walkthrough steps manually

kvantomme edited this page Aug 5, 2013 · 6 revisions

To create a walkthrough with steps added manually (instead of using steps from a Selenium test), you have to first create the steps, then add them on the walkthrough creation form.

  1. Go to the step creation form and add a name and description to your step.
  2. Add the step commands and arguments.

The following are the most important

  • clicking a link - click or clickAndWait commands

  • entering values - type command

  • selecting options from a drop-down listbox - select command

  • clicking checkboxes or radio buttons - click command

    The application uses the syntax of Selenium commands. To get to know more about them, read the Selenium Reference.

    • Command 1: the basic Selenium command, four commands are implemented: click, open, type, select
    • Command 2: the first argument
    • Command 3: the second argument
  1. Add a step highlight if needed.

Clone this wiki locally