Creating Walkthroughs - Pronovix/WalkHub GitHub Wiki

Walkthroughs are created as content on a WalkHub. You can use a Selenium test to automatically create steps and example actions for your Walkthrough.

  1. Log in to Walkhub.net.
  2. Open the Import Walkthrough form. On WalkHub.net you can find it under the "Add content" menu.
  3. Paste the source of a Selenium test (recommended). You should have copied it to your clipboard in the Recording Selenium Tests Task.
  4. Give your Walkthrough a name (required).
  5. Add a description (recommended).
  6. Click save to save the Walkthrough.
  7. After saving the walkthrough, click on the "Start Walkthrough" link (first on the Walkthrough page and a second time on the Start Walkthrough dialogue) to verify if your Selenium test was imported correctly.
  8. For each step click on the Edit button and replace the automatically generated title with a title of the Step if needed. Otherwise only add a description.

Next