Forum Discussion
shankar_r
9 years agoCommunity Hero
Hi,
You can use DDT method to get the values from Excel.
basic script is
objDriver = DDT.ExcelDriver("C:\\yourexcelfile.xls", "Sheet1");
Log.Message(objDriver.Value(0));
ref: https://support.smartbear.com/testcomplete/docs/testing-with/data-driven/drivers.html