GitHub user ubikloadpack opened a pull request: https://github.com/apache/jmeter/pull/432
Bug 62870 / Templates : Add ability to provide parameters ## Description This is the implementation of a feature in enhancement list: "Templates : Add ability to provide parameters:" - https://bz.apache.org/bugzilla/show_bug.cgi?id=62870 It has been implemented by members of UbikLoadPack (https://ubikloadpack.com) team (Thomas, Florent and Philippe) and is donated to Apache JMeter project since we have signed a CCLA few years ago. ## Motivation and Context This feature will allow providing a kind of wizard for template allowing to specify parameters when creating a new Plan: https://bz.apache.org/bugzilla/show_bug.cgi?id=62870 ## How Has This Been Tested? The PR contains JUnit tests for part of the code. And we have performed manual testing. ## Screenshots (if appropriate): The feature is fully documented in the PR with screenshots as long as existing one (template). <img width="759" alt="screen shot 2018-11-19 at 22 34 37" src="https://user-images.githubusercontent.com/14978275/48736366-58201500-ec4b-11e8-9f88-ad8b356be891.png"> ## Types of changes - New feature (non-breaking change which adds functionality) - No Breaking change as parameters are optional ## Checklist: - [X] My code follows the [code style][style-guide] of this project. - [X] I have updated the documentation accordingly. [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines You can merge this pull request into a Git repository by running: $ git pull https://github.com/ubikloadpack/jmeter BUG_62870 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jmeter/pull/432.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 #432 ---- commit 58d37f82c7fa92f50fd7df8e6ecbb8c38d9c7934 Author: pmouawad <p.mouawad@...> Date: 2018-11-19T21:26:20Z Bug 62870 / Templates : Add ability to provide parameters https://bz.apache.org/bugzilla/show_bug.cgi?id=62870 Contributed by https://ubikloadpack.com ---- ---