Hello JSmith,
Thank-you for your question.
Basically the way you specify required data for multiple data entries in the AUT (Application Under Test) is similar as you did in QTP and later in UFT:
1. You create a test for a single hard-coded data.
2. In the Datatable section you specify each column as a filed you need to populate in the AUT (You can rename each column’s name by doing a right mouse click and choosing “Rename”).
3. Each column will contain all the data the specific field in the AUT needs to be populated with.
4. Then you replace the hard coded values with the “Datatable.Value(Specific column’s name>)” phrase.
5. Please note ZAPTEST supports the CSV data type file, which means you can create an external CSV file (Same as Excel but with the extension of csv) and import it to the test (File -> Import -> Datatable from CSV Excel…);
Also you can export already created data from a test to an external CSV file.
Please contact Zap for further help.
Thanks,
Sasha