<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Putting Spring Web Flow to a Load Test</title>
	<link>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/</link>
	<description>The voice of SpringSource</description>
	<pubDate>Thu, 21 Aug 2008 19:38:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: Rossen Stoyanchev</title>
		<link>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-62178</link>
		<pubDate>Fri, 09 Nov 2007 20:09:57 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-62178</guid>
					<description>Take a look at the attached screenshot and compare that to your settings. 

The Regular Expression Extractor I have (called \"Flow Execution Key Extractor\") is a child of an HTTP Sampler (called SimpleController) and is located immediately after the first request that comes back with a flowExecutionKey. As per the JMeter documentation:

\"A Regular Expression Extractor will execute after each Sample request in its scope, applying the regular expression, extracting the requested values, generate the template string, and store the result into the given variable name\"

Beyond that there are several potential issues you might be having:

1) Are you placing the Regular Expression Extractor for the flow execution key after a request that contains what the regular expression is looking for?

2) Ensure you JSP page contains what the regular expression is looking for. In other words you must have a hidden variable such as \"&lt;hidden name=\"_flowExecutionKey\" value=\"${_flowExecutionKey}\"/&gt;. If not you will need to adjust the regular expression to match your page.

3) Use a \"Save Response\" post processor to save the HTML returned from JMeter and check it contains what the regular expression is trying to match on.

Good luck.</description>
		<content:encoded><![CDATA[<p>Take a look at the attached screenshot and compare that to your settings. </p>
<p>The Regular Expression Extractor I have (called \&#034;Flow Execution Key Extractor\&#034;) is a child of an HTTP Sampler (called SimpleController) and is located immediately after the first request that comes back with a flowExecutionKey. As per the JMeter documentation:</p>
<p>\&#034;A Regular Expression Extractor will execute after each Sample request in its scope, applying the regular expression, extracting the requested values, generate the template string, and store the result into the given variable name\&#034;</p>
<p>Beyond that there are several potential issues you might be having:</p>
<p>1) Are you placing the Regular Expression Extractor for the flow execution key after a request that contains what the regular expression is looking for?</p>
<p>2) Ensure you JSP page contains what the regular expression is looking for. In other words you must have a hidden variable such as \&#034;<hidden name=\"_flowExecutionKey\" value=\"${_flowExecutionKey}\"/>. If not you will need to adjust the regular expression to match your page.</p>
<p>3) Use a \&#034;Save Response\&#034; post processor to save the HTML returned from JMeter and check it contains what the regular expression is trying to match on.</p>
<p>Good luck.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tristan</title>
		<link>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-62082</link>
		<pubDate>Fri, 09 Nov 2007 14:41:39 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-62082</guid>
					<description>I get the same badly formatted flow exception key</description>
		<content:encoded><![CDATA[<p>I get the same badly formatted flow exception key
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: morten</title>
		<link>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-59157</link>
		<pubDate>Thu, 01 Nov 2007 19:40:33 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-59157</guid>
					<description>(Sorry, put my previous post seemed to fail).
Any idea why I get "Exception:Badly formatted flow execution key '${flowExecutionKey}'" when I use a ${flowExecutionKey} in a subsequent HTTP Request Element (a POST request)?</description>
		<content:encoded><![CDATA[<p>(Sorry, put my previous post seemed to fail).<br />
Any idea why I get &#034;Exception:Badly formatted flow execution key &#039;${flowExecutionKey}&#039;&#034; when I use a ${flowExecutionKey} in a subsequent HTTP Request Element (a POST request)?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: morten</title>
		<link>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-59155</link>
		<pubDate>Thu, 01 Nov 2007 19:36:45 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-59155</guid>
					<description>Any idead why I get 

"</description>
		<content:encoded><![CDATA[<p>Any idead why I get </p>
<p>&#034;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rossen Stoyanchev</title>
		<link>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-33372</link>
		<pubDate>Tue, 10 Jul 2007 09:21:44 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-33372</guid>
					<description>Hi David, I've attached a screenshot as well as the content of the JMeter settings file to the message above.</description>
		<content:encoded><![CDATA[<p>Hi David, I&#039;ve attached a screenshot as well as the content of the JMeter settings file to the message above.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: david</title>
		<link>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-31881</link>
		<pubDate>Tue, 03 Jul 2007 14:50:58 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-31881</guid>
					<description>Hi Rossen,

Any chance you could give a screen shot of your Test Plan in the JMeter GUI, I would like to see exactly where you place the Regular Expression Extractor and HTTP Cookie Manager in relation to the other elements.

Thanks for the article though, I know a couple people who were trying similar things.</description>
		<content:encoded><![CDATA[<p>Hi Rossen,</p>
<p>Any chance you could give a screen shot of your Test Plan in the JMeter GUI, I would like to see exactly where you place the Regular Expression Extractor and HTTP Cookie Manager in relation to the other elements.</p>
<p>Thanks for the article though, I know a couple people who were trying similar things.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Load testing Spring Webflow at Dazed &#38; Confused</title>
		<link>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-31512</link>
		<pubDate>Sun, 01 Jul 2007 22:19:10 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2007/06/22/putting-spring-web-flow-to-a-load-test/#comment-31512</guid>
					<description>[...] Here is an article describing how to load test Spring WebFlow with JMeter. Some guys at work has been struggling with the same stuff in Mercury LoadRunner. They did a lot of http header debugging with Fiddler and got it running. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Here is an article describing how to load test Spring WebFlow with JMeter. Some guys at work has been struggling with the same stuff in Mercury LoadRunner. They did a lot of http header debugging with Fiddler and got it running. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
