Created attachment 32064 [details] Patch implementing proposed enhancements Hello, Currently HTTP(S) Test Script Recorder has the 2 following defaults: - proxy.pause=1000 - proxy.number.requests=false In our experience this does not seem to be optimal as: - Numbering requests is really useful to match during analysis of recording a Sample in Test Plan and it's execution in View Results Tree. - By default with Recording Template, Grouping is set to Put Each group in a new Transaction Controller. This setting uses proxy.pause to put all requests emitted on 1 recorder web page in one Transaction Controller. Usually web page response time exceed 1 second so you end up having more than 1 transaction controller which is not what you expect. Find attached a patch that implements the proposed changes.
(In reply to UbikLoadPack support from comment #0) > Created attachment 32064 [details] > Patch implementing proposed enhancements > > Hello, > Currently HTTP(S) Test Script Recorder has the 2 following defaults: > - proxy.pause=1000 > - proxy.number.requests=false > > In our experience this does not seem to be optimal as: > - Numbering requests is really useful to match during analysis of recording > a Sample in Test Plan and it's execution in View Results Tree. Yes +1 to change the default to true (very useful behavior) > > - By default with Recording Template, Grouping is set to Put Each group in a > new Transaction Controller. This setting uses proxy.pause to put all > requests emitted on 1 recorder web page in one Transaction Controller. > Usually web page response time exceed 1 second so you end up having more > than 1 transaction controller which is not what you expect. > > Find attached a patch that implements the proposed changes.
Date: Sat Sep 27 19:25:47 2014 New Revision: 1627989 URL: http://svn.apache.org/r1627989 Log: Bug 57026 - HTTP(S) Test Script Recorder : Better default settings Bugzilla Id: 57026 Modified: jmeter/trunk/bin/jmeter.properties jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3439