51Testing软件测试论坛
标题:
LR场景运行,failed transactions59条,errors为0,这是为什么
[打印本页]
作者:
xuanzhuanxuehua
时间:
2014-7-25 17:46
标题:
LR场景运行,failed transactions59条,errors为0,这是为什么
LR场景设置50个用户,然后结果failed transactions59条,errors为0。
问题1:如何查看failed原因呢?我点击59条数量时,出来的只是一个关于数量的表格。
问题2:为什么这么多failed的事务了,error还是0?求各路神仙答疑解惑。
谢谢大侠们了,脚本代码如下:
Action()
{
web_custom_request(
"Sample_Request",
"Method=POST",
"Resource=0",
"Referer=",
"Mode=HTTP",
"RecContentType=text/xml",
"EncType=application/xml; charset=utf-8",
"URL=http://118.194.161.122:80/service/appstore/huanwang/appclassessInterface",
"Body=<?xml version=\"1.0\" encoding=\"UTF-8\"?><appClassesRequest><parameter><callid>1234567</callid><language>zh_CN</language><client><dnum>1232312</dnum><didtoken>1234323432432</didtoken><devmodel>HUAN-FREE-APPSTORE</devmodel><systemver>2.1</systemver></client><user><huanid>10995222</huanid><token>35464e54e564f</token></user></parameter><apiversion>3.0</apiversion></appClassesRequest>",
"LAST");
return 0;
}
作者:
xuanzhuanxuehua
时间:
2014-7-25 18:00
还有,为什么我设置的运行时间是1分钟(design->duration)但是实际运行(run->elapsed time)是2:52啊?
不懂。。
作者:
msnshow
时间:
2014-8-31 22:03
事务失败与出错是不等的,要看你的事务是否加了判断,例如你访问某个页面查找一个字符,如果找到这个事务就成功,没找到就失败,但你这个脚本本身不会报出错,事务会失败
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2