You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2013/01/28 22:44:13 UTC

svn commit: r1439651 - in /jmeter/branches/docs-2.9/docs: changes.html usermanual/component_reference.html

Author: milamber
Date: Mon Jan 28 21:44:13 2013
New Revision: 1439651

URL: http://svn.apache.org/viewvc?rev=1439651&view=rev
Log:
Update docs with lastest changes.


Modified:
    jmeter/branches/docs-2.9/docs/changes.html
    jmeter/branches/docs-2.9/docs/usermanual/component_reference.html

Modified: jmeter/branches/docs-2.9/docs/changes.html
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.9/docs/changes.html?rev=1439651&r1=1439650&r2=1439651&view=diff
==============================================================================
--- jmeter/branches/docs-2.9/docs/changes.html (original)
+++ jmeter/branches/docs-2.9/docs/changes.html Mon Jan 28 21:44:13 2013
@@ -233,6 +233,18 @@ View Results Tree, view as a text the do
 
 </p>
 <h4>
+• A new Regex User Parameters Pre-Processor that enables injecting input parameter names and values 
+using a reference extracted by Regular Expression Extractor from a previous response
+</h4>
+<p>
+
+
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='727' height='138' src="./images/screenshots/changes/2.9/13_regex_user_params.png"><br>
+<font size="-1"></font></td></tr></table></p>
+
+
+</p>
+<h4>
 • TCP Sampler: new options
 </h4>
 <p>
@@ -286,16 +298,26 @@ ForEach Controller has now 2 new fields 
 
 </p>
 <h4>
+• JMS Publisher: new option
+</h4>
+<p>
+JMS Publisher can now send Bytes Messages
+</p>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='833' height='701' src="./images/screenshots/changes/2.9/11_jms_publisher_bytes.png"><br>
+<font size="-1"></font></td></tr></table></p>
+<h4>
 • Memory and performance improvements
 </h4>
 <p>
 Significant improvements have been done in this version on memory usage per Thread and CPU when more 
-than one Post Processor is used Sampler
+than one Post Processor is used as child of a Sampler
 </p>
 <p>
 JSR223 Elements (enable using Groovy, Scala... as scripting languages) have been improved to enable caching 
-of Compilation when scripts are passed Text area
+of Compilation results when scripts are passed in Text area
 </p>
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='841' height='470' src="./images/screenshots/changes/2.9/12_jsr223_sampler.png"><br>
+<font size="-1"></font></td></tr></table></p>
 <p>
 Some configuration defaults have changed to improve performances by default(see 
 <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=54412">Bug 54412</a>
@@ -321,6 +343,17 @@ Result data are now saved to CSV by defa
 
 
 </p>
+<h4>
+• XPath Assertion now enables using a JMeter variable as input
+</h4>
+<p>
+
+
+<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img width='800' height='317' src="./images/screenshots/changes/2.9/14_xpath_assertion.png"><br>
+<font size="-1"></font></td></tr></table></p>
+
+
+</p>
 <h3>
 <u>
 GUI and ergonomy Improvements:
@@ -416,7 +449,7 @@ samples that only have one unnamed argum
 
 </p>
 <p>
-• SamplerCreator interface to meet new requirements for plug-in providers
+• SamplerCreator interface has been enriched to meet new requirements for plug-in providers
 </p>
 <p>
 • It is now possible to create binary sampler for x-www-form-urlencoded POST request by 

Modified: jmeter/branches/docs-2.9/docs/usermanual/component_reference.html
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.9/docs/usermanual/component_reference.html?rev=1439651&r1=1439650&r2=1439651&view=diff
==============================================================================
--- jmeter/branches/docs-2.9/docs/usermanual/component_reference.html (original)
+++ jmeter/branches/docs-2.9/docs/usermanual/component_reference.html Mon Jan 28 21:44:13 2013
@@ -4057,7 +4057,7 @@ Use Script files instead of inlining the
 
     
 <li>
-Use Script Text and fill in script cache key property, ensure it is unique accross Test Plan as JMeter will use it to cache result of compilation.
+Or Use Script Text and fill in script cache key property, ensure it is unique accross Test Plan as JMeter will use it to cache result of compilation.
     
 <p>
 <table border="1" bgcolor="#bbbb00" width="50%" cellspacing="0" cellpadding="2">
@@ -4067,6 +4067,14 @@ Use Script Text and fill in script cache
 </p>
 
     
+<p>
+<table border="1" bgcolor="#bbbb00" width="50%" cellspacing="0" cellpadding="2">
+<tr><td>To benefit fomr Caching and compilation, language engine used for scripting must implement JSR223 Compilable interface (Groovy is one of these, java, beanshell and javascript are not)
+</td></tr>
+</table>
+</p>
+
+    
 </li>
 
 
@@ -4109,6 +4117,8 @@ Since JMeter 2.8, JSR223 Test Elements u
 </p>
 
 
+<p><b>Control Panel</b></p>
+<div align="center"><img width='752' height='507' src="../images/screenshots/jsr223-sampler.png"></div>
 <p>
 <table border="1" bgcolor="#bbbb00" width="50%" cellspacing="0" cellpadding="2">
 <tr><td>
@@ -7714,7 +7724,7 @@ This would be the case if the Regular Ex
 
 
 <p><b>Control Panel</b></p>
-<div align="center"><img width='380' height='152' src="../images/screenshots/logic-controller/foreach-controller.png"></div>
+<div align="center"><img width='342' height='193' src="../images/screenshots/logic-controller/foreach-controller.png"></div>
 <p>
 <b>Parameters</b>
 <a name="ForEach_Controller_parms"/>