欢迎访问我的博客!

引用:关于QTP中“General Error while saving the test"的解决方法

上一篇 / 下一篇  2008-06-12 10:50:32 / 个人分类:QTP

今天在使用QTP的过程中出现上述错误,通过查找,该错误已解决,现我将解决方法帖出来,在此非常感谢kernzhang 。

保存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一下,没有的话,考一个过来。 或者  http://www.kesion.com/help/FAQ/62570650938.html  看看这个帮助就成了

我就是按这个方法来操作的,就可以保存了。

引用 kernzhang 的文章:http://www.3atesting.com/blog/index.php?file=viewlog&uid=2&id=250 


 


TAG: Error General qtp QTP saving test Test

 

评分:0

我来说两句

显示全部

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

我的栏目

日历

« 2011-06-08  
   1234
567891011
12131415161718
19202122232425
2627282930  

我的存档

数据统计

  • 访问量: 2805
  • 日志数: 4
  • 建立时间: 2008-06-12
  • 更新时间: 2008-06-18

RSS订阅

Open Toolbar