<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Performance Testing @ the Frontline</title>
	<atom:link href="http://ptfrontline.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ptfrontline.wordpress.com</link>
	<description>A hidden world where small things make a big differance</description>
	<lastBuildDate>Wed, 23 Dec 2009 09:57:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Base64 Encode/Decode for LoadRunner by LoadRunner &#38; HTTP 401 Authentication &#171; Performance Testing @ the Frontline</title>
		<link>http://ptfrontline.wordpress.com/2009/09/30/base64-encodedecode-for-loadrunner/#comment-139</link>
		<dc:creator>LoadRunner &#38; HTTP 401 Authentication &#171; Performance Testing @ the Frontline</dc:creator>
		<pubDate>Wed, 23 Dec 2009 09:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://ptfrontline.wordpress.com/?p=157#comment-139</guid>
		<description>[...] Poll   View This Pollsurvey software       &#171; Base64 Encode/Decode for&#160;LoadRunner [...]</description>
		<content:encoded><![CDATA[<p>[...] Poll   View This Pollsurvey software       &laquo; Base64 Encode/Decode for&nbsp;LoadRunner [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In-Script simulation of a load-balancer with LoadRunner by Kim</title>
		<link>http://ptfrontline.wordpress.com/2008/09/18/in-script-simulation-of-a-load-balancer-with-loadrunner/#comment-131</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Thu, 19 Nov 2009 13:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://ptfrontline.wordpress.com/?p=73#comment-131</guid>
		<description>The VUserID is obtained from a variable in the Prameter List (in VuGen) defined as a &quot;VUser ID&quot; with format %s.

This ID is then used as the determining factor for the Even or Odd users. Even/Odd is determined using a binary AND operation on the actual VUserID number. If you apply VuserID AND $0001 you will take out only 1 bit, that bit changes between 0 and 1. It also happends to be the bit that changes the most (being the Least Significant Bit (LSB) bit).

In C code the &amp;&amp; characters signifies the AND operation. More info at http://www.gamedev.net/reference/articles/article1563.asp

For a more indepth description of the AND operation in general have a look at http://en.wikipedia.org/wiki/Binary_and.</description>
		<content:encoded><![CDATA[<p>The VUserID is obtained from a variable in the Prameter List (in VuGen) defined as a &#8220;VUser ID&#8221; with format %s.</p>
<p>This ID is then used as the determining factor for the Even or Odd users. Even/Odd is determined using a binary AND operation on the actual VUserID number. If you apply VuserID AND $0001 you will take out only 1 bit, that bit changes between 0 and 1. It also happends to be the bit that changes the most (being the Least Significant Bit (LSB) bit).</p>
<p>In C code the &amp;&amp; characters signifies the AND operation. More info at <a href="http://www.gamedev.net/reference/articles/article1563.asp" rel="nofollow">http://www.gamedev.net/reference/articles/article1563.asp</a></p>
<p>For a more indepth description of the AND operation in general have a look at <a href="http://en.wikipedia.org/wiki/Binary_and" rel="nofollow">http://en.wikipedia.org/wiki/Binary_and</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In-Script simulation of a load-balancer with LoadRunner by Sathish</title>
		<link>http://ptfrontline.wordpress.com/2008/09/18/in-script-simulation-of-a-load-balancer-with-loadrunner/#comment-130</link>
		<dc:creator>Sathish</dc:creator>
		<pubDate>Thu, 19 Nov 2009 12:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://ptfrontline.wordpress.com/?p=73#comment-130</guid>
		<description>Hi,

Could you please explain how this particular piece of code works?

if (VUserID &amp; 1==0) // use AND operator to filter out LSB bit

Regards,
Sathish</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you please explain how this particular piece of code works?</p>
<p>if (VUserID &amp; 1==0) // use AND operator to filter out LSB bit</p>
<p>Regards,<br />
Sathish</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search &amp; Replace function for LoadRunner by Hari</title>
		<link>http://ptfrontline.wordpress.com/2009/03/13/search-replace-function-for-lr/#comment-129</link>
		<dc:creator>Hari</dc:creator>
		<pubDate>Fri, 13 Nov 2009 06:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://ptfrontline.wordpress.com/?p=135#comment-129</guid>
		<description>Dear Fiends,
                 I have to copy GQV352233 value and past it into some other search text box it should do automatically.

 name=\&quot;h_srmid\&quot;&gt;&lt;/d

Help me out of this
Thanks
HK</description>
		<content:encoded><![CDATA[<p>Dear Fiends,<br />
                 I have to copy GQV352233 value and past it into some other search text box it should do automatically.</p>
<p> name=\&#8221;h_srmid\&#8221;&gt;&lt;/d</p>
<p>Help me out of this<br />
Thanks<br />
HK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Performance Test Tool Poll by Niko Rättö</title>
		<link>http://ptfrontline.wordpress.com/2009/05/08/performance-test-tool-poll/#comment-119</link>
		<dc:creator>Niko Rättö</dc:creator>
		<pubDate>Mon, 14 Sep 2009 10:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://ptfrontline.wordpress.com/?p=146#comment-119</guid>
		<description>Rational performance Tester 8.0.0.3 ja Jmeter 2.3.2</description>
		<content:encoded><![CDATA[<p>Rational performance Tester 8.0.0.3 ja Jmeter 2.3.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firebird v2.5 Alpha 1 really makes a differance by sandrar</title>
		<link>http://ptfrontline.wordpress.com/2008/08/27/firebird-v25-alpha-1-really-makes-a-differance/#comment-118</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://ptfrontline.wordpress.com/?p=71#comment-118</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In-Script simulation of a load-balancer with LoadRunner by kannan</title>
		<link>http://ptfrontline.wordpress.com/2008/09/18/in-script-simulation-of-a-load-balancer-with-loadrunner/#comment-117</link>
		<dc:creator>kannan</dc:creator>
		<pubDate>Wed, 19 Aug 2009 10:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://ptfrontline.wordpress.com/?p=73#comment-117</guid>
		<description>Webload has parameter to find out the userid parameter in LR. it&#039;s called ThreadNum.
for the user1 - ThreadNum value is 0 and User2 -&gt; ThreadNum is 1



The code is

if(ThreadNum %2 ==0)
{
Base URL 1
)
else
{
Base URL2
}</description>
		<content:encoded><![CDATA[<p>Webload has parameter to find out the userid parameter in LR. it&#8217;s called ThreadNum.<br />
for the user1 &#8211; ThreadNum value is 0 and User2 -&gt; ThreadNum is 1</p>
<p>The code is</p>
<p>if(ThreadNum %2 ==0)<br />
{<br />
Base URL 1<br />
)<br />
else<br />
{<br />
Base URL2<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search &amp; Replace function for LoadRunner by Poornima</title>
		<link>http://ptfrontline.wordpress.com/2009/03/13/search-replace-function-for-lr/#comment-116</link>
		<dc:creator>Poornima</dc:creator>
		<pubDate>Mon, 29 Jun 2009 08:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://ptfrontline.wordpress.com/?p=135#comment-116</guid>
		<description>Hi......


replace(const char *string, char *pattern, char *replace, char *match)
{
 
   int length;
   int  status;
   int  eflag;
   char buf[1024] = &quot;&quot;;
   char out[1024] = &quot;&quot;;
 
   regex_t re;
   regmatch_t pmatch[128];
   lr_load_dll(&quot;pcre3.dll&quot;);
 
   if((status = regcomp(&amp;re, pattern, REG_EXTENDED)) != 0){
      regerror(status, &amp;re, buf, 120);
      lr_output_message(&quot;Match PCRE Exit 2&quot;);
      return 2;
   }
 
   while(status = regexec( &amp;re, string, 1, pmatch, eflag)== 0){
      strncat(out, string, pmatch[0].rm_so);
      strcat(out, replace);
      string += pmatch[0].rm_eo; 
      eflag = REG_NOTBOL;
   }
   strcat(out, string);
   lr_save_string(out, match); 
}

You can get commands regrading software testing in MACROTESTING</description>
		<content:encoded><![CDATA[<p>Hi&#8230;&#8230;</p>
<p>replace(const char *string, char *pattern, char *replace, char *match)<br />
{</p>
<p>   int length;<br />
   int  status;<br />
   int  eflag;<br />
   char buf[1024] = &#8220;&#8221;;<br />
   char out[1024] = &#8220;&#8221;;</p>
<p>   regex_t re;<br />
   regmatch_t pmatch[128];<br />
   lr_load_dll(&#8220;pcre3.dll&#8221;);</p>
<p>   if((status = regcomp(&amp;re, pattern, REG_EXTENDED)) != 0){<br />
      regerror(status, &amp;re, buf, 120);<br />
      lr_output_message(&#8220;Match PCRE Exit 2&#8243;);<br />
      return 2;<br />
   }</p>
<p>   while(status = regexec( &amp;re, string, 1, pmatch, eflag)== 0){<br />
      strncat(out, string, pmatch[0].rm_so);<br />
      strcat(out, replace);<br />
      string += pmatch[0].rm_eo;<br />
      eflag = REG_NOTBOL;<br />
   }<br />
   strcat(out, string);<br />
   lr_save_string(out, match);<br />
}</p>
<p>You can get commands regrading software testing in MACROTESTING</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using a custom DLL in LoadRunner by brett</title>
		<link>http://ptfrontline.wordpress.com/2009/02/24/using-a-custom-dll-in-loadrunner/#comment-115</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Fri, 15 May 2009 15:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://ptfrontline.wordpress.com/?p=108#comment-115</guid>
		<description>meset...brilliant, now why couldn&#039;t have Merccury/HP had that clearly defined in the help?  They were telling me to clear the buffer with free(buff); which didn&#039;t work...but that must be for static pointer variables, and not arrays.</description>
		<content:encoded><![CDATA[<p>meset&#8230;brilliant, now why couldn&#8217;t have Merccury/HP had that clearly defined in the help?  They were telling me to clear the buffer with free(buff); which didn&#8217;t work&#8230;but that must be for static pointer variables, and not arrays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search &amp; Replace function for LoadRunner by Cristian</title>
		<link>http://ptfrontline.wordpress.com/2009/03/13/search-replace-function-for-lr/#comment-114</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Mon, 11 May 2009 20:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://ptfrontline.wordpress.com/?p=135#comment-114</guid>
		<description>Thank you.

I was looking for exactly this.


PS: a smaaaaaalllll world...</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
<p>I was looking for exactly this.</p>
<p>PS: a smaaaaaalllll world&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
