<?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 for mishmashmoo</title>
	<atom:link href="http://mishmashmoo.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://mishmashmoo.com/blog</link>
	<description>the technical blog of sameh abdelhamid</description>
	<lastBuildDate>Tue, 20 Mar 2012 12:54:42 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on error checking in loadrunner by admin</title>
		<link>http://mishmashmoo.com/blog/?p=28&#038;cpage=1#comment-25916</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 20 Mar 2012 12:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://mishmashmoo.com/blog/?p=28#comment-25916</guid>
		<description>&lt;a href=&quot;#comment-25915&quot; rel=&quot;nofollow&quot;&gt;@Barry&lt;/a&gt; 
Hey Barry, 
You dont have to define it. web_reg_find, in its nature, just looks for the text, and either returns a true or false, or in this case, the number of times (savecount) it was found. 
It makes it very easy to use the result with confirming if something was found or not, without failing the script, but you can get it to fail with the options that LR gives you. 
You can specify Fail if found, or fail if not found etc. So you can use it for negative assurance like web_reg_find ERROR or something like that. 
Alternatively you can do a web_reg_save_param and set it to Warning, so it doesn&#039;t fail, but I dont like that because if it does not find the value, the parameter is not declared. Which means you cant evaluate it, or you will get a C runtime error. 
Just look up the help in vugen for more info on this sort of stuff, its fairly detailed. 
Cheers</description>
		<content:encoded><![CDATA[<p><a href="#comment-25915" rel="nofollow">@Barry</a><br />
Hey Barry,<br />
You dont have to define it. web_reg_find, in its nature, just looks for the text, and either returns a true or false, or in this case, the number of times (savecount) it was found.<br />
It makes it very easy to use the result with confirming if something was found or not, without failing the script, but you can get it to fail with the options that LR gives you.<br />
You can specify Fail if found, or fail if not found etc. So you can use it for negative assurance like web_reg_find ERROR or something like that.<br />
Alternatively you can do a web_reg_save_param and set it to Warning, so it doesn&#8217;t fail, but I dont like that because if it does not find the value, the parameter is not declared. Which means you cant evaluate it, or you will get a C runtime error.<br />
Just look up the help in vugen for more info on this sort of stuff, its fairly detailed.<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on error checking in loadrunner by Barry</title>
		<link>http://mishmashmoo.com/blog/?p=28&#038;cpage=1#comment-25915</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Tue, 20 Mar 2012 12:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://mishmashmoo.com/blog/?p=28#comment-25915</guid>
		<description>This is great. Not sure if you ar monitoring but, do I have to define the parameter that is used in the web_reg_find ?  If so, what is the type for the parameter.

Thanks</description>
		<content:encoded><![CDATA[<p>This is great. Not sure if you ar monitoring but, do I have to define the parameter that is used in the web_reg_find ?  If so, what is the type for the parameter.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on loadrunner error :: The user files were not transferred to the local load generator by admin</title>
		<link>http://mishmashmoo.com/blog/?p=25&#038;cpage=1#comment-24165</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 16 Feb 2012 23:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://mishmashmoo.com/blog/?p=25#comment-24165</guid>
		<description>&lt;a href=&quot;#comment-24161&quot; rel=&quot;nofollow&quot;&gt;@arun singh&lt;/a&gt; 
Arun, its not the name of the script
I&#039;ve had this happen on short name scripts also. The issue is caused to the problems described in the blog. 
The reason it worked for you is because you saved a copy of the script. This often fixes the issue.</description>
		<content:encoded><![CDATA[<p><a href="#comment-24161" rel="nofollow">@arun singh</a><br />
Arun, its not the name of the script<br />
I&#8217;ve had this happen on short name scripts also. The issue is caused to the problems described in the blog.<br />
The reason it worked for you is because you saved a copy of the script. This often fixes the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on loadrunner error :: The user files were not transferred to the local load generator by arun singh</title>
		<link>http://mishmashmoo.com/blog/?p=25&#038;cpage=1#comment-24161</link>
		<dc:creator>arun singh</dc:creator>
		<pubDate>Thu, 16 Feb 2012 22:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://mishmashmoo.com/blog/?p=25#comment-24161</guid>
		<description>This could be because of your script file name is very long or is kept under a very long folder list. for example

c:\xys\wee\dede\folder2\folder3\etc\lrscrip.usr
change it to c:\lrscrip.usr 
It worked for me.</description>
		<content:encoded><![CDATA[<p>This could be because of your script file name is very long or is kept under a very long folder list. for example</p>
<p>c:\xys\wee\dede\folder2\folder3\etc\lrscrip.usr<br />
change it to c:\lrscrip.usr<br />
It worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sitescope 10.0 integration with loadrunner 9.0 by admin</title>
		<link>http://mishmashmoo.com/blog/?p=33&#038;cpage=1#comment-18436</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 16 Nov 2011 02:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://mishmashmoo.com/blog/?p=33#comment-18436</guid>
		<description>If I wer you ZJ, I would remove the login/password prompt so you can get to it. Is that a solution? 
Otherwise I think you can fudge the url to send the user/password example &quot;http://user:password@sitescopeurl:8888&quot; 
Give that a go. Cheers</description>
		<content:encoded><![CDATA[<p>If I wer you ZJ, I would remove the login/password prompt so you can get to it. Is that a solution?<br />
Otherwise I think you can fudge the url to send the user/password example &#8220;http://user:password@sitescopeurl:8888&#8243;<br />
Give that a go. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sitescope 10.0 integration with loadrunner 9.0 by zj</title>
		<link>http://mishmashmoo.com/blog/?p=33&#038;cpage=1#comment-18434</link>
		<dc:creator>zj</dc:creator>
		<pubDate>Wed, 16 Nov 2011 02:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://mishmashmoo.com/blog/?p=33#comment-18434</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-5223&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-5223&quot; rel=&quot;nofollow&quot;&gt;xboxer21 &lt;/a&gt; :&lt;/strong&gt;We have a sitescope 10.11 instance running, I want to use that instance in LR 9.5. I can get to the Topaz XML only if I’m authenticated if not I get a dialog box asking for username &amp; password. Do you think its possible to use that with LR 9.5 or do we have to use the lite version of sitescope that comes bundled with LR.
Thanks&lt;/blockquote&gt;
&lt;a href=&quot;#comment-5223&quot; rel=&quot;nofollow&quot;&gt;@xboxer21 &lt;/a&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-5223"><p>
<strong><a href="#comment-5223" rel="nofollow">xboxer21 </a> :</strong>We have a sitescope 10.11 instance running, I want to use that instance in LR 9.5. I can get to the Topaz XML only if I’m authenticated if not I get a dialog box asking for username &amp; password. Do you think its possible to use that with LR 9.5 or do we have to use the lite version of sitescope that comes bundled with LR.<br />
Thanks</p></blockquote>
<p><a href="#comment-5223" rel="nofollow">@xboxer21 </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on loadrunner controller &#8211; invalid action by Alex</title>
		<link>http://mishmashmoo.com/blog/?p=12&#038;cpage=1#comment-15111</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 24 Aug 2011 19:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://mishmashmoo.com/blog/?p=12#comment-15111</guid>
		<description>Thanks a lot! You really saved so much of my time!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! You really saved so much of my time!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on random numbers &amp; words by Speedmaster</title>
		<link>http://mishmashmoo.com/blog/?p=24&#038;cpage=1#comment-11822</link>
		<dc:creator>Speedmaster</dc:creator>
		<pubDate>Tue, 10 May 2011 17:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://mishmashmoo.com/blog/?p=24#comment-11822</guid>
		<description>That was helpful, thanks!</description>
		<content:encoded><![CDATA[<p>That was helpful, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on loadrunner error :: The user files were not transferred to the local load generator by Mukesh</title>
		<link>http://mishmashmoo.com/blog/?p=25&#038;cpage=1#comment-11363</link>
		<dc:creator>Mukesh</dc:creator>
		<pubDate>Mon, 18 Apr 2011 05:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://mishmashmoo.com/blog/?p=25#comment-11363</guid>
		<description>Hi

In my case I am using the QC for storing the files, so when I select in controller, I cannot find the &quot;prm&quot; files in Controller or QC. 

If you have any idea to resolve this please share. 

Thanks
Mukesh</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>In my case I am using the QC for storing the files, so when I select in controller, I cannot find the &#8220;prm&#8221; files in Controller or QC. </p>
<p>If you have any idea to resolve this please share. </p>
<p>Thanks<br />
Mukesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on random numbers &amp; words by Eva</title>
		<link>http://mishmashmoo.com/blog/?p=24&#038;cpage=1#comment-11112</link>
		<dc:creator>Eva</dc:creator>
		<pubDate>Wed, 06 Apr 2011 22:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://mishmashmoo.com/blog/?p=24#comment-11112</guid>
		<description>I used the random word in qtp function you created and it works like a charm! Thanks.</description>
		<content:encoded><![CDATA[<p>I used the random word in qtp function you created and it works like a charm! Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

