Steps to reproduce: Add 'Aggregate Report' listener to Test Plan Browse to load a .jtl file Click on the Aggregate Report results window Select ALL (windows CTRL+A) Copy (CTRL+C) When I try the above actions (which have worked in previous jmeter versions) After 'Selecting All' (CTRL+A) the selection is selected for a brief moment then automatically deselected, as such I cannot copy the Aggregate Report into Excel
Created attachment 35727 [details] Change model only when new data has arrived Add same check as in SummaryReport.
The attached will only reset the selection when new data has arrived (and the GUI gets refreshed). You can get more time to select in the current version by specifying a higher value for the property jmeter.gui.refresh_period (the default is 500 ms). Can you check, whether the current behaviour of Summary Report would be enough for your use case?
Date: Mon Feb 12 18:58:24 2018 New Revision: 1824054 URL: http://svn.apache.org/viewvc?rev=1824054&view=rev Log: Update JTable in Aggregate Report only when new data has arrived. That way selections of rows will be kept longer around. Bugzilla Id: 62097 Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatVisualizer.java jmeter/trunk/xdocs/changes.xml
Hi, I just tested the nightly build: apache-jmeter-r1824054 it seems to work perfectly now for the aggregate report it updates correctly when a test is running It allows me to 'select all' when the test has stopped or I manually load a .jtl file thank you Felix Steve
*** Bug 62474 has been marked as a duplicate of this bug. ***
Confirmed working for me on apache-jmeter-r1833661