mirror of https://github.com/apache/jmeter.git
Added Changes and Noteworthy
Grouped changes by "Samplers", "Listener", "reports"
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1339350 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 2ab3a02521
This commit is contained in:
parent
3a0048fba9
commit
d875436162
|
|
@ -45,6 +45,33 @@ Earlier changes are detailed in the <a href="changes_history.html">History of Pr
|
|||
<figure width="877" height="470" image="changes/2.7/02_os_process_example_results.png"></figure>
|
||||
</p>
|
||||
|
||||
<h3>JMS Samplers improvements</h3>
|
||||
<p>Addition of a "Non Persistent Delivery" option to send "Non-Persistent" (Guaranteed to be delivered at most once. Message loss is not a concern.) JMS messages
|
||||
<figure width="1328" height="675" image="changes/2.7/11_jms_non_persistent_delivery_mode.png"></figure>
|
||||
</p>
|
||||
|
||||
<p>Support sending of JMS Object Messages to enable sending Objects unmarshalled from XML by XStream
|
||||
<figure width="809" height="723" image="changes/2.7/12_jms_sending_objects.png"></figure>
|
||||
</p>
|
||||
|
||||
<p>Enable setting JMS Properties through JMS Publisher sampler
|
||||
<figure width="1339" height="681" image="changes/2.7/13_jms_properties.png"></figure>
|
||||
</p>
|
||||
|
||||
<h3>Test Action sampler</h3>
|
||||
<p>Allow premature exit from a loop
|
||||
<figure width="862" height="167" image="changes/2.7/07_test_action_next_iter.png"></figure>
|
||||
</p>
|
||||
|
||||
<h3>Webservice Sampler improvements</h3>
|
||||
<p>Add a jmeter property soap.document_cache to control size of Document Cache
|
||||
<figure width="270" height="61" image="changes/2.7/14_ws_document_cache.png"></figure>
|
||||
</p>
|
||||
|
||||
<p>Make MaintainSession configurable
|
||||
<figure width="833" height="494" image="changes/2.7/15_ws_maintain_session.png"></figure>
|
||||
</p>
|
||||
|
||||
<h3>Aggregate graph: Clustered Bar char with average, median, 90% line, min and max columns</h3>
|
||||
<p>Aggregate graph changes to Clustered Bar chart, add more columns (median, 90% line, min, max) and options, fixed some bugs
|
||||
<figure width="1177" height="503" image="changes/2.7/03_aggregate_graph_with_new_cols.png"></figure>
|
||||
|
|
@ -63,9 +90,13 @@ Earlier changes are detailed in the <a href="changes_history.html">History of Pr
|
|||
<figure width="1267" height="550" image="changes/2.7/06_jmeter_ant_task_report_errors.png"></figure>
|
||||
</p>
|
||||
|
||||
<h3>Test Action sampler</h3>
|
||||
<p>Allow premature exit from a loop
|
||||
<figure width="862" height="167" image="changes/2.7/07_test_action_next_iter.png"></figure>
|
||||
<h3>Mailer Visualizer</h3>
|
||||
<p><ul>
|
||||
<li>Enable authentication, and connection security with SSL or TLS</li>
|
||||
<li>Improve GUI design</li>
|
||||
<li>Add internationalisation (i18n) support</li>
|
||||
</ul>
|
||||
<figure width="860" height="403" image="changes/2.7/10_mailer_visualizer_gui.png"></figure>
|
||||
</p>
|
||||
|
||||
<h3>Dialog box to show detail of a parameter row</h3>
|
||||
|
|
@ -77,16 +108,6 @@ Earlier changes are detailed in the <a href="changes_history.html">History of Pr
|
|||
<figure width="702" height="454" image="changes/2.7/09_detail_box.png"></figure>
|
||||
</p>
|
||||
|
||||
<h3>Mailer Visualizer</h3>
|
||||
<p><ul>
|
||||
<li>Enable authentication, and connection security with SSL or TLS</li>
|
||||
<li>Improve GUI design</li>
|
||||
<li>Add internationalisation (i18n) support</li>
|
||||
</ul>
|
||||
<figure width="860" height="403" image="changes/2.7/10_mailer_visualizer_gui.png"></figure>
|
||||
</p>
|
||||
|
||||
|
||||
<h3>Plugin writers</h3>
|
||||
<p>
|
||||
New interface org.apache.jmeter.engine.util.ConfigMergabilityIndicator has been introduced to tell whether a ConfigTestElement can be merged in Sampler (see Bug 53042):<br/>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue