Author: pmouawad
Date: Thu Nov 23 22:08:54 2017
New Revision: 1816191

URL: http://svn.apache.org/viewvc?rev=1816191&view=rev
Log:
Bug 61591: Drop Workbench from test tree. 
Fixed some docs regarding removal of WorkBench 
Contributed by Graham Russell
This closes #336
Bugzilla Id: 61591

Modified:
    jmeter/trunk/bin/templates/templates.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/bin/templates/templates.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/templates/templates.xml?rev=1816191&r1=1816190&r2=1816191&view=diff
==============================================================================
--- jmeter/trunk/bin/templates/templates.xml (original)
+++ jmeter/trunk/bin/templates/templates.xml Thu Nov 23 22:08:54 2017
@@ -91,7 +91,7 @@
         <h2>Overview</h2>
         This is a sample JSR223 sampler which shows how to use some of its 
features with Apache Groovy language
         <br/>
-        Please select a suitable location in the tree - e.g. Thread Group or 
WorkBench - before merging.
+        Please select a suitable location in the tree before merging.
         <h2>Useful links</h2>
             <ul>
                 <li><a 
href="http://jmeter.apache.org/usermanual/component_reference.html#JSR223_Sampler";
 >JSR223 Sampler</a></li>
@@ -107,7 +107,7 @@
         <h2>Overview</h2>
         This is a sample BeanShell sampler which shows how to use some of its 
features.
         <br/>
-        Please select a suitable location in the tree - e.g. Thread Group or 
WorkBench - before merging.
+        Please select a suitable location in the tree before merging.
         <h2>Useful links</h2>
             <ul>
                 <li><a 
href="http://jmeter.apache.org/usermanual/component_reference.html#BeanShell_Sampler";
 
>http://jmeter.apache.org/usermanual/component_reference.html#BeanShell_Sampler</a></li>

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1816191&r1=1816190&r2=1816191&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Nov 23 22:08:54 
2017
@@ -2467,7 +2467,7 @@ The Module Controller provides a mechani
 </p>
 <p>
 A test plan fragment consists of a Controller and all the test elements 
(samplers etc.) contained in it. 
-The fragment can be located in any Thread Group, or on the <complink 
name="WorkBench" />.
+The fragment can be located in any Thread Group.
 If the fragment is located in a Thread Group, then its Controller can be 
disabled to prevent the fragment being run
 except by the Module Controller. 
 Or you can store the fragments in a dummy Thread Group, and disable the entire 
Thread Group. 
@@ -6443,15 +6443,15 @@ directly into your test plan as you go (
 Ensure you read this <a 
href="https://wiki.apache.org/jmeter/TestRecording210";>wiki page</a> to setup 
correctly JMeter.
 </p>
 
-<p>To use the recorder, <i>add</i> the HTTP(S) Test Script Recorder element to 
the workbench.
-Select the WorkBench element in the tree, and right-click on this element to 
get the
-Add menu 
+<p>To use the recorder, <i>add</i> the HTTP(S) Test Script Recorder element.
+Right-click on the Test Plan element to get the Add menu:
 (<menuchoice>
   <guimenuitem>Add</guimenuitem>
   <guimenuitem>Non-Test Elements</guimenuitem>
   <guimenuitem>HTTP(S) Test Script Recorder</guimenuitem>
 </menuchoice>
-).</p>
+).
+</p>
 <p>
 The recorder is implemented as an HTTP(S) proxy server.
 You need to set up your browser use the proxy for all HTTP and HTTPS requests.
@@ -6914,7 +6914,6 @@ You can also use the following query par
 <p>
 The Property Display shows the values of System or JMeter properties.
 Values can be changed by entering new text in the Value column.
-It is available only on the WorkBench.
 </p>
 </description>
 <properties>


Reply via email to