Bug 58860

Summary: HTTP Request : Add automatic variable generation in HTTP parameters table by right click
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: Other   
OS: All   
Attachments: right click menu
after replacement

Description benoit.wiart 2016-01-14 12:44:55 UTC
Created attachment 33443 [details]
right click menu

in the http panel, the right click on a row selection give the ability
to automatically replace the variables values of the selected rows by a
variable.
the variable name is derived from the parameter name eg myparam1 ->
${myparam1}
Comment 1 benoit.wiart 2016-01-14 12:45:13 UTC
Created attachment 33444 [details]
after replacement
Comment 2 benoit.wiart 2016-01-14 12:48:19 UTC
PR https://github.com/apache/jmeter/pull/76
Comment 3 Philippe Mouawad 2016-01-14 13:48:08 UTC
Date: Thu Jan 14 13:47:34 2016
New Revision: 1724608

URL: http://svn.apache.org/viewvc?rev=1724608&view=rev
Log:
Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click
#resolve #76
Bugzilla Id: 58860

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/config/gui/ArgumentsPanel.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/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java
    jmeter/trunk/xdocs/changes.xml
Comment 4 The ASF infrastructure team 2022-09-24 20:38:02 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3779