51Testing软件测试论坛

标题: 用winrunner怎么识别对话框的提示 [打印本页]

作者: kason163    时间: 2006-6-27 14:31
标题: 用winrunner怎么识别对话框的提示
我想用提示框上的提示语的不同来识别提示框,不知道有什么函数可以做到吗,我今天弄了一天了,麻烦哪位高手帮帮忙,谢谢
作者: kason163    时间: 2006-6-27 16:22
高手哪去了啊
作者: kason163    时间: 2006-6-27 16:53
再问个问题,win_exists的返回值在调用完了之后变成什么了?
作者: 小小柠檬    时间: 2006-6-27 19:11
1.static_get_text函数可以得到你窗体上的文本信息(也就是你的提示语了)
2.win_exists的返回值有挺多的,具体的可以看tsl里的帮助,一般用法如下:
# Check if the PrintOut form opens.

if (win_exists ("Order PrintOut")==E_OK)
        report_msg ("Activating list item doesn't open the PrintOut form.");
else
        win_close ("Order PrintOut");
作者: kason163    时间: 2006-6-28 09:27
谢谢楼上的,为什么我用if语句判断是否弹出窗体的时候,if语句总是不会被执行呢,我在里面加了pause语句来判断,pause有时会被执行有时却不会被执行.win_exists ("Order PrintOut")==E_OK这一句是表示Order PrintOut弹出了吧?
作者: kason163    时间: 2006-6-28 09:29
谢谢楼上的,为什么我用if语句判断是否弹出窗体的时候,if语句总是不会被执行呢,我在里面加了pause语句来判断,pause有时会被执行有时却不会被执行.win_exists ("Order PrintOut")==E_OK这一句是表示Order PrintOut弹出了吧?
作者: Iris0922    时间: 2013-8-20 16:53
static_get_text("信息",value);
我的脚本运行到这里他老是提示找不到信息窗体,我的“信息“窗体的gui设置如下:
{
class: window,
label: "信息"
}
请问是我的gui有问题还是怎么回事啊,请各位高手指点指点,非常感谢呐!




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