<?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: Question: Using standard web vusers to test web services</title>
	<atom:link href="http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/</link>
	<description>Performance Testing with a LoadRunner focus</description>
	<lastBuildDate>Fri, 19 Feb 2010 17:40:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: marri</title>
		<link>http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/#comment-17772</link>
		<dc:creator>marri</dc:creator>
		<pubDate>Thu, 29 May 2008 04:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/#comment-17772</guid>
		<description>Hi Stu i have been reading you&#039;r post its very helpfull could you help in correcting a code plz
 
1)GOAL -  when following error message is coming HTTP Status Code=500 (Internal Server Error) for &quot;https://............. i want to stop the script from executing for a period of 45 secs
 
 
web_reg_find(&quot;Text=HTTP Status Code=500&quot;, &quot;SaveCount=HTTP Status Code=500&quot;, LAST); 
web_url(&quot;Step&quot;, &quot;URL=...&quot;, LAST); 
if (strcmp(lr_eval_string(&quot;{HTTP Status Code_count}&quot;), &quot;0&quot;) == 0) 
{
lr_thinktime(30);
}
else 
{
lr_thinktime(0);
}</description>
		<content:encoded><![CDATA[<p>Hi Stu i have been reading you&#8217;r post its very helpfull could you help in correcting a code plz</p>
<p>1)GOAL &#8211;  when following error message is coming HTTP Status Code=500 (Internal Server Error) for &#8220;https://&#8230;&#8230;&#8230;&#8230;. i want to stop the script from executing for a period of 45 secs</p>
<p>web_reg_find(&#8220;Text=HTTP Status Code=500&#8243;, &#8220;SaveCount=HTTP Status Code=500&#8243;, LAST);<br />
web_url(&#8220;Step&#8221;, &#8220;URL=&#8230;&#8221;, LAST);<br />
if (strcmp(lr_eval_string(&#8220;{HTTP Status Code_count}&#8221;), &#8220;0&#8243;) == 0)<br />
{<br />
lr_thinktime(30);<br />
}<br />
else<br />
{<br />
lr_thinktime(0);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/#comment-16648</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Sun, 23 Mar 2008 19:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/#comment-16648</guid>
		<description>hi,
currently am working on bussiness objects reports load testing using load runner , while executing the script i received one error message in server response can anybody had seen such error message before then plz share ur experience with me .
still my script is executed succesfully did such kind of error message having any impact on performance .
the error message is below :

function okCB() {
var topf=getTopViewerFrameset();
if (topf!=null) topf.backToParent();
}




setTimeout(&#039;delayedDisplayDlg()&#039;,100);
function delayedDisplayDlg() {
advDisplayViewerErrorMsgDlg(&quot;Could not retrieve the document with the passed obsolete token. (Error: RWI 00323) (Error: INF )&quot;,_ERR_REPORT, okCB);
}
</description>
		<content:encoded><![CDATA[<p>hi,<br />
currently am working on bussiness objects reports load testing using load runner , while executing the script i received one error message in server response can anybody had seen such error message before then plz share ur experience with me .<br />
still my script is executed succesfully did such kind of error message having any impact on performance .<br />
the error message is below :</p>
<p>function okCB() {<br />
var topf=getTopViewerFrameset();<br />
if (topf!=null) topf.backToParent();<br />
}</p>
<p>setTimeout(&#8216;delayedDisplayDlg()&#8217;,100);<br />
function delayedDisplayDlg() {<br />
advDisplayViewerErrorMsgDlg(&#8220;Could not retrieve the document with the passed obsolete token. (Error: RWI 00323) (Error: INF )&#8221;,_ERR_REPORT, okCB);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BB</title>
		<link>http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/#comment-15898</link>
		<dc:creator>BB</dc:creator>
		<pubDate>Wed, 27 Feb 2008 02:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/#comment-15898</guid>
		<description>Regrading:
Option #3 - QuickTest Pro vusers

LoadRunner has an option to run QuickTest Pro scripts instead of scripts created with VuGen. As with the Citrix vusers, your scripts are interacting with the GUI of the application you are creating the script for, so you will never have to worry about any difficult correlation situations.

The downsides are…

You need a special LoadRunner license. 
You will need a separate QTP license for each vuser you intend to run; e.g. if you want to run 100 virtual users, you will need 100 QTP licenses. This rapidly becomes expensive. 
You will only be able to run 1 vuser per load generator, so to run 100 virtual users, you may need to find 100 workstations and install QTP on them. You can increase this slightly by fiddling with VMWare or Terminal Services, but you will still need lots of generators. 
As it operates through the GUI, it requires extra time to identify objects. Using WinRunner vusers in the past, I would get radically different response measurements between my WinRunner vusers and my web vusers.
*************************************************************
It is possible to set the IP spoofing setting and create your alternate IP addresses from one load generator machine. Once complete, add the IPs just created through the IP wizard into the Controller assigning to each QTP script. Of coarse, you will still need 1 QTP license for each vuser you want to emulate, but at least you won&#039;t need 100 machines or manipulate VMware or Terminal Services.</description>
		<content:encoded><![CDATA[<p>Regrading:<br />
Option #3 &#8211; QuickTest Pro vusers</p>
<p>LoadRunner has an option to run QuickTest Pro scripts instead of scripts created with VuGen. As with the Citrix vusers, your scripts are interacting with the GUI of the application you are creating the script for, so you will never have to worry about any difficult correlation situations.</p>
<p>The downsides are…</p>
<p>You need a special LoadRunner license.<br />
You will need a separate QTP license for each vuser you intend to run; e.g. if you want to run 100 virtual users, you will need 100 QTP licenses. This rapidly becomes expensive.<br />
You will only be able to run 1 vuser per load generator, so to run 100 virtual users, you may need to find 100 workstations and install QTP on them. You can increase this slightly by fiddling with VMWare or Terminal Services, but you will still need lots of generators.<br />
As it operates through the GUI, it requires extra time to identify objects. Using WinRunner vusers in the past, I would get radically different response measurements between my WinRunner vusers and my web vusers.<br />
*************************************************************<br />
It is possible to set the IP spoofing setting and create your alternate IP addresses from one load generator machine. Once complete, add the IPs just created through the IP wizard into the Controller assigning to each QTP script. Of coarse, you will still need 1 QTP license for each vuser you want to emulate, but at least you won&#8217;t need 100 machines or manipulate VMware or Terminal Services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vondran Andre</title>
		<link>http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/#comment-14439</link>
		<dc:creator>Vondran Andre</dc:creator>
		<pubDate>Wed, 02 Jan 2008 13:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/#comment-14439</guid>
		<description>Error -26377: No match found for the requested parameter &quot;Siebel_Analytic_ViewState23&quot;. Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 3000000 bytes, use web_set_max_html_param_len to increase the parameter size, Snapshot Info [MSH 0 22]</description>
		<content:encoded><![CDATA[<p>Error -26377: No match found for the requested parameter &#8220;Siebel_Analytic_ViewState23&#8243;. Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 3000000 bytes, use web_set_max_html_param_len to increase the parameter size, Snapshot Info [MSH 0 22]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vondran Andre</title>
		<link>http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/#comment-14438</link>
		<dc:creator>Vondran Andre</dc:creator>
		<pubDate>Wed, 02 Jan 2008 13:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/web-service-testing-with-standard-web-vuser/#comment-14438</guid>
		<description>Hi, I´m having the following issue with LR:
Error -26377: No match found for the requested parameter &quot;Siebel_Analytic_ViewState23&quot;. Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 3000000 bytes, use web_set_max_html_param_len to increase the parameter size, Snapshot Info [MSH 0 22]

I already increas the parameter size, but I still get this error</description>
		<content:encoded><![CDATA[<p>Hi, I´m having the following issue with LR:<br />
Error -26377: No match found for the requested parameter &#8220;Siebel_Analytic_ViewState23&#8243;. Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 3000000 bytes, use web_set_max_html_param_len to increase the parameter size, Snapshot Info [MSH 0 22]</p>
<p>I already increas the parameter size, but I still get this error</p>
]]></content:encoded>
	</item>
</channel>
</rss>
