SeeTestAutomation- SetMonitorPollingInterval
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
void setMonitorPollingInterval (Int Time)
Description
This command sets the intervals between each polling of the monitor counter values.
Parameters
- Time**:** Time intervals in milliseconds (ms).
Usage
Default polling intervals is 1000ms. User can use this command to change the intervals.
Note: The minimum monitoring polling interval is 500ms for Android devices and 1000-2000ms for iOS devices (depends on the device).
Scenario: In the following example, we will use to this command to get the Memory values every 2000 milliseconds while running a test on Eribank application.
Upon execution the test script, the resulting .csv file will be created with all the monitoring data.
Memory values will be collected every 2000 milliseconds as below.