TestDataProducer variables

A variable of type TestDataProducer provides access to a test data producer. It has the following variables:

Name Type Description
data scalar (depends on the attribute) The next data value for the last attribute that hasMoreData() last returned true for.
hasMoreData method returning a Boolean scalar, requiring attributes:
Attribute attribute - the attribute in question
Returns true if this has more data for the specified attribute.

Related concepts

Template data model
Test data producer
Attribute variables

Related tasks

Customising a template