Bug 62195 - Save Responses to a file : Improve component and UI
Summary: Save Responses to a file : Improve component and UI
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 4.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.0
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2018-03-20 15:21 UTC by UbikLoadPack support
Modified: 2018-03-31 11:47 UTC (History)
1 user (show)



Attachments
Patch as per previous comments (23.10 KB, patch)
2018-03-20 15:35 UTC, UbikLoadPack support
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2018-03-20 15:21:55 UTC
Hello,
We have a requirement to ignore SampleResult generated by Transaction Controller as it is empty and not useful.

So we implemented a patch that improves this component in the following way:

- Add checkbox : "Don't Save Transaction Controller SampleResult" checked by default
- Add creation of folder structure as required in Bug 55099
- Rework UI to make it more professional and clear by changing/clarifying some labels
- Renamed Don't add suffix to "Don't add content type suffix" as this is what it does
Comment 1 UbikLoadPack support 2018-03-20 15:35:08 UTC
Created attachment 35790 [details]
Patch as per previous comments
Comment 2 UbikLoadPack support 2018-03-20 19:24:33 UTC
Author: pmouawad
Date: Tue Mar 20 19:23:19 2018
New Revision: 1827348

URL: http://svn.apache.org/viewvc?rev=1827348&view=rev
Log:
[Bug 62195] Save Responses to a file : Improve component and UI
Contributed by UbikLoadPack
Bugzilla Id: 62195

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultSaver.java
    jmeter/trunk/src/core/org/apache/jmeter/reporters/gui/ResultSaverGui.java
    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
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:38:12 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4719