Botium supports multiple additional capabilities to handle the processing of Test Cases, continue reading to learn more.
BIG_TESTSET_MODE_ON
Enabling the "Big Testset Mode" will change how the agents process Test Cases. If
this option is enabled, Botium will do the following steps when processing Test
Cases:
- Generate TestCase1
- Execute TestCase1
- Free TestCase1
- Generate TestCase2
- Execute TestCase2
- Free TestCase2
- and so on...
- generate all
- sort
- execute all
Tip: By default this option is not enabled,
we recommend using this option when dealing with larger Test Sets as this will
use much less memory on your Botium instance.
How to Enable
To enable this option, open a Test Project, then click the Advanced Tab.
- Navigate to your test project, and open the project's configuration
- In the project configuration, switch to the ADVANCED tab
- On the ADVANCED tab, click the REGISTER NEW CAPABILITY button to
add the new capability.
- Enter BIG_TESTSET_MODE_ON In the Capability #1 name field and
- Set the Type to Checkbox using the dropdown menu.
- Use the Capability Value toggle to enable the capability
- Click the SAVE button to complete.