Composite Components

Composite components are user-created components that are composed from a sequence of components and data.

Composite components can be used to represent a multiple-step process as a single reusable component, which can speed up the creation of tests that contain repeated sequences of steps, and make them easier to read.

Composite components have parameters that correspond to some of the parameters of its inner components, which are defined when the group is created.