<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to handle HTTP POSTs with a changing number of name-value pairs</title>
	<atom:link href="http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/</link>
	<description>Expert consulting services with HP Software</description>
	<lastBuildDate>Tue, 08 Jun 2010 15:08:25 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Arjun</title>
		<link>http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/#comment-14600</link>
		<dc:creator>Arjun</dc:creator>
		<pubDate>Tue, 08 Jun 2010 15:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=644#comment-14600</guid>
		<description>Hi ,

I need help to make URL dynamic which is get to next page.
Details scenario,
1. Have 3 pages.
1st page to 2nd page request occur.
In 2nd page after click on ok button, 1 parameter generated by application, which could not be in any HTML page.
After that that request get by GET method in third page.

So I have to capture that dynamic value generated by application, how can I do that?</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>I need help to make URL dynamic which is get to next page.<br />
Details scenario,<br />
1. Have 3 pages.<br />
1st page to 2nd page request occur.<br />
In 2nd page after click on ok button, 1 parameter generated by application, which could not be in any HTML page.<br />
After that that request get by GET method in third page.</p>
<p>So I have to capture that dynamic value generated by application, how can I do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritesh</title>
		<link>http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/#comment-12841</link>
		<dc:creator>Ritesh</dc:creator>
		<pubDate>Mon, 05 Apr 2010 18:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=644#comment-12841</guid>
		<description>What is the quantity value change.
right now all item ID has quantity 1.
what if that value is dynamically change</description>
		<content:encoded><![CDATA[<p>What is the quantity value change.<br />
right now all item ID has quantity 1.<br />
what if that value is dynamically change</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Moncrieff</title>
		<link>http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/#comment-8795</link>
		<dc:creator>Stuart Moncrieff</dc:creator>
		<pubDate>Thu, 26 Nov 2009 00:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=644#comment-8795</guid>
		<description>Nice pickup Stan! I have corrected the article.

Cheers,
Stu.</description>
		<content:encoded><![CDATA[<p>Nice pickup Stan! I have corrected the article.</p>
<p>Cheers,<br />
Stu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan Desyatnikov</title>
		<link>http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/#comment-8785</link>
		<dc:creator>Stan Desyatnikov</dc:creator>
		<pubDate>Wed, 25 Nov 2009 14:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=644#comment-8785</guid>
		<description>Hi, 
Thanks for the very useful tip.

One note: &quot;Save time by using lr_paramarr functions to extract the values from the parameter array you created with web_reg_find.&quot; likely should end with &quot;... you created with web_reg_save_param(&quot;ItemID_array...&quot; ?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for the very useful tip.</p>
<p>One note: &#8220;Save time by using lr_paramarr functions to extract the values from the parameter array you created with web_reg_find.&#8221; likely should end with &#8220;&#8230; you created with web_reg_save_param(&#8221;ItemID_array&#8230;&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Moncrieff</title>
		<link>http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/#comment-8290</link>
		<dc:creator>Stuart Moncrieff</dc:creator>
		<pubDate>Wed, 28 Oct 2009 02:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=644#comment-8290</guid>
		<description>Thank you for your improvement to my code.

Cheers,
Stuart.</description>
		<content:encoded><![CDATA[<p>Thank you for your improvement to my code.</p>
<p>Cheers,<br />
Stuart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aju</title>
		<link>http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/#comment-8213</link>
		<dc:creator>Aju</dc:creator>
		<pubDate>Wed, 21 Oct 2009 11:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=644#comment-8213</guid>
		<description>Scott&#039;s solution is quick n dirty work around and does not scale beyond a predefined limit. I&#039;ve been using web_custom_request for generating dynamic name-value pairs and is a very elegant solution.

The code above would be complete if you add &quot;convert=HTML_TO_URL&quot; argument to the web_reg_save_param call that builds ItemID_array, so that the reserved characters like &amp;, ?, @ etc. within the captured values (if any) will be converted to percent encoding.</description>
		<content:encoded><![CDATA[<p>Scott&#8217;s solution is quick n dirty work around and does not scale beyond a predefined limit. I&#8217;ve been using web_custom_request for generating dynamic name-value pairs and is a very elegant solution.</p>
<p>The code above would be complete if you add &#8220;convert=HTML_TO_URL&#8221; argument to the web_reg_save_param call that builds ItemID_array, so that the reserved characters like &amp;, ?, @ etc. within the captured values (if any) will be converted to percent encoding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meey s.</title>
		<link>http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/#comment-4431</link>
		<dc:creator>meey s.</dc:creator>
		<pubDate>Mon, 01 Jun 2009 09:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=644#comment-4431</guid>
		<description>Hi,
Thanks this is a great topic. I have been trying to find a way to get this done without having to change the arguments in the web_submit_data functions whenever the project team asks to change the number of name-value pairs that they want me to run the test with.

Btw, I would like to ask if the lr_paramarr_idx and lr_paramarr_len is a function found in higher LR versions. I have tried looking for it in LR8.1 function library but these functions do not exist. Is there a work-around for this without having to use C string functions? Thanks!

&lt;em&gt;[Stuart&#039;s Reply: Yes, the lr_paramarr functions are fairly recent. They are definitely not in LoadRunner 8.1.4.]&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks this is a great topic. I have been trying to find a way to get this done without having to change the arguments in the web_submit_data functions whenever the project team asks to change the number of name-value pairs that they want me to run the test with.</p>
<p>Btw, I would like to ask if the lr_paramarr_idx and lr_paramarr_len is a function found in higher LR versions. I have tried looking for it in LR8.1 function library but these functions do not exist. Is there a work-around for this without having to use C string functions? Thanks!</p>
<p><em>[Stuart's Reply: Yes, the lr_paramarr functions are fairly recent. They are definitely not in LoadRunner 8.1.4.]</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Moncrieff</title>
		<link>http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/#comment-3366</link>
		<dc:creator>Stuart Moncrieff</dc:creator>
		<pubDate>Thu, 07 May 2009 03:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=644#comment-3366</guid>
		<description>Scott Moore has an alternative solution here: http://www.loadtester.com/vugen-dynamic-data-websubmitdata</description>
		<content:encoded><![CDATA[<p>Scott Moore has an alternative solution here: <a href="http://www.loadtester.com/vugen-dynamic-data-websubmitdata" rel="nofollow">http://www.loadtester.com/vugen-dynamic-data-websubmitdata</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gorakshnath</title>
		<link>http://www.jds.net.au/tech-tips/vugen-dynamic-post-body/#comment-2426</link>
		<dc:creator>Gorakshnath</dc:creator>
		<pubDate>Mon, 13 Apr 2009 17:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=644#comment-2426</guid>
		<description>Awesome Work !! Thanks Stuart</description>
		<content:encoded><![CDATA[<p>Awesome Work !! Thanks Stuart</p>
]]></content:encoded>
	</item>
</channel>
</rss>
