0

I wanted to parameterize a set of values within another parameterized value. (Parameterizing values into a title which is also to be parameterized). Can someone please help me how to go about?

asked Nov 6, 2018 at 10:11
1
  • 1
    Welcome. Have a look at asking questions. You might get downvotes for no code, among other reasons. It is hard to provide an answer with so little information. What (underlying) problem are you trying to solve? What did you try? What failed? Commented Nov 6, 2018 at 20:32

1 Answer 1

2

Most probably you're looking for __V() function which can be used for evaluation of nested variables

For example, if you have

  • VAR_1 = foo
  • VAR_2= 1

and would like to get ${VAR1_${VAR_2}= foo

The relevant syntax would be ${__V(VAR_${VAR_2},)}

Demo:

enter image description here

More information: Here’s What to Do to Combine Multiple JMeter Variables

answered Nov 6, 2018 at 11:25

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.