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 2016/11/01 10:01:55 UTC

svn commit: r1767462 - /jmeter/trunk/xdocs/usermanual/get-started.xml

Author: fschumacher
Date: Tue Nov  1 10:01:55 2016
New Revision: 1767462

URL: http://svn.apache.org/viewvc?rev=1767462&view=rev
Log:
Markup and usage of "these" instead of "those".

Modified:
    jmeter/trunk/xdocs/usermanual/get-started.xml

Modified: jmeter/trunk/xdocs/usermanual/get-started.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/get-started.xml?rev=1767462&r1=1767461&r2=1767462&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/get-started.xml (original)
+++ jmeter/trunk/xdocs/usermanual/get-started.xml Tue Nov  1 10:01:55 2016
@@ -35,18 +35,20 @@ When using JMeter you will usually follo
 <p>To do that, you will <a href="get-started.html#running">run JMeter in GUI Mode.</a><br/>
 Then you can either choose to record the application from a browser, or native application.
 You can use for that the menu <menuchoice><guimenuitem>File</guimenuitem><guimenuitem>Templates...</guimenuitem><guimenuitem>Recording</guimenuitem></menuchoice><br/>
-
+</p>
+<p>
 Note you can also manually build your plan. Ensure you read this <a href="test_plan.html">documentation</a> to understand major concepts.
-
-You will also debug it using one of those options:
-<ul> 
+</p>
+You will also debug it using one of these options:
+<ul>
     <li><menuchoice><guimenuitem>Run</guimenuitem><guimenuitem>Start no pauses</guimenuitem></menuchoice></li>
     <li><menuchoice><guimenuitem>Run</guimenuitem><guimenuitem>Start</guimenuitem></menuchoice></li>
     <li><menuchoice><guimenuitem>Validate</guimenuitem></menuchoice> on <a href="component_reference.html#Thread_Group">Thread Group</a></li>
 </ul>
+<p>
 and <a href="component_reference.html#View_Results_Tree">View Results Tree</a> renderers or Testers (CSS/JQUERY, JSON, Regexp, XPath).<br/>
 Ensure you follow <a href="best-practices.html" >best-practices</a> when building your Test Plan.
-</p> 
+</p>
 </subsection>
 <subsection name="&sect-num;.0.2 Load Test running" anchor="load_test_running">
 <p>Once your Test Plan is ready, you can start your Load Test.