Author: sebb Date: Thu Oct 9 08:48:55 2008 New Revision: 703189 URL: http://svn.apache.org/viewvc?rev=703189&view=rev Log: Add some testing hints
Modified: jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml Modified: jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml?rev=703189&r1=703188&r2=703189&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml Thu Oct 9 08:48:55 2008 @@ -193,5 +193,17 @@ </subsection> </section> +<section name="§-num;.6 Testing Regular Expressions" anchor="testing_expressions"> +<p> +There is a <a href="http://jakarta.apache.org/oro/demo.html">demo</a> applet for Apache JMeter ORO. +</p> +<p> +Another approach is to use a simple test plan to test the regular expressions. +The Java Request sampler can be used to generate a sample, or the HTTP Sampler can be used to load a file. +Add a Debug Sampler and a Tree View Listener and changes to the regular expression can be tested quickly, +without needing to access any external servers. +</p> +</section> + </body> </document> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]