|
在录制脚本后,除了action、vuser_init与vuser_end外,还出现了lrw_custom.body.h与globals.h
我知道在c语言中globals.h是放全局变量的,而在我的脚本中lrw_custom.body.h存放的是一个属性(见下面脚本中红字)的值,
这个属性是web_custom_request中的,如下:
web_custom_request("excelHtmlParser.jsp",
"URL=http://132.228.55.195/hr/xc_jsps/common/excelHtmlParser.jsp",
"Method=POST",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://132.228.55.195/hr/xc_jsps/form/postWagePutOutQuery.jsp",
"Snapshot=t45.inf",
"Mode=HTML",
body_variable_1,
LAST);
但这个脚本在录制生成后,一运行LR就直接退出了
请问这是怎么回事?同时web_custom_request这个函数具体如何使用的?
[ 本帖最后由 ly_xixihaha 于 2007-12-12 20:48 编辑 ] |
|