Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Replace the fixed string with the value from your DDT file. So, something like this:
var DDTObj = DDT.CSVDriver("C:\\MyTemp\\MyFile.CSV")
Aliases.Page.MyInputField.SetText(DDTObj.Value("Column1")
aqObject.CheckProperty(MyResultField, DDTObj.Value("Column1")