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 2021/01/02 20:41:07 UTC

[Bug 63631] HTTP(s) Test Script Recorder uses User Defined Variables in alphabetical descending sort instead UI sort order

https://bz.apache.org/bugzilla/show_bug.cgi?id=63631

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
The variables in "User Defined Variables" are stored internally in a HashMap
and have therefore no order. If you want to rely on the order of the
replacement, use parameters on the TestPlan instead of variables. That should
work and is covered by tests (TestValueReplacer).

(Sorry for the late reply) Any specific reason to place them in User Defined
Variables?

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