A few notes to be aware of:
Test Mode allows you to execute processes within the Build tab without the need to package and deploy a process to an environment. It is intended for quick verification of process configuration during development, and therefore Test Mode executions are limited to a total of 100 documents and 10 MB total document size, across all connector steps including the start step. For full performance and high volume testing, you will want to package and deploy the process to an environment. However, there are situations in which you may want to perform configuration testing with a slightly higher number of size of documents while still in Test Mode. Enhanced Test Mode is intended to address these needs.
Enhanced Test Mode enables you to configure higher maximum document count and data size for Test Mode executions on your local runtimes. Again, Enhanced Test Mode is not applicable for testing on a Boomi Hosted public cloud.
When enabled for your account, you can configure Enhanced Test Mode by setting the following two custom properties for your local runtime.
Within Integration, navigate to Manage > Runtime Management > select local runtime > Properties panel > Custom tab, and add these two properties:
com.boomi.runtime.config.quota.TEST_MODE_MAX_DOCS=1000 com.boomi.runtime.config.quota.TEST_MODE_MAX_BYTES=100000000
com.boomi.runtime.config.quota.TEST_MODE_MAX_DOCS=-1 com.boomi.runtime.config.quota.TEST_MODE_MAX_BYTES=-1
After adding the properties, save and restart your runtime. Then when testing a process, select that runtime to take advantage of the Enhanced Test Mode limits.
IMPORTANT WARNING! Setting a very high or disabling the limit may result in runtime and/or browser performance and/or instability issues due to the verbose nature of Test Mode logging. Other executions running on the same runtime may be impacted.
Again, Test Mode (even with enhanced limits) is not intended for performance or high volume testing.