Terry0816 发表于 2006-2-12 22:50:51

batch 测试执行时出错

大家元宵节快乐!

今天在做batch测试,执行脚本时出错我是按照 winrunner7.6 Tutorial_oldsidney上面做,创建了batch脚本如下:
for(i=0; i<3; i++)
{
   call "C:\\Program Files\\Mercury Interactive\\WinRunner\\dat\\lesson5"();
   call "C:\\Program Files\\Mercury Interactive\\WinRunner\\dat\\lesson6"();
   call "C:\\Program Files\\Mercury Interactive\\WinRunner\\dat\\lesson7"();
}
但是执行时出错:
“GUI Verification Failed

Error: Cannot open file 'C:\Program Files\Mercury Interactive\WinRunner\dat\batch\exp\lesson5\gui1.chk'.

You can pause the test and view the test results now or continue running the test and view them later.”

但是我单独执行lesson5 是没有问题的,请问一下这是什么原因,谢谢!

bluecloud 发表于 2006-2-14 19:09:25

你录制时 GUI使用的是Globe模式还是每次的模式
可能是GUI的数据出现问题了
你需要重新更新程序的GUI数据

Terry0816 发表于 2006-2-14 22:39:31

我用global 模式录制GUI的,那单独可以执行lesson5,这样GUI数据应该没问题的呀。

梦醒十分 发表于 2006-2-16 10:47:53

你勾选General options>Run>Run in batch mode了吗?如没勾选,则所有调用脚本的检查点等,都会在当前脚本的目录下去找,当然找不到了

Terry0816 发表于 2006-2-16 23:48:33

的确被 “梦醒十分” 先生言重.......,谢谢你!....真想打个地洞钻下去...
页: [1]
查看完整版本: batch 测试执行时出错