您好我正在调用获取数据的API,我需要在loadrunner中使用响应进行断言。任何人都可以帮忙吗?
Action()
{
web_custom_request("entityGet",
"URL=http://localhost/t1/api/entityManageService/create",
"Method=POST",
"Resource=1",
"RecContentType=application/json",
"Referer=http://localhost:8085",
"Snapshot=t66.inf",
"BodyFilePath=CreateAPI.json",
LAST);
return 1;
}
答案 0 :(得分:0)
请参阅web_reg _...()名称中的函数以及web_get_int_property(),以获取有关响应的数据和状态集合的选项。