Bug 59197

Summary: Thread Group : it should be possible to only run a single threadgroup or a selection of threadgroups with a popup menu
Product: JMeter - Now in Github Reporter: benoit.wiart
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.13   
Target Milestone: ---   
Hardware: All   
OS: All   
Bug Depends on: 59126, 59246    
Bug Blocks:    

Description benoit.wiart 2016-03-18 09:35:09 UTC
Right click on the TG and choose Start or Start no pauses
Comment 1 benoit.wiart 2016-03-18 09:38:47 UTC
PR https://github.com/apache/jmeter/pull/170
Comment 2 Sebb 2016-03-18 15:00:23 UTC
I'm not sure there's sufficient need to add this.
It's easy enough to disable elements that aren't wanted, and it's quite a lot of work to include.

But in any case, the PR includes some unrelated changes, and does not include any documentation updates. Nor are there any test cases.

There's more to adding a feature like this than just updating the code.
Comment 3 UbikLoadPack support 2016-03-18 16:49:07 UTC
Hello sebb,
From our experience and our customers experience, this feature is really needed because you always want to validate (when creating/updating your script) one part of the script which is in a Thread Group and this without applying the pauses. This happens tens of times during a Scripting phase and each time you have to update script to next version.


Currently to do so, you have to disable thread groups manually and you always have a risk to forget to enable it again.
This bug is I think a part of a more general requirement for Bug 58941
You can read this for example:

- http://performanceengineeringwisdom.com/a-jmeter-rant-from-a-professed-performance-snob/
Comment 4 UbikLoadPack support 2016-03-18 21:17:14 UTC
Date: Fri Mar 18 21:15:16 2016
New Revision: 1735683

URL: http://svn.apache.org/viewvc?rev=1735683&view=rev
Log:
Bug 59197 - Thread Group : it should be possible to only run a single threadgroup or a selection of threadgroups with a popup menu
#resolve #170
https://github.com/apache/jmeter/pull/170/
Bugzilla Id: 59197

Modified:
    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
Comment 5 UbikLoadPack support 2016-03-18 21:17:30 UTC
THANK YOU !
Comment 6 Sebb 2016-03-18 21:20:40 UTC
As already mentioned in comment 2, this needs documentation.
Comment 7 Philippe Mouawad 2016-03-18 21:24:47 UTC
(In reply to Sebb from comment #6)
> As already mentioned in comment 2, this needs documentation.

Bonjour,
You're welcome to contribute it although I intend to do it as part of Bug 59126.

Regards
Comment 8 Sebb 2016-03-18 23:38:28 UTC
(In reply to Philippe Mouawad from comment #7)
> (In reply to Sebb from comment #6)
> > As already mentioned in comment 2, this needs documentation.
> 
> Bonjour,
> You're welcome to contribute it although I intend to do it as part of Bug
> 59126.
> Regards
Comment 9 Philippe Mouawad 2016-03-28 20:01:25 UTC
Author: pmouawad
Date: Mon Mar 28 20:00:32 2016
New Revision: 1736921

URL: http://svn.apache.org/viewvc?rev=1736921&view=rev
Log:
Bug 59197 - Thread Group : it should be possible to only run a single threadgroup or a selection of threadgroups with a popup menu
Document feature
Bugzilla Id: 59197

Added:
    jmeter/trunk/docs/images/screenshots/threadgroup-popup-menu.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/threadgroup-popup-menu.png   (with props)
Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 10 The ASF infrastructure team 2022-09-24 20:38:03 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3910