51Testing软件测试论坛
标题:
web_reg_find查找动态变量
[打印本页]
作者:
testlab
时间:
2010-6-29 11:45
标题:
web_reg_find查找动态变量
ip = lr_get_vuser_ip();
我想用web_reg_find查找这个ip,应该怎么来写呢?
作者:
云层
时间:
2010-6-29 12:08
检查点可以用参数化
作者:
testlab
时间:
2010-6-29 12:15
不能用变量吗?
controller分配给虚拟用户的ip应该是随机取的吧,而参数化后就把参数的次序给定下来了.那么就可能造成检查不通过了.
我是想在场景运行中根据每个Vuser获取到的IP来检索,请教有什么办法吗?
谢谢
作者:
testlab
时间:
2010-6-29 13:24
已解决
[
本帖最后由 testlab 于 2010-6-29 13:59 编辑
]
作者:
msnshow
时间:
2010-6-29 13:59
可以用变量吧
作者:
testlab
时间:
2010-6-29 15:42
我是用lr_save_string保存参数,然后以参数的形式检索
lr_save_string(lr_eval_string(ip),"ip");
web_reg_find("Text={ip}",
"SaveCount=TextCount",
LAST);
作者:
testlab
时间:
2010-6-29 15:43
请教还有没有其他的方法呢
作者:
云层
时间:
2010-6-29 17:15
这是最好的方法
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2