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

svn commit: r1438215 - in /jmeter/trunk: docs/images/screenshots/ docs/images/screenshots/logic-controller/ xdocs/images/screenshots/ xdocs/images/screenshots/logic-controller/ xdocs/usermanual/

Author: pmouawad
Date: Thu Jan 24 21:55:52 2013
New Revision: 1438215

URL: http://svn.apache.org/viewvc?rev=1438215&view=rev
Log:
Added or updated screenshots

Added:
    jmeter/trunk/docs/images/screenshots/jsr223-sampler.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/jsr223-sampler.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/logic-controller/foreach-controller.png   (with props)
Modified:
    jmeter/trunk/docs/images/screenshots/logic-controller/foreach-controller.png
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Added: jmeter/trunk/docs/images/screenshots/jsr223-sampler.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/jsr223-sampler.png?rev=1438215&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/docs/images/screenshots/jsr223-sampler.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: jmeter/trunk/docs/images/screenshots/logic-controller/foreach-controller.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/logic-controller/foreach-controller.png?rev=1438215&r1=1438214&r2=1438215&view=diff
==============================================================================
Binary files - no diff available.

Added: jmeter/trunk/xdocs/images/screenshots/jsr223-sampler.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/jsr223-sampler.png?rev=1438215&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/jsr223-sampler.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/xdocs/images/screenshots/logic-controller/foreach-controller.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/logic-controller/foreach-controller.png?rev=1438215&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/logic-controller/foreach-controller.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1438215&r1=1438214&r2=1438215&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Jan 24 21:55:52 2013
@@ -1213,7 +1213,7 @@ Currently the only way to changes these 
 </p>
 </component>
 
-<component name="JSR223 Sampler" index="&sect-num;.1.11.1">
+<component name="JSR223 Sampler" index="&sect-num;.1.11.1" width="752" height="507" screenshot="jsr223-sampler.png">
 <description>
 <p>
 The JSR223 Sampler allows JSR223 script code to be used to perform a sample.
@@ -1221,8 +1221,9 @@ JSR223 related elements have a feature t
 To benefit from this feature:
 <ul>
     <li>Use Script files instead of inlining them. This will make JMeter compile them if this feature is available on ScriptEngine and cache them.</li>
-    <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.
+    <li>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.
     <note>When using this feature, ensure you script code does not use JMeter variables directly in script code as caching would only cache first replacement. Instead use script parameters.</note>
+    <note>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)</note>
     </li>
 </ul>
 Cache size is controlled by the following jmeter property (jmeter.properties):
@@ -2234,7 +2235,7 @@ If there is no default, then no element 
 </properties>
 </component>
 
-<component name="ForEach Controller" index="&sect-num;.2.12" anchor="loop" width="380" height="152" screenshot="logic-controller/foreach-controller.png">
+<component name="ForEach Controller" index="&sect-num;.2.12" anchor="loop" width="342" height="193" screenshot="logic-controller/foreach-controller.png">
 <description><p>A ForEach controller loops through the values of a set of related variables. 
 When you add samplers (or controllers) to a ForEach controller, every sample sample (or controller)
 is executed one or more times, where during every loop the variable has a new value.