Forum Discussion
TanyaYatskovska Alumni
Alumni
13 years agoHi Steve,
As far as I understand, the ObjDefFile variable has the DBTable type, right? In this case, it's incorrect to assign the path to a csv file to this variable. To access the column data, you need to use the Value(...) property of the DBTableVariable object.
I suppose that using the DDT feature will be more convenient in your case - there is no need to create a variable that will contain a table with data. Refer to the "Data-Driven Testing" article for more information.