Skip to content

Can I add parameterised variables in a test?

Yes, you can add parameterized variables in Testomat.io for automated tests, manual tests, and BDD Scenario Outlines. Parameters are defined and reused in steps using the {{variable}} syntax. Each row of a data table generates a separate test run with substituted values.

  1. Open your test case and enable Parameters.
  2. Add a table with columns (your parameters) and rows (each data set).
  3. Insert variables in your test steps or expected results using {{ParameterName}} or ${ParameterName}.
  4. Save the test. When you run it, each row becomes a separate test iteration with the values substituted.
  • Parameterization is only supported at the test-case level, not at the test suite level. Add parameters individually to each test.
  • Testomat.io does not support adding extra fields or prompts when marking test results as Passed/Failed. Only a single ‘Test Result message’ field and optional attachments are available.