51Testing软件测试论坛
标题:
QTP报错:缺少对象“server"
[打印本页]
作者:
xuanzhuanxuehua
时间:
2011-5-19 16:44
标题:
QTP报错:缺少对象“server"
各位高手,小妹初学QTP,遇到以下问题,谁能帮忙解决一下?
我运行以下脚本以删除文件夹时QTP报错:缺少对象”server"。
Dim strDrive, strfoldername,objFSO, objFolder, strPath
strDrive = "G:\"
strfoldername="delete"
strPath= strDrive&strfoldername
Set bjFSO = server.CreateObject("Scripting.FileSystemObject")
On Error Resume Next
objFSO.DeleteFolder(strPath)
当我把倒数第三行的server去掉时就可以正确运行。
为什么这里不能加server呢?
作者:
lyscser
时间:
2011-5-19 17:51
vbs语法就是这样
作者:
iQuickTest
时间:
2011-5-19 18:30
标题:
null
你的那个是asp里的,vbs是没有server的。
作者:
84qyl
时间:
2011-5-20 14:46
QTP 是自动化测试吧
作者:
xuanzhuanxuehua
时间:
2011-5-24 09:45
回复
3#
iQuickTest
偶明白了,谢谢指教哈~
作者:
xuanzhuanxuehua
时间:
2011-5-24 09:46
回复
4#
84qyl
是哒~
作者:
xuanzhuanxuehua
时间:
2011-5-24 09:46
回复
2#
lyscser
谢谢指点~
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2