I was wondering if you can combine two user variables into one. For example, I have one user variable, which is defined as the location of the root folder, and the second variable, defined as the location from the root, down to the subfolder and what I ask, is it possible to put variable 1 + variable 2 = full path path?
so, for example, I have one variable like:
testData.directory = ${__P(testData.directory,C:\Users\MURPHYA1\Desktop\JMeter bodies)} testData.testCases = ${__P(testData.testCases,\JMeter Basket body files)
and what I want to create: C: \ Users \ MURPHYA1 \ Desktop \ JMeter body \ JMeter Basket body files
Is it possible?
UPDATE
Now I have the following configuration and quite a few test variables for testing: JMeter configuration
source share