Previous Topic: Data Sets and PropertiesNext Topic: Add a Companion


Companions

A companion is an element that runs before, after, or both before and after every test case execution. Companions are used to configure behavior that is global to the test case. These behaviors can include simulating browser bandwidth and browser type, setting synchronization points in load tests, and creating a sandbox class loader. In a way, companions set a context for the test case execution.

Companions work as helpers for the test case, before any of the steps are executed.

The following topics are included.

Add a Companion

Companion Toolbar

DevTest Hooks