Datapools contain data that tests can use when they run.
,ModelNumber::String,Description::String,Price::Double flowers,F0001,Orchid,5.99Note: if your CSV file does not include equivalence class names, all imported rows are grouped under a single equivalence class.
flowers,F0002,Tulip,1.99
flowers,F0003,White Poinsee,6.99
flowers,F0004,White Rose,9.99
flowers,F0005,Geraniums,4.99
vegetables,F0006,Cabbage,0.99
vegetables,F0007,Lettuce,0.99
vegetables,F0008,Tomatoes,0.25
vegetables,F0009,Celery,0.35
vegetables,F0010,Cucumbers,0.4
Parent topic: Providing tests with variable data
Related concepts
Tutorial: Creating a datapool driven JUnit test application
Related tasks
Editing a datapool