51Testing软件测试论坛

标题: QTP录制脚本后保存出现错误 [打印本页]

作者: happy_zyz    时间: 2011-3-24 16:03
标题: QTP录制脚本后保存出现错误
QTP录制脚本后保存时弹出提示框:Genernal error while saving the test
作者: happy_zyz    时间: 2011-3-24 16:09
搜索到以下解决方案,试过之后仍然不能保存,此问题依然存在
1、新建一个test,粘贴如下代码:

   Dim fso, MyFile
   Set fso = CreateObject("scrīpting.FileSystemObject")
   Set MyFile = fso.CreateTextFile("C:\testfile.txt", True)
   MyFile.WriteLine ("This is a test")
   MyFile.WriteLine ("This is another test")
   MyFile.Close

2、运行粘贴的代码,如有错误提示activex部件不能创建对象: 'scrīpting.filesystemobject',则继续执行步骤3,否则该方法不保证解决问题

3、确保System32目录存在文件scrrun.dll,开始菜单---运行,输入regsvr32   scrrun.dll,回车

4、重启qtp,应该可以保存文件了。
作者: ccption    时间: 2011-3-27 22:39
骗分的?




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2