How to correlate the data which is in XML format

74 views
Skip to first unread message

Shubha Murali

unread,
Feb 15, 2012, 3:15:52 AM2/15/12
to lr-loa...@googlegroups.com
Hi,

Any one please guide me how to correlate the data which is in XML
format in web HTTP/HTML protocol script

--
Thanks & Regards
Shubha S Y

Gaurav Mishra

unread,
Feb 15, 2012, 8:21:57 AM2/15/12
to lr-loa...@googlegroups.com
this is not different then normal web application correlation.

same procedure why you are facing difficulty ??

piyush gupta

unread,
Feb 15, 2012, 1:57:20 PM2/15/12
to lr-loa...@googlegroups.com
probably you are looking for lr_xml_get_values

On Wed, Feb 15, 2012 at 6:51 PM, Gaurav Mishra <gkmishr...@gmail.com> wrote:
this is not different then normal web application correlation.

same procedure why you are facing difficulty ??

--
You received this message because you are subscribed to the Google "LoadRunner" group.
To post to this group, send email to LR-Loa...@googlegroups.com
To unsubscribe from this group, send email to
LR-LoadRunne...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/LR-LoadRunner?hl=en

tpm

unread,
Feb 16, 2012, 1:29:34 PM2/16/12
to LoadRunner
It is similar as the normal correlation.
For this first we have find the root node or header of the XML.Find
the right and left bound of the xml from the server response.
example if xml starts with <title name> it should end with <\title
name.>.So we should identified the right bound of <title name> and
left bound of<\title name.>.

If the xml is very large in size,You have to use
web_set_html_max_param(" ").Otherwise it would show correlation error
even though your left bound and right bound is correct.
Thanks n Regards
Tpm
Reply all
Reply to author
Forward
0 new messages