Author: sebb
Date: Fri Oct 19 11:44:50 2007
New Revision: 586574

URL: http://svn.apache.org/viewvc?rev=586574&view=rev
Log:
Updated TestPlan screenshot and description

Modified:
    jakarta/jmeter/trunk/bin/saveservice.properties
    jakarta/jmeter/trunk/docs/images/screenshots/testplan.png
    jakarta/jmeter/trunk/docs/usermanual/component_reference.html
    jakarta/jmeter/trunk/xdocs/images/screenshots/testplan.png
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/bin/saveservice.properties
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/saveservice.properties?rev=586574&r1=586573&r2=586574&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/saveservice.properties (original)
+++ jakarta/jmeter/trunk/bin/saveservice.properties Fri Oct 19 11:44:50 2007
@@ -111,6 +111,8 @@
 HTTPArgument=org.apache.jmeter.protocol.http.util.HTTPArgument
 HTTPArgumentsPanel=org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel
 HttpDefaultsGui=org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
+HttpGenericSampler=org.apache.jmeter.protocol.http.sampler.HttpGenericSampler
+HttpGenericSamplerGui=org.apache.jmeter.protocol.http.control.gui.HttpGenericSamplerGui
 HTTPSampler=org.apache.jmeter.protocol.http.sampler.HTTPSampler
 HttpMirrorControl=org.apache.jmeter.protocol.http.control.HttpMirrorControl
 
HttpMirrorControlGui=org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGui

Modified: jakarta/jmeter/trunk/docs/images/screenshots/testplan.png
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/images/screenshots/testplan.png?rev=586574&r1=586573&r2=586574&view=diff
==============================================================================
Binary files - no diff available.

Modified: jakarta/jmeter/trunk/docs/usermanual/component_reference.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/component_reference.html?rev=586574&r1=586573&r2=586574&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/component_reference.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/component_reference.html Fri Oct 19 
11:44:50 2007
@@ -11093,8 +11093,20 @@
                  </font>
                </td></tr>
                                <tr><td>
-                                                                               
                                                                                
        <p      >
-                                                               At the Test 
Plan level, static variables can be defined that allow users to abstract values 
that are repeated throughout their tests, such as server names.  Here, one can 
instruct JMeter to save the maximum sample information to file by selecting 
"functional testing".  Also, an option exists here to instruct JMeter to run 
the 
+                                                                               
                                                        
+
+                                                                               
                <p      >
+                                                               At the Test 
Plan level, static variables can be defined that allow users to abstract values 
that are repeated throughout their tests, such as server names.
+                                               </p>
+                                                                       
+
+                                                                               
                <p      >
+                                                               Here, one can 
instruct JMeter to save the maximum sample information to file by selecting 
"functional testing".
+                                               </p>
+                                                                       
+
+                                                                               
                <p      >
+                                                               Also, an option 
exists here to instruct JMeter to run the 
                                                                                
                <a 
href="../usermanual/component_reference.html#Thread_Group">Thread Group</a>
                                                                         
serially rather than in parallel.
                                                </p>
@@ -11109,7 +11121,7 @@
                                                                In 
jmeter.properties, edit "user.classpath" to include additional libraries. Note 
that paths with spaces may cause problems for Java.
                                                </p>
                                                                                
                                        <p><b>Control Panel</b></p>
-                                               <div align="center"><img 
width='516' height='763' src="../images/screenshots/testplan.png"></div>
+                                               <div align="center"><img 
width='491' height='439' src="../images/screenshots/testplan.png"></div>
                                                                                
                        </td></tr>
                <tr><td><br></td></tr>
         </table>

Modified: jakarta/jmeter/trunk/xdocs/images/screenshots/testplan.png
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/testplan.png?rev=586574&r1=586573&r2=586574&view=diff
==============================================================================
Binary files - no diff available.

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=586574&r1=586573&r2=586574&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Oct 19 
11:44:50 2007
@@ -3484,8 +3484,24 @@
 <description>
                <br></br>
 </description>
-<component name="Test Plan" index="&sect-num;.9.1"  width="516" height="763" 
screenshot="testplan.png">
-<description><p>At the Test Plan level, static variables can be defined that 
allow users to abstract values that are repeated throughout their tests, such 
as server names.  Here, one can instruct JMeter to save the maximum sample 
information to file by selecting "functional testing".  Also, an option exists 
here to instruct JMeter to run the <complink name="Thread Group"/> serially 
rather than in parallel.</p>
+<component name="Test Plan" index="&sect-num;.9.1"  width="491" height="439" 
screenshot="testplan.png">
+<description>
+<p>
+The Test Plan is where the overall settings for a test are specified.
+</p>
+<p>
+Static variables can be defined for values that are repeated throughout a 
test, such as server names.
+For example the variable SERVER could be defined as www.example.com, and the 
rest of the test plan
+could refer to it as ${SERVER}. This simplifies changing the name later. 
+</p>
+<p>
+Selecting Functional Testing instructs JMeter to save the  additional sample 
information
+- Response Data and Sampler Data - to all result files.
+This increases the resources needed to run a test, and may adversely impact 
JMeter performance.
+If more data is required for a particular sampler only, then add a Listener to 
it, and configure the fields as required.
+[The option does not affect CSV result files, which cannot currently store 
such information.]
+</p>
+<p>Also, an option exists here to instruct JMeter to run the <complink 
name="Thread Group"/> serially rather than in parallel.</p>
 <p>Test plan now provides an easy way to add classpath setting to a specific 
test plan. The feature is additive, meaning that you can add jar files or 
directories, but removing an entry requires restarting JMeter. In the past, 
users had to copy all the jar files to jmeter/lib/ directory. Now that is not 
necessary. JMeter properties also provides an entry for loading additional 
classpaths.</p>
 <p>In jmeter.properties, edit "user.classpath" to include additional 
libraries. Note that paths with spaces may cause problems for 
Java.</p></description>
 </component>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to