Creating Simulations
To create a Simulation, open the Simulations page and click Run Exploration. This opens the Explore App modal.
Fill in the following, then click Run Exploration:
- Instructions — Describe what the run should explore or test.
- Driver — The single Persona the run acts as, plus an Experience slider from Novice to Expert (five levels, defaults to Expert). A higher level gives the run access to a richer set of learned Skills; lower levels narrow it toward core browser operations.
- Riders — Personas that ride along and react to every step. Leave it empty for a run that records actions only.
- Max Steps — Under Options. How far the run may go (see below).
Writing instructions
Section titled “Writing instructions”Instructions tell the run what to focus on. Be specific — for example, “Navigate to the settings page and test every account-management control.”
You can reference Application details with variables:
{{url}}— Your Application’s URL.{{username}}and{{password}}— Sign-in credentials (available when your Application is an app rather than a public website).
The runtime substitutes the real values just before each action runs, so credentials are never stored in the transcript.
Personas
Section titled “Personas”A Persona shapes how the run approaches your Application:
- Driver — The one Persona the run acts as, in character. Leave it empty and Marketrix explores neutrally as Generic, following only your instructions.
- Riders — Personas that ride along without driving. Each one reacts to every step, so a single run yields several perspectives on the same journey. A run supports at most 50 rider persona-users in total.
If you don’t have Personas yet, run with no driver. See Generating Personas for how Marketrix builds them.
Max Steps
Section titled “Max Steps”Max Steps is how many actions the run may take. Range 1–1000, default 100. Reaching the budget ends the run cleanly (it counts as Done, not Failed). Increase it for large Applications with many pages. Marketrix knows how much budget is left and paces its exploration accordingly.