Query Duration

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. DurationThe maximum duration in milliseconds (ms) that is allowed to result in a successful testcase-state.

Results

SuccessThe execution duration of the query defined in the probe is below or equal the duration defined in the Max. Duration parameter.
FailedThe execution duration of the query defined in the probe is above the duration defined in the Max. Duration parameter.
Table of Contents