lr的脚本,http状态吗,web_reg_find检查点,事物点
版权声明:转载记得给我留个名啊
Action()
{
int httpCde=0;
lr_start_transaction("spoon");
web_reg_find("Text=3","Fail=NotFound",LAST);
web_url("spoon",
"URL=http://XXXX",
"Resource=1",
"RecContentType=application/json",
"Referer=",
"Snapshot=t1.inf",
LAST);
httpCde=web_get_int_property(HTTP_INFO_RETURN_CODE);
if(httpCde!=200)
lr_error_message("time out");
lr_end_transaction("spoon",LR_AUTO);
return 0;
}