With big plans it is cumbersome to export transactions names for use in 'jmeter.reportgenerator.exporter.html.series_filter'. The idea here is to create a menu item which exports those by scanning the Test tree and using: - Sampler except Debug Sampler, TestAction (as it is used by Add Think Time) - + test element names must match a configurable regex. Regex use same naming convention as Apply Naming Convention
Author: pmouawad Date: Sat Sep 2 18:15:22 2017 New Revision: 1807067 URL: http://svn.apache.org/viewvc?rev=1807067&view=rev Log: Bug 61481 - Help Menu Item to export transaction for Web report Bugzilla Id: 61481 Added: jmeter/trunk/src/components/org/apache/jmeter/gui/ jmeter/trunk/src/components/org/apache/jmeter/gui/action/ jmeter/trunk/src/components/org/apache/jmeter/gui/action/ExportTransactionAndSamplerNames.java (with props) Modified: jmeter/trunk/bin/reportgenerator.properties jmeter/trunk/bin/user.properties jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties jmeter/trunk/xdocs/changes.xml
Author: pmouawad Date: Sat Sep 2 18:42:21 2017 New Revision: 1807072 URL: http://svn.apache.org/viewvc?rev=1807072&view=rev Log: Bug 61481 - Help Menu Item to export transaction for Web report Improve layout and center label Modified: jmeter/trunk/src/components/org/apache/jmeter/gui/action/ExportTransactionAndSamplerNames.java
Created attachment 35311 [details] First launch is ok
Created attachment 35312 [details] If you change the language (here I just click in Change language and choose English (it works with other language)
i have something strange first launch of JMeter is ok If you click in change language, the label is "lost"
Fixed in 1807785 I have replaced private static final String EXPORT_NAMES = "export_trans_names"; by private static final String EXPORT_NAMES = "export_transactions_menu";
(In reply to Antonio Gomes Rodrigues from comment #6) > Fixed in 1807785 > > I have replaced > > private static final String EXPORT_NAMES = "export_trans_names"; > > by > > private static final String EXPORT_NAMES = "export_transactions_menu"; Hi Antonio, Can you paste the start of commit mail you receive, it contains the URL to svn which makes it easier to review. Thanks
Author: agomes Date: Fri Sep 8 17:00:55 2017 New Revision: 1807785 URL: http://svn.apache.org/viewvc?rev=1807785&view=rev Log: Fix bad label in org.apache.jmeter.gui.action.ExportTransactionAndSamplerNames Modified: jmeter/trunk/src/components/org/apache/jmeter/gui/action/ExportTransactionAndSamplerNames.java Author: pmouawad Date: Fri Sep 8 18:54:43 2017 New Revision: 1807802 URL: http://svn.apache.org/viewvc?rev=1807802&view=rev Log: Bug 61481 - Help Menu Item to export transaction for Web report Bugzilla Id: 61481 Modified: jmeter/trunk/src/components/org/apache/jmeter/gui/action/ExportTransactionAndSamplerNames.java jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
Thanks for review
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4475