Webtest WebTest GitHub Home

General Step steps

Description

This is a nested task of webtest and is used to define the sequence of test steps to be executed.

The <steps> element is a nested element of webtest and is used to group test steps.

It is optional, as all steps after a webtest config block are implicitly considered to be either a webtest step, or an ant task.

Parameters

description
Required? no
The description of this test step.

Nested Parameters

step
Required? yes
A webtest step.

Details

steps
<webtest name="Visit all pages without update">
  <config ... />
  <steps>
    ...
  </steps>
</webtest>