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.
Add Parameters in a Manual Test
Section titled “Add Parameters in a Manual Test”- Open your test case and enable Parameters.
- Add a table with columns (your parameters) and rows (each data set).
- Insert variables in your test steps or expected results using
{{ParameterName}}or${ParameterName}. - Save the test. When you run it, each row becomes a separate test iteration with the values substituted.
Suite-Level Parameterization
Section titled “Suite-Level Parameterization”- Parameterization is only supported at the test-case level, not at the test suite level. Add parameters individually to each test.
Customizing Test Outcome Fields
Section titled “Customizing Test Outcome Fields”- 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.