QTP在执行时无法使用vb脚本读取外部excel文件

时间:2016-03-03 08:30:15

标签: excel vbscript

我想使用vb脚本在QTP上运行测试,我可以打开QTP并开始运行测试。但是,测试无法访问从中获取数据所需的外部数据表。

这是代码:

Set oShell = CreateObject ("WScript.Shell")
Dim qtpAppObj,qtpTest

'Create the QTP Application object
Set qtpAppObj = CreateObject("QuickTest.Application") 

'Open the test in read-only mode
qtpAppObj.Open c:\test, True  

'set run settings for the test
Set qtpTest = qtpAppObj.Test

0 个答案:

没有答案