Skip to content
kvantomme edited this page Jul 11, 2013 · 7 revisions

Parameters on WalkHub allow you to easily reuse walkthroughs. You can add them in the description or the Selenium commands of a step, and then assign a default value to them as part of a walkthrough. When you run a walkthrough you can override the default values for these parameters.

Example use cases:

  • If your walkthrough documents a software that runs on different domains you only need to replace the domain parameter to run the walkthrough on another site.

  • You could use [username] and [password] parameters to allow users to run a walkthrough with their own account.

  • You could use a [company] parameter to adjust the description of your steps to a customer

remarks: When you import a Selenium test the domain in the starting url will automatically be replaced with the [domain] token.

Clone this wiki locally