Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click
Summary: HTTP Request : Add automatic variable generation in HTTP parameters table by ...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.13
Hardware: Other All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-14 12:44 UTC by benoit.wiart
Modified: 2016-01-14 13:48 UTC (History)
1 user (show)



Attachments
right click menu (116.39 KB, image/png)
2016-01-14 12:44 UTC, benoit.wiart
Details
after replacement (39.76 KB, image/png)
2016-01-14 12:45 UTC, benoit.wiart
Details

Note You need to log in before you can comment on or make changes to this bug.
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