khammond 01/11/18 11:09:49
Modified: docs/usermanual gen-controller.html
Log:
More text additions.
Revision Changes Path
1.3 +12 -4 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gen-controller.html 2001/11/18 18:38:40 1.2
+++ gen-controller.html 2001/11/18 19:09:49 1.3
@@ -103,11 +103,19 @@
<blockquote>
<p>Generative Controllers tell JMeter to send
requests to a server. For example,
add an HTTP Request Generative Controller if you want JMeter to send an HTTP
-request. You can also customize a request by adding one or more Configuration
+request. You can further customize a request by adding one or more Configuration
Elements to a Generative Controller.</p>
- <p>Assertions...</p>
- <p>Defaults config element....</p>
- <p>Logging the results of the
request using a Listener...</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>
+ <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
+the response of your request, add an <a href="">Assertion</a> to the Request
controller.
+For example, in stress testing a web application, the server may return a successful
+"HTTP Response" code, but the page may have errors on it or may be missing sections.
+You could add assertions to check for certain HTML tags, common error strings, etc.
+JMeter lets you create these assertions using "regular expressions".</p>
</blockquote>
</p>
</td></tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>