你录制的脚本的时候,价格的值可以录制到吗?如果你的价格要随着商品的不同变化的话,你需要对价格也参数化 ...
ffwithvv 发表于 2012-11-23 10:29
应该是录制不到的,比如商品ID,我可以找到这样的话进行参数化:
web_custom_request("mainproduct.cmd_2",
"URL=http://10.10.18.241/jsp/crm/ordr/main/mainproduct.cmd?method=showWebInfo&random=0.255193161435061&type=2&prodid={prodid}", "Method=POST",
"Resource=0",
"RecContentType=text/html",
"Referer=http://10.10.18.241/jsp/crm/ordr/main/ordr_main_product_order.jsp?random=0.12589896398421951¤tline=1",
"Snapshot=t34.inf",
"Mode=HTML",
"EncType=",
LAST);
但是唯一找到价格的地方就只有:
"Body=nickname=13811682378&orderProductList%2Eprodid=&orderProductList%2Eprodname=&orderProductList%2Epromotionid=&orderProductList%2EproductType=1&orderProductList%2EbonusUnit=&orderProductList%2EprodCnt=&orderProductList%2EnoProdCnt=&orderProductList%2EordrNum=&orderProductList%2EprodPrice=&orderProductList%2EallPrice
还有一个问题,trans response time 不产生测试结果是啥问题?像hits per second都有图。 |