我正在尝试使用 TestComplete 中的 ExcelDriver 从外部 excel 文件中导入数据。该文件存储在C:\Users\Public\Documents\MyTestCompleteFiles\Data-Driven Testing\DD_Book.xlsx
.
这是片段:
inputDriver = DDT.ExcelDriver("C:\Users\Public\Documents\MyTestCompleteFiles\Data-Driven Testing\dataBook.xlsx", "dataSheet", true);
当我运行脚本时,我收到一个 JScript 运行时错误,指出 Excel 工作表不存在。
请帮忙!
谢谢