If you associate a value in a test with a datapool column, the test substitutes column data for that value when it runs.
Datapool structure
Datapools provide variable data to your tests during execution.Creating a datapool
Datapools contain data that tests can use when they run.Opening a datapool
Inspect or modify the contents of a datapool.Editing a datapool
In a manner similar to editing a spreadsheet, you can add, modify or remove data from a datapool.Accessing a datapool from a Hyades test
You can use a datapool from a Hyades test by making calls to the datapool API from a test's generated Java code.
Parent topic: Common testing tasks and concepts