Is it possible to resolve the value of a jmeter variable from an external
program?
So, if I have a jmx that has, for example, a CSV Config control that has a
literal path of:
${myTestRoot}/some/other/dir/myfile.csv
Using an external program, I want to take this jmx xml file and parse it to
read the location of the file so I can do stuff with it (before I actually run
the test). But because there is a variable in the literal value of the file
path I obviously cannot.
What I would like to do is work out a way (probably via some form of temporary
plugin) to start the jmeter process in such a way that the variable is
instantiated and I am able to get its value, but without actually starting the
test.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]