<?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"
	>
<channel>
	<title>Comments on: LoadRunner ContentCheck Rules</title>
	<atom:link href="http://www.myloadtest.com/content-check-rules/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myloadtest.com/content-check-rules/</link>
	<description>Performance Testing with a LoadRunner focus</description>
	<pubDate>Sat, 05 Jul 2008 08:57:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: suren</title>
		<link>http://www.myloadtest.com/content-check-rules/#comment-16876</link>
		<dc:creator>suren</dc:creator>
		<pubDate>Wed, 02 Apr 2008 10:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=83#comment-16876</guid>
		<description>hi 
this is suren 
can u help me for understandig abt contentcheck in runtime settings.
and how to do correiation for the script............

hope u send me mess

thanking u</description>
		<content:encoded><![CDATA[<p>hi<br />
this is suren<br />
can u help me for understandig abt contentcheck in runtime settings.<br />
and how to do correiation for the script&#8230;&#8230;&#8230;&#8230;</p>
<p>hope u send me mess</p>
<p>thanking u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srihari</title>
		<link>http://www.myloadtest.com/content-check-rules/#comment-16716</link>
		<dc:creator>srihari</dc:creator>
		<pubDate>Wed, 26 Mar 2008 09:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=83#comment-16716</guid>
		<description>hi guys 
  
      i am working on loadrunner i need to know more details of content check plz help me</description>
		<content:encoded><![CDATA[<p>hi guys </p>
<p>      i am working on loadrunner i need to know more details of content check plz help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif</title>
		<link>http://www.myloadtest.com/content-check-rules/#comment-16494</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Mon, 17 Mar 2008 09:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=83#comment-16494</guid>
		<description>Hi

I am a Load Runner agent(He he). This is a good information to solve the problems while executing the script. I was a bit confused when I am getting the errors @ run time. Now I am on the page.

Thanks
Arif.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am a Load Runner agent(He he). This is a good information to solve the problems while executing the script. I was a bit confused when I am getting the errors @ run time. Now I am on the page.</p>
<p>Thanks<br />
Arif.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://www.myloadtest.com/content-check-rules/#comment-11085</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Wed, 29 Aug 2007 12:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=83#comment-11085</guid>
		<description>Hi !

I need 2 understand better on this Content Check topic. Can u kindly share it with me....?

Kindly send ur mail id....

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>I need 2 understand better on this Content Check topic. Can u kindly share it with me&#8230;.?</p>
<p>Kindly send ur mail id&#8230;.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://www.myloadtest.com/content-check-rules/#comment-3444</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Thu, 18 Jan 2007 22:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/?p=83#comment-3444</guid>
		<description>Stuart, asking the developers for a list of error messages can be an ordeal and might require an act of congress.  Our developers are all scattered trhoughout the planet.  I found that writing to the log is much better in my case:
lr_fail_trans_with_error("%s %s %s %d %s %s %s %s %s %s %s %s", 
		 lr_eval_string("{success_msg}"), 
								 lr_eval_string("{JSESSIONID}"), 
								 lr_eval_string("{service}"),
								 searchparam,
								 lr_eval_string("{SearchModeParm}"),
								 lr_eval_string("{cityParm}"),
								 lr_eval_string("{stateParm}"),
								 lr_eval_string("{airportParm}"),
								 lr_eval_string("{poiNameParm}"),
								 lr_eval_string("{poiStateParm}"),
								 lr_eval_string("{leavingDate}"),
								 lr_eval_string("{returningDate}"));

as you can see from success_msg parm, that what they called their error message.  I can't imagine asking them to use any error handling method.

Yours in performance,
Jose Villarreal</description>
		<content:encoded><![CDATA[<p>Stuart, asking the developers for a list of error messages can be an ordeal and might require an act of congress.  Our developers are all scattered trhoughout the planet.  I found that writing to the log is much better in my case:<br />
lr_fail_trans_with_error(&#8221;%s %s %s %d %s %s %s %s %s %s %s %s&#8221;,<br />
		 lr_eval_string(&#8221;{success_msg}&#8221;),<br />
								 lr_eval_string(&#8221;{JSESSIONID}&#8221;),<br />
								 lr_eval_string(&#8221;{service}&#8221;),<br />
								 searchparam,<br />
								 lr_eval_string(&#8221;{SearchModeParm}&#8221;),<br />
								 lr_eval_string(&#8221;{cityParm}&#8221;),<br />
								 lr_eval_string(&#8221;{stateParm}&#8221;),<br />
								 lr_eval_string(&#8221;{airportParm}&#8221;),<br />
								 lr_eval_string(&#8221;{poiNameParm}&#8221;),<br />
								 lr_eval_string(&#8221;{poiStateParm}&#8221;),<br />
								 lr_eval_string(&#8221;{leavingDate}&#8221;),<br />
								 lr_eval_string(&#8221;{returningDate}&#8221;));</p>
<p>as you can see from success_msg parm, that what they called their error message.  I can&#8217;t imagine asking them to use any error handling method.</p>
<p>Yours in performance,<br />
Jose Villarreal</p>
]]></content:encoded>
	</item>
</channel>
</rss>
