Override settings

You can override settings with test configuration parameters (TCPs). This gives you extra flexibility: you can adjust the behavior of individual tests while your main settings stay intact. For example, if you want to log screenshots of all failed tests except the ones in your personal playground.

To override a setting, follow these steps:

  1. In the Settings dialog, right-click the setting you want to override and select Copy path to clipboard.

  2. Add a TCP to the object where you want to override the settings behavior.

    • Paste the path you just copied into the Name field.

    • Enter the desired settings value into the Value field.

      For some settings, you need to enter 0 and positive integers to specify the settings value, based on its position in the settings value dropdown. For example, for the setting Make screenshots on failed test steps, use 0 for Off, 1 for Detection Failure, or 2 for Verification Failure.

The 'Test configuration' tab of the TestCase folder 'Experiments' shows the TCP 'TBox_Logging_Screenshots_Makescreenshotonfailedteststeps' with the value '0'.

This TCP overrides the setting Make screenshots on failed test steps for all TestCases in this TestCase folder