-
-
-
- Articles coming soon
-
-
Use this testmethod to check whether a specific query against a datasource runs within a specific amount of time. If it needs longer, the testcase fails.
This testmethod can be used for performance testing.
Prerequisites
- There needs to be only one single probe. The query of the probe is the one whose performance gets checked.
Parameters
Max. Duration | The maximum duration in milliseconds (ms) that is allowed to result in a successful testcase-state. |
Results
Success | The execution duration of the query defined in the probe is below or equal the duration defined in the Max. Duration parameter. |
Failed | The execution duration of the query defined in the probe is above the duration defined in the Max. Duration parameter. |
Table of Contents