Package com.xceptance.xlt.api.data
Provides classes to make the handling of test data easier.
-
Interface Summary Interface Description DataSetProvider ADataSetProviderimplementation reads one or more test data sets from a data file and returns them to the XLT framework, which in turn executes a certain test case once for each data set (data-driven tests). -
Class Summary Class Description Account Special structure to hold user data for universal use.DataPool<T> This is a utility class that stores a limited amount of data objects and provides a way to reuse it later.DataProvider TheDataProviderclass provides convenient access to a fixed set of test data strings, which is backed by a data file.ExclusiveDataProvider<T> Provides exclusive data access.ExclusiveDataProvider.Parser<T> Implement this parser to use parsedGeneralDataProvider TheGeneralDataProviderclass is a general data provider for commonly needed test data objects that comes in handy all the time. -
Exception Summary Exception Description DataSetProviderException Thrown by aDataSetProviderimplementation in case an error occurred when reading or processing test data set files.