QTP提示“General Error while saving the test”,脚本无法保存

上一篇 / 下一篇  2010-12-07 14:35:19

今天在使用QTP的过程中出现上述错误.

保存QTP脚本,提示“General Error while saving the test”,脚本无法保存,解决方法如下:

1、先运行下段代码:

    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、出现该错误的原因是操作系统的问题。是你的activex有问题!QTP是集成这个进行文件保存的。

4、你的System32目录下有个scrrun.dll的文件,看在不在,如果有,就regsvr32   scrrun.dll一下,没有的话,考一个过来。


TAG: Error error General qtp QTP saving test Test TEST

引用 删除 aiongold03   /   2011-03-17 09:11:49
支持一下
http://www.aiongold.org.uk
http://www.itemgarden.com
http://www.buywowgold.ws
 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

日历

« 2011-06-12  
   1234
567891011
12131415161718
19202122232425
2627282930  

我的存档

数据统计

  • 访问量: 156
  • 日志数: 2
  • 建立时间: 2010-12-07
  • 更新时间: 2010-12-07

RSS订阅

Open Toolbar