mirror of https://github.com/apache/jmeter.git
Complete New and Noteworthy section
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1789218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9576c2dbe
commit
5970f01116
|
|
@ -104,6 +104,10 @@ listeners hold and a rework of the way GUI is updated</li>
|
|||
<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 GUI is updated</li>
|
|||
</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>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
Loading…
Reference in New Issue