You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/11/19 12:56:20 UTC

svn commit: r1815732 - /jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml

Author: fschumacher
Date: Sun Nov 19 12:56:20 2017
New Revision: 1815732

URL: http://svn.apache.org/viewvc?rev=1815732&view=rev
Log:
Markup: Use hellip element instead of three dots.

Modified:
    jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml

Modified: jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml?rev=1815732&r1=1815731&r2=1815732&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml (original)
+++ jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml Sun Nov 19 12:56:20 2017
@@ -51,7 +51,7 @@ configuration is correct, read <a href="
 <ol>
   <li>Go to <code>JMETER_HOME/bin</code> and start JMeter with <code>jmeterw.cmd</code> on Windows
       and <code>jmeter</code> on Linux/Unix</li>
-  <li>Select <code>Templates...</code> on the menu bar</li>
+  <li>Select <code>Templates&hellip;code> on the menu bar</li>
   <figure image="Select-Templates-Icon.png"></figure>
   <li>Select <code>Recording template</code> on the list</li>
   <figure image="Select-Recording-Template.png"></figure>
@@ -170,20 +170,20 @@ Check with <code>View Results Tree</code
 <p>
 In some scripts, we will need to:
 <ul>
-  <li>Variabilize some input (login, password, search words...)</li>
-  <li>Correlate some data (session variable...) between two requests</li>
-</ul>  
+  <li>Variabilize some input (login, password, search words, &hellip;)</li>
+  <li>Correlate some data (session variable, &hellip;) between two requests</li>
+</ul>
 </p>
 <p>
 To variabilize, we can use:
 <ul>
   <li><code>CSV Data Set Config</code> to get input data from csv file</li>
-  <li>JMeter functions like <code>__counter</code>, <code>__time</code>...</li>
+  <li>JMeter functions like <code>__counter</code>, <code>__time</code>, &hellip;</li>
   <li>etc.</li>
 </ul>
 </p>
 <p>
-To correlate, we can get data from a request with <code>Post Processors</code> like <code>JSON Extractor</code>, <code>Regular Expression Extractor</code>... and inject it in another request.
+To correlate, we can get data from a request with <code>Post Processors</code> like <code>JSON Extractor</code>, <code>Regular Expression Extractor</code>, &hellip; and inject it in another request.
 </p>
 <p>
 To find data to correlate, the easiest way to do it is to use the Search function in <code>View Results Tree</code>.