<?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: SAPGUI script fails on second iteration</title>
	<atom:link href="http://www.myloadtest.com/sapgui-script-failing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myloadtest.com/sapgui-script-failing/</link>
	<description>Performance Testing with a LoadRunner focus</description>
	<lastBuildDate>Wed, 25 Jan 2012 17:37:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sudha</title>
		<link>http://www.myloadtest.com/sapgui-script-failing/#comment-32997</link>
		<dc:creator>Sudha</dc:creator>
		<pubDate>Fri, 29 May 2009 20:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/sapgui-script-failing/#comment-32997</guid>
		<description>I&#039;m having a strange problem with LR. I recorded the script; did the correlation and paramertization.
There is more than enough data in the dat files for the parameters.
But when I run the script, LR only picks the first row and repeats the actions only for that row of data(Eg: I put 10 vusers , one iteration, )
But the script basically took only the first account number and worked on that.
Never went to the second row of data. I tried all the options for the parameters there.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a strange problem with LR. I recorded the script; did the correlation and paramertization.<br />
There is more than enough data in the dat files for the parameters.<br />
But when I run the script, LR only picks the first row and repeats the actions only for that row of data(Eg: I put 10 vusers , one iteration, )<br />
But the script basically took only the first account number and worked on that.<br />
Never went to the second row of data. I tried all the options for the parameters there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saritha</title>
		<link>http://www.myloadtest.com/sapgui-script-failing/#comment-23309</link>
		<dc:creator>Saritha</dc:creator>
		<pubDate>Tue, 11 Nov 2008 05:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/sapgui-script-failing/#comment-23309</guid>
		<description>Help Me,

I need information for Certification with materials</description>
		<content:encoded><![CDATA[<p>Help Me,</p>
<p>I need information for Certification with materials</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eugene</title>
		<link>http://www.myloadtest.com/sapgui-script-failing/#comment-22674</link>
		<dc:creator>eugene</dc:creator>
		<pubDate>Wed, 22 Oct 2008 20:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/sapgui-script-failing/#comment-22674</guid>
		<description>We clean cookies and casche at start and end of action. There is only one Action is the script. We tried playing with runtime settings for browser simulation and tried all combinations :) This is not a data issue or a test case logic issue.</description>
		<content:encoded><![CDATA[<p>We clean cookies and casche at start and end of action. There is only one Action is the script. We tried playing with runtime settings for browser simulation and tried all combinations :) This is not a data issue or a test case logic issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eugene</title>
		<link>http://www.myloadtest.com/sapgui-script-failing/#comment-22673</link>
		<dc:creator>eugene</dc:creator>
		<pubDate>Wed, 22 Oct 2008 20:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/sapgui-script-failing/#comment-22673</guid>
		<description>We have simmilar problem when Click and Script User fails on second interation after login action. We checked all other causes and we came to conclusion that it something to do with starting another iteratins as when we tried to call the same action recursevly from itself it was working. Is there any function that will reset all the context between each iterations. What happens when VUgen starts a new iteration.</description>
		<content:encoded><![CDATA[<p>We have simmilar problem when Click and Script User fails on second interation after login action. We checked all other causes and we came to conclusion that it something to do with starting another iteratins as when we tried to call the same action recursevly from itself it was working. Is there any function that will reset all the context between each iterations. What happens when VUgen starts a new iteration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: victor</title>
		<link>http://www.myloadtest.com/sapgui-script-failing/#comment-17102</link>
		<dc:creator>victor</dc:creator>
		<pubDate>Tue, 15 Apr 2008 15:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/sapgui-script-failing/#comment-17102</guid>
		<description>Hi,

Normally I record a last step before the logout that executes the transaction \n. This is the same that returns to the home page, and on the second iteration find the same situation that on the begin of the script.

Nice blog Stuart!!!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Normally I record a last step before the logout that executes the transaction \n. This is the same that returns to the home page, and on the second iteration find the same situation that on the begin of the script.</p>
<p>Nice blog Stuart!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Kreutzer</title>
		<link>http://www.myloadtest.com/sapgui-script-failing/#comment-14314</link>
		<dc:creator>Christian Kreutzer</dc:creator>
		<pubDate>Sun, 30 Dec 2007 17:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.myloadtest.com/sapgui-script-failing/#comment-14314</guid>
		<description>Hmmm, this seems like an odd solution to me. Since automating the SAPGUI works by invoking methods directly on the COM object of the SAPGUI the actual window focus is normally not needed. Maybe the set focus method did force a re-binding of the internal object references....</description>
		<content:encoded><![CDATA[<p>Hmmm, this seems like an odd solution to me. Since automating the SAPGUI works by invoking methods directly on the COM object of the SAPGUI the actual window focus is normally not needed. Maybe the set focus method did force a re-binding of the internal object references&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

