Created attachment 35295 [details] Screenshot of the modified GUI Hi, The value of proxy.pause is by default to 5s To modify it we need to modify property file. I propose to allow to modify it in the HTTP(S) Test Script Recorder GUI It will allow to adapt the value to the tested application without restarting JMeter Antonio
Created attachment 35298 [details] Patch
Hi Antonio, Thanks for patch. My notes: - SAMPLE_GAP should not be static anymore (and renamed) - parsing should be Long.parseLong - Why this code : proxyPauseHTTPSample.setText(proxyPauseHTTPSample.getText().substring(0, length-1)); Label ideas: - Sample gaps to create transaction - Create new transaction after request (ms) Thanks
"(In reply to Philippe Mouawad from comment #2) > Hi Antonio, > Thanks for patch. > > My notes: > - SAMPLE_GAP should not be static anymore (and renamed) Which name? > - parsing should be Long.parseLong OK > - Why this code : > proxyPauseHTTPSample.setText(proxyPauseHTTPSample.getText().substring(0, > length-1)); It's when you write a non digit in the input. It allow to remove the non digit character (the last you have write) > > > Label ideas: > > - Sample gaps to create transaction > - Create new transaction after request (ms) I like this one > > Thanks
I have commit the patch with a fix Antonio
URL: http://svn.apache.org/viewvc?rev=1807583&view=rev Log: This closes #61492 : Add the possibility to change the value of proxy.pause in the HTTP(S) Test Script Recorder GUI Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/images/screenshots/proxy_control.png
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4478