GitHub user benbenw opened a pull request:

    https://github.com/apache/jmeter/pull/76

    Bug 58860 : automatic variable generation in http parameter

    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}
    
    Right click menu :
    <img width="963" alt="replace-value" 
src="https://cloud.githubusercontent.com/assets/5681005/12324756/40891b4a-bac5-11e5-856e-19044c874515.png";>
    
    After replacement :
    <img width="796" alt="after" 
src="https://cloud.githubusercontent.com/assets/5681005/12324770/5a5174be-bac5-11e5-85a9-93c20e72d692.png";>


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/benbenw/jmeter variabilize

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jmeter/pull/76.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #76
    
----
commit d7f0aa0885f0c4664a9eab61be3d65f155d8d288
Author: benoit <[email protected]>
Date:   2016-01-14T12:43:09Z

    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}

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to