General Type step
Description
A 'step' is a placeholder for any webtest task.
Test steps are grouped into three major categories:
- Action
- Issue an HTTP request and store the result, e.g. invoke the URL "https://en.wikipedia.org/".
- Verification
- Verify the correctness of the latest result, e.g. ensure that a particular text string occurs in the page title.
- Manipulation
- Prepare the next request, e.g. by setting parameter values.
Usage
antWrapper, applyFilters, expectDialogs, group, ifStep, not, repeat, reportSite, retry, selectWebClient, steps, storeDigest, storeLength, timedGroup, verifyContent.