用dubug方式跟踪了一下r的值,发现r是-10136,在网上没查到这种错误的返回值对应的是什么问题。
我想应该是出现异常没正常返回吧,按手册上这个函数应该返回0或1的
这是什么原因?作者: jessica2005 时间: 2005-12-16 19:03
web_obj_get_text():
Returns a text string from an object.
arg1 is the object name.
arg2 is the table row.
arg3 is the table column.
arg4 is the output text.
arg5 is the start of the search.
可以利用函数:tl_step将结果输出到测试报告中
arg1 is the name of the test step.
arg2 sets whether the step passed(PASS) or failed(FAIL).
arg3 is a short explanation of the step.
arg6 is the end of the search.
arg7 is the number to locate.
返回的是text的内容,或者可以用winrunner的结果返回函数控制程序的转向。
e_ok等返回结果的函数来判断转向,可以从联机帮助中找到相关资料。作者: jessica2005 时间: 2005-12-16 23:47 标题: 回复win_object_get_text函数 你所捕获的错误代码:
-100036,表示不或失败或者文件格式不正确。
其实,函数返回的是text字符串,而不是0或1
winrunner 中有很多返回的函数,可以用在不同的操作类别,可以通过查找联机帮助的返回值。
E_0K E_EXIT 。。。。很多的
web_obj_get_text():
Returns a text string from an object.
arg1 is the object name.
arg2 is the table row.
arg3 is the table column.
arg4 is the output text.
arg5 is the start of the search.
可以利用函数:tl_step将结果输出到测试报告中
arg1 is the name of the test step.
arg2 sets whether the step passed(PASS) or failed(FAIL).
arg3 is a short explanation of the step.
arg6 is the end of the search.
arg7 is the number to locate.作者: 李zi 时间: 2005-12-19 09:17 标题: 好的,我试一下 感谢jessica2005!作者: 李zi 时间: 2005-12-19 09:53 标题: win_find_text不成功 web_obj_get_text这个函数是成功的,但是win_find_text不成功。
代码如下:
#WinRunner
set_window("6",1);