51Testing软件测试论坛
标题:
LR如何判断虚拟用户的请求得到响应?
[打印本页]
作者:
470454788
时间:
2011-6-21 10:50
标题:
LR如何判断虚拟用户的请求得到响应?
比如我要测试GIS系统一个出图的服务,我进行并发测试时,LR如何证明我的每一个虚拟用户都得到我要访问的图呢?
作者:
云层
时间:
2011-6-21 11:15
检查点或者关联对返回内容进行物理确认
作者:
superliming
时间:
2011-6-21 12:35
支持
作者:
zhang.yuandong
时间:
2011-6-21 13:10
顶一个
作者:
470454788
时间:
2011-6-21 14:22
回复
2#
云层
您好,谢谢您的提醒。我试了试在脚本的运行时设置我选择了文本内容的检查一项,为什么添加后回放说我的文本不匹配呢?
还有我是不是应该用检查函数啊,检查一个地图是否显示应该如何操作呢?例如下面是我录制的一个脚本?如何插入检查点?
初学者,望大家多指点。
Action()
{
web_url("xl7bho.ini",
"URL=http://media.info.client.xunlei.com/xl7bho.ini",
"Resource=1",
"RecContentType=application/octet-stream",
"Referer=",
"Snapshot=t3.inf",
LAST);
lr_start_transaction("NewTransaction");
web_url("export",
"URL=http://192.168.0.84:8399/arcgis/rest/services/World100/MapServer/export?bbox=-198.412420654297,-98.681381225586,206.660833740235,92.3090057373047",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t4.inf",
"Mode=HTML",
LAST);
lr_end_transaction("NewTransaction", LR_AUTO);
return 0;
}
作者:
云层
时间:
2011-6-21 14:52
where your 检查点函数或者关联函数?
作者:
zhouxiaowen
时间:
2011-6-21 14:55
回复
6#
云层
呵呵。也是。没有看到任何检查点函数。
作者:
470454788
时间:
2011-6-21 15:26
Action()
{
web_url("xl7bho.ini",
"URL=http://media.info.client.xunlei.com/xl7bho.ini",
"Resource=1",
"RecContentType=application/octet-stream",
"Referer=",
"Snapshot=t3.inf",
LAST);
lr_start_transaction("NewTransaction");
web_url("export",
"URL=http://192.168.0.84:8399/arcgis/rest/services/World100/MapServer/export?bbox=-198.412420654297,-98.681381225586,206.660833740235,92.3090057373047",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t4.inf",
"Mode=HTML",
LAST);
web_image_check("web_image_check",
"Src=http://192.168.0.84:8399/arcgis/server/arcgisoutput/_ags_map6c440f0acf3f4571b7c8fd00b8b7bb03.png",
LAST);
lr_end_transaction("NewTransaction", LR_AUTO);
return 0;
}
作者:
470454788
时间:
2011-6-21 15:27
回复
6#
云层
发错了,那个我想检查图像。加了图像的检查函数,为什么回放失败了呢?
作者:
kuangquanshui
时间:
2011-6-21 15:48
验证点开启了吗
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2