loadrunner how to validate web services response.please let me know ..as per...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

S

SP Manjunath

Guest
how to validate web services response.please let me know ..as per my knowledge we can use lr_xml_find to validate the response like text check in web scripts web_reg_find
 
If web services is in SOPA XML format u can use lr_XML_find but if it is in Rest service you use test check with http status code web_get_Int_property(HTTP_INFO_RETURN_CODE) along with if condition.