Author: pmouawad
Date: Tue Mar 28 21:05:04 2017
New Revision: 1789218

URL: http://svn.apache.org/viewvc?rev=1789218&view=rev
Log:
Complete New and Noteworthy section

Added:
    jmeter/trunk/xdocs/images/screenshots/changes/3.2/http_recorder_1.png   
(with props)
    jmeter/trunk/xdocs/images/screenshots/changes/3.2/http_recorder_2.png   
(with props)
Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1789218&r1=1789217&r2=1789218&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Tue Mar 28 21:05:04 2017
@@ -104,6 +104,10 @@ listeners hold and a rework of the way G
 <li>HTTP Request GUI has been simplified and provides more place for 
parameters and body.
 <figure width="848" height="475" image="changes/3.2/http_request.png"></figure>
 </li>
+<li>HTTP(S) Test Script Recorder has been simplified and clarified.
+<figure width="1023" height="494" 
image="changes/3.2/http_recorder_1.png"></figure>
+<figure width="1021" height="711" 
image="changes/3.2/http_recorder_2.png"></figure>
+</li>
 <li>A <code>replace</code> feature has been added to Search feature to allow 
replacement in some elements.
 <figure width="459" height="196" 
image="changes/3.2/search_replace.png"></figure>
 </li>
@@ -122,6 +126,26 @@ listeners hold and a rework of the way G
 </li>
 </ul>
 
+<ch_title>Report/Dashboard improvements</ch_title>
+<ul>
+<li>
+Statistics have been reorganized to clarify report:
+<figure width="1548" height="366" 
image="dashboard/report_statistics.png"></figure>
+</li>
+<li>
+It is now possible to customize APDEX thresholds per transaction based on 
regular expression or sample name.
+The below example will apply different thresholds for samples sample(\\d+), 
sampleA and scenarioB 
+than default ones (500 and 1500 for satisfied and tolerated thresholds) 
declared:
+<source>
+jmeter.reportgenerator.apdex_satisfied_threshold=500
+jmeter.reportgenerator.apdex_tolerated_threshold=1500
+jmeter.reportgenerator.apdex_per_transaction=sample(\\d+):1000|2000;\
+    sampleA:3000|4000;\
+    scenarioB:5000|6000
+</source>
+</li>
+</ul>
+
 <ch_title>Documentation improvements</ch_title>
 <ul>
 <li>PDF Documentations have been migrated and updated to HTML user manual</li>

Added: jmeter/trunk/xdocs/images/screenshots/changes/3.2/http_recorder_1.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/changes/3.2/http_recorder_1.png?rev=1789218&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jmeter/trunk/xdocs/images/screenshots/changes/3.2/http_recorder_1.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: jmeter/trunk/xdocs/images/screenshots/changes/3.2/http_recorder_2.png
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/changes/3.2/http_recorder_2.png?rev=1789218&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jmeter/trunk/xdocs/images/screenshots/changes/3.2/http_recorder_2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png


Reply via email to