TEST AUTHORING
Test Parameterization
Parameter Overrides
2min
in tests or tasks, it's common to use parameters to account for varying scenarios in ai test automation, you can apply runtime overrides when running a test in standalone mode via the run modal however, this flexibility isn't available when executing multiple tests or test suites through ci/cd integration to solve this limitation, the ai test automation uses a hierarchical parameter overrides across four levels task level overrides each parameter has a default value, usually set during task creation if no other overrides are specified, this default value is used in any test that includes the task environment level overrides these allow you to assign unique parameter values for specific environments for instance, if you set an override for environment a but not for environment b, the task will use the override in environment a and fall back to the default value in environment b test level overrides these take precedence over task and environment level values you can also define overrides specific to a combination of a test and an environment test suite level overrides at the top of the hierarchy, overrides set at the test suite level are applied during test suite execution and override values from all other levels how do i set these overrides ? here is a short video explaining how to set up the parameter overrides /video