khammond    01/11/19 09:46:51

  Modified:    docs/usermanual gen-controller.html
  Log:
  Added note about the order in which requests are sent.
  
  Revision  Changes    Path
  1.6       +3 -2      jakarta-jmeter/docs/usermanual/gen-controller.html
  
  Index: gen-controller.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/usermanual/gen-controller.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- gen-controller.html       2001/11/19 13:32:10     1.5
  +++ gen-controller.html       2001/11/19 17:46:51     1.6
  @@ -104,10 +104,11 @@
                                       <p>Generative Controllers tell JMeter to send 
requests to a server. JMeter
   currently has three such controllers: FTP Request, HTTP Request, and JDBC
   request.  Each controller has several properties you can set.  You can further 
  -customize a controller by adding one or more Configuration Elements to it.</p>
  +customize a controller by adding one or more Configuration Elements to it.
  +Also, note that JMeter sends requests in the order that you add them to the 
tree.</p>
                                                   <p>If you are going to send 
multiple requests of the same type (for example, 
   HTTP Request) to the same server, consider using a Defaults Configuration
  -Element. Each controller has its own Defaults element (see below).</p>
  +Element. Each controller has its own Defaults element (see below). </p>
                                                   <p>Remember to add a Listener to 
your Thread Group to view and/or store the
   results of your requests to disk.</p>
                                                   <p>If your are interested in having 
JMeter perform basic validation on
  
  
  

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

Reply via email to