Optional
extensionExtension of dynamic functions.
Optional
filterFilter function whether to run or not.
Function name
Whether to run or not
Location of the test functions.
Optional
onOn complete function.
Listener of completion of a test function.
Execution result of a test function
Get parameters of a function.
Function name
Parameters
Prefix of function name.
Every prefixed function will be executed.
In other words, if a function name doesn't start with the prefix, then it would never be executed.
Optional
simultaneousNumber of simultaneous requests.
The number of requests to be executed simultaneously.
If you configure a value greater than one, the dynamic executor will process the functions concurrently with the given capacity value.
Optional
wrapperWrapper of test function.
If you specify this wrapper
property, every dynamic functions
loaded and called by this DynamicExecutor
would be wrapped by
the wrapper
function.
Function name
Function to be executed
Parameters, result of options.parameters function.
Wrapper function
Options for dynamic executor.