Bug 62195

Summary: Save Responses to a file : Improve component and UI
Product: JMeter - Now in Github Reporter: UbikLoadPack support <support>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 4.0   
Target Milestone: JMETER_5.0   
Hardware: All   
OS: All   
Attachments: Patch as per previous comments

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