mstover1    01/07/15 10:37:17

  Modified:    docs     changes.html running.html todo.html
               xdocs    changes.xml todo.xml
  Log:
  Updating documentation
  
  Revision  Changes    Path
  1.24      +20 -2     jakarta-jmeter/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/changes.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- changes.html      2001/06/12 22:36:13     1.23
  +++ changes.html      2001/07/15 17:37:16     1.24
  @@ -11,8 +11,8 @@
           <head>
               <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/>
   
  -                                                    <meta name="author" 
value="Brendan Burns, et al.">
  -            <meta name="email" value="[EMAIL PROTECTED]">
  +                                                    <meta name="author" 
value="Michael Stover, et al.">
  +            <meta name="email" value="[EMAIL PROTECTED]">
               
               <title>JMeter - History of Changes</title>
           </head>
  @@ -81,6 +81,24 @@
   (least recent)</b> 
   </p>
                                                   <b>Changes:</b>
  +                                                <h3>Current in CVS</h3>
  +                                                <ul>
  +<li>Better XML support for special characters (Tushar Bhatia) </li>
  +<li>Non-GUI functioning  &amp; Non-GUI test plan execution  (Tushar Bhatia)</li>
  +<li>Removing Swing dependence from base JMeter classes</li>
  +<li>Internationalization (Takashi Okamoto)</li>
  +<li>AllTests bug fix ([EMAIL PROTECTED])</li>
  +<li>ClassFinder bug fix ([EMAIL PROTECTED])</li>
  +<li>New Loop Controller</li>
  +<li>Proxy Server records HTTP samples from browser</li>
  +<li>Multipart Form support</li>
  +<li>HTTP Header class for Header customization</li>
  +<li>Extracting HTTP Header information from responses (Jamie Davidson)</li>
  +<li>Mailer Visualizer re-added to JMeter</li>
  +<li>JMeter now url encodes paramter names and values</li>
  +<li>listeners no longer give exceptions if their gui's haven't been initialized</li>
  +<li>HTTPS and Authorization working together</li>
  +</ul>
                                                   <h3>Version 1.6.1</h3>
                                                   <ul>
   <li>Fixed saving and loading of test scripts (no more extra lines)</li>
  
  
  
  1.15      +0 -0      jakarta-jmeter/docs/running.html
  
  Index: running.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/running.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- running.html      2001/06/12 22:36:13     1.14
  +++ running.html      2001/07/15 17:37:16     1.15
  @@ -151,7 +151,7 @@
   </blockquote>
                                                   <p align="center"><font 
size="-1">Copyright (c) 1998-99 <a href="http://java.apache.org";>The Java Apache
   Project</a>.<br />
  -$Id: running.html,v 1.14 2001/06/12 22:36:13 mstover1 Exp $</font> <br />
  +$Id: running.html,v 1.15 2001/07/15 17:37:16 mstover1 Exp $</font> <br />
   <font size="-1">All rights reserved.</font></p>
                               </blockquote>
         </td></tr>
  
  
  
  1.11      +4 -7      jakarta-jmeter/docs/todo.html
  
  Index: todo.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/todo.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- todo.html 2001/03/17 22:25:39     1.10
  +++ todo.html 2001/07/15 17:37:16     1.11
  @@ -90,12 +90,6 @@
        <li>HTTP-multiPart</li>
        <li>Local Java Object</li>
     </ul>
  -  <li><STRONG>Improving visualizers:</STRONG>  Currently, the visualizers only make 
use of the timing data - but much more than that is and can be supplied
  -     to them.  In the
  -               short term, it would be nice to add a visualizer that displayed the 
full text
  -               response from each sample, thus allowing the user to verify that 
things are
  -               working correctly (ie - that the web server is returning correct 
results, and
  -               that JMeter is functioning as expected).</li>
     <li><strong>Adding reporters:</strong> Reporters would offer report generation 
based
                  on data collected by JMeter.  For those looking for more information 
than
                  simply time per sample and average time, a reporter should be 
available.
  @@ -108,7 +102,10 @@
     <li><strong>Drag n Drop</strong> allow users to move test elements around the tree
     easily</li>
     <li>Controllers that enable spidering and/or dynamic modification of test entries
  -  based on responses from previous samples</li>
  +  based on responses from previous samples (<b>Currently being developed</b>)</li>
  +  <li>Assertions - allowing users to assert what the results from test samples 
should look like, thus allowing
  +  JMeter to act as an automated functional tester (<b>Currently being 
developed</b>)</li>
  +  <li>Proxy server to enable recording of browser activity (<b>Currently being 
developed</b>)</li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  
  1.4       +20 -1     jakarta-jmeter/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.xml       2001/06/12 22:36:21     1.3
  +++ changes.xml       2001/07/15 17:37:17     1.4
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <document>
     <properties>
  -    <author email="[EMAIL PROTECTED]">Brendan Burns, et al.</author>
  +    <author email="[EMAIL PROTECTED]">Michael Stover, et al.</author>
       <title>History of Changes</title>
     </properties>
   <body>
  @@ -12,6 +12,25 @@
   </p>
   
   <b>Changes:</b>
  +<h3>Current in CVS</h3>
  +<ul>
  +<li>Better XML support for special characters (Tushar Bhatia) </li>
  +<li>Non-GUI functioning  &amp; Non-GUI test plan execution  (Tushar Bhatia)</li>
  +<li>Removing Swing dependence from base JMeter classes</li>
  +<li>Internationalization (Takashi Okamoto)</li>
  +<li>AllTests bug fix ([EMAIL PROTECTED])</li>
  +<li>ClassFinder bug fix ([EMAIL PROTECTED])</li>
  +<li>New Loop Controller</li>
  +<li>Proxy Server records HTTP samples from browser</li>
  +<li>Multipart Form support</li>
  +<li>HTTP Header class for Header customization</li>
  +<li>Extracting HTTP Header information from responses (Jamie Davidson)</li>
  +<li>Mailer Visualizer re-added to JMeter</li>
  +<li>JMeter now url encodes paramter names and values</li>
  +<li>listeners no longer give exceptions if their gui's haven't been 
initialized</li>
  +<li>HTTPS and Authorization working together</li>
  +</ul>
  +
   <h3>Version 1.6.1</h3>
   <ul>
   <li>Fixed saving and loading of test scripts (no more extra lines)</li>
  
  
  
  1.3       +4 -7      jakarta-jmeter/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/todo.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- todo.xml  2001/03/17 22:26:02     1.2
  +++ todo.xml  2001/07/15 17:37:17     1.3
  @@ -20,12 +20,6 @@
        <li>HTTP-multiPart</li>
        <li>Local Java Object</li>
     </ul>
  -  <li><STRONG>Improving visualizers:</STRONG>  Currently, the visualizers only make 
use of the timing data - but much more than that is and can be supplied
  -     to them.  In the
  -               short term, it would be nice to add a visualizer that displayed the 
full text
  -               response from each sample, thus allowing the user to verify that 
things are
  -               working correctly (ie - that the web server is returning correct 
results, and
  -               that JMeter is functioning as expected).</li>
     <li><strong>Adding reporters:</strong> Reporters would offer report generation 
based
                  on data collected by JMeter.  For those looking for more information 
than
                  simply time per sample and average time, a reporter should be 
available.
  @@ -38,7 +32,10 @@
     <li><strong>Drag n Drop</strong> allow users to move test elements around the 
tree
     easily</li>
     <li>Controllers that enable spidering and/or dynamic modification of test entries
  -  based on responses from previous samples</li>
  +  based on responses from previous samples (<b>Currently being developed</b>)</li>
  +  <li>Assertions - allowing users to assert what the results from test samples 
should look like, thus allowing
  +  JMeter to act as an automated functional tester (<b>Currently being 
developed</b>)</li>
  +  <li>Proxy server to enable recording of browser activity (<b>Currently being 
developed</b>)</li>
   </ul>
   </section>
   </body>
  
  
  

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

Reply via email to