How to test REST API using LR?
I would like to use LoadRunner to test REST API
Could anyone please share your experiences and give me some advices?
i tried
Please find the below code for your reference.
web_custom_request("Add yms-appointment",
"URL=http://192.168.68.242:2019/ywc-1.0/services/yms/appointment",
"Method=POST",
"Resource=0",
"EncType=application/xml",
"Mode=HTTP",
"BodyFilePath=sample.xml",
LAST);