2017-01-02 56 views
0

嗨,我打電話給一個API來獲取我的數據,我需要在loadrunner中響應聲明。有人能幫忙嗎 ?獲取響應並在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

您選項的響應數據和狀態採集看到web_reg _...()名稱功能以及web_get_int_property()。