This would ensure that when you are in scripting phase you don't accidentally run the massive test.
*** Bug 58942 has been marked as a duplicate of this bug. ***
It's not clear what this proposal means.
It's not clear what you don't find clear... When you're in the gui, you usually work with 1 thread to test your plan. Today you need to change all your thread groups to 1 thread, then you set them to the real value before running the plan for the massive test. It's a waste of time. (and error prone)
It's the same idea as the Start NO Pause which was created to avoid having to wait for the pauses when debugging your script. An idea I have (I don't know if it's good)is we could merge it into a feature called "Validate my plan". To avoid having another popup, maybe the idea would be to embed in the script (or in GUI Option menu or somewhere else) a config element called Debug My Plan with following config: - Pause : Yes / No (defaults to no) - Number of threads : 1 by default (applies to all Thread Groups) - Number of iterations : 1 by default (applies to all Thread Groups) When user clicks the equivalent of "Start no pause" , it uses this configuration and runs the test accordingly.
Author: pmouawad Date: Thu Mar 24 21:14:46 2016 New Revision: 1736508 URL: http://svn.apache.org/viewvc?rev=1736508&view=rev Log: Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) Bugzilla Id: 58941 Added: jmeter/trunk/src/core/org/apache/jmeter/gui/action/validation/ jmeter/trunk/src/core/org/apache/jmeter/gui/action/validation/TreeClonerForValidation.java (with props) Modified: jmeter/trunk/bin/jmeter.properties jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.java jmeter/trunk/src/core/org/apache/jmeter/gui/action/Start.java jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties jmeter/trunk/src/core/org/apache/jmeter/threads/gui/AbstractThreadGroupGui.java jmeter/trunk/xdocs/changes.xml
Author: pmouawad Date: Mon Apr 25 21:15:10 2016 New Revision: 1740902 URL: http://svn.apache.org/viewvc?rev=1740902&view=rev Log: Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) Set Startup Delay to 0 to avoid waiting Bugzilla Id: 58941 Modified: jmeter/trunk/bin/jmeter.properties jmeter/trunk/src/core/org/apache/jmeter/gui/action/validation/TreeClonerForValidation.java jmeter/trunk/xdocs/usermanual/component_reference.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3807