Skip to content
kvantomme edited this page Aug 7, 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 log users in with a demo 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.

Related topics

Clone this wiki locally