Skip to main content

Test creation

Start creating tests by clicking the Create a test button in the Tests tab and filling in the testcase information. Create test dialog

Basic fields

FieldValue
Test nameany string
Initial website URLinitial URL to open as a first step
Instructionswhat should testcase do and verify

Best practices for writing instructions

  • imagine guiding an experienced tester who just joined your team and doesn't know your product very well
  • avoid ambiguities like verify the content
  • be explicit on what should happen, but also what should NOT happen
    • e.g. do NOT click the SUBMIT button at the end.

Options

Use the big + button below the instructions text to add test case options. Create test options

OptionValue
VariablesLocal variables, used only in this test case
SecretsProject-wide secrets, like usernames / passwords, defined in Secrets
ModulesModule (reusable code) to execute before the test steps - see Modules
Browser stateUse browser state - contact us to set up one

For secrets and variables, use e.g. @username to refer to them in testcase instructions.

Click Create test to save and generate the testcase using AI models.

Use Save as Draft if you just want to save and trigger the test generation later.

Test Generation

See more in Generating Tests Guide.