You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/08/30 15:45:17 UTC

[Bug 56103] Need ability to override "Retrieve All Embedded Resources" from non-gui mode

https://issues.apache.org/bugzilla/show_bug.cgi?id=56103

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
                 OS|Linux                       |All
           Severity|normal                      |enhancement

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Maybe this should be tackled by a concept similar to Profiles in Maven/Gradle.

I think it would be great to be able to have a Profile component that
references a set of Properties of 1 environment.

And also be able to associate Config elements to a named profile.

Example but it would be a solution for all  checkbox, radio box or select box
config elements:

Profile (TEST_WITHOUT_IMAGES) : enabled
Profile (TEST_WITH_IMAGES) : Disabled

HttpRequestDefault associated to profile TEST_WITHOUT_IMAGES
HttpRequestDefault associated to profile TEST_WITH_IMAGES
The rest of the test plan

Depending on the enabled profile(s) the config elements would be enabled or
disabled.

Opinions ?

Anyway changing this to enhancement as it is not a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.