Hello iyuga1314,
To convert Datatable data format you want to use in ZAPTEST you can do it in the following 3 ways:
1. Convert the data in your Excel file (Or the CSV) you are about to import to the test during runtime, using the known MS Excel cell format options.
2. If you specify data already in the Datatable section in ZAPTEST, by doing a right-mouse-click on the Datatable’s cell you can select between different data formats.
3. During runtime you can set a method to force a string (Or data in a variable) to the format you wish to use as required – In your screenshot it supposes to be: CStr(Datatable.Value(“ACNNO”)).
Please advise if this helped.
Thanks,
ZAPTEST Team