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


Sebb <[EMAIL PROTECTED]> changed:

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




--- Comment #3 from Sebb <[EMAIL PROTECTED]>  2008-06-24 06:42:06 PST ---
You can provide the initial property file on the GUI command line using the -q
flag.

What you cannot do is reload an entire property file after starting the GUI.

However, nor can one run more than 1 test file using JMeter in non-GUI mode, so
in that sense, the GUI is no different.

As a temporary work-round, you could use a beanshell function as the value of a
dummy variable on the Test plan. This will be executed at the start of the
test.

Something like:

DUMMY     ${__BeanShell(loadProperties("file.props"))}

where the method loadProperties is defined in a beanshell function init file.

The example .bshrc file already shows how to set JMeter properties so you would
just need to load the new ones.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to