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 是没有问题的,请问一下这是什么原因,谢谢! 你录制时 GUI使用的是Globe模式还是每次的模式
可能是GUI的数据出现问题了
你需要重新更新程序的GUI数据 我用global 模式录制GUI的,那单独可以执行lesson5,这样GUI数据应该没问题的呀。 你勾选General options>Run>Run in batch mode了吗?如没勾选,则所有调用脚本的检查点等,都会在当前脚本的目录下去找,当然找不到了 的确被 “梦醒十分” 先生言重.......,谢谢你!....真想打个地洞钻下去...
页:
[1]