Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" for change notification.
The following page has been changed by JMeterAdmin: http://wiki.apache.org/jakarta-jmeter/JMeterFAQ ------------------------------------------------------------------------------ ${__property(host2)} }}} - Note: Thread Groups are slightly different from other test elements, because their settings have to be determined before the test starts. This means that you cannot use variables defined in a User Parameters form["as far as I could tell"]. But the __property() function works in Thread Groups. + Note: Thread Groups are slightly different from other test elements, because their settings have to be determined before the test starts. This means that you cannot use variables defined in a User Parameters form. But the __property() function works in Thread Groups, and you can use variables defined on the Test Plan. + + For example, you could define the TestPlan variable: + + THREADS ${__P(threads,10)} + + and then use ${THREADS} in the ThreadGroup test element. Elsewhere, you can use function calls, or variable references to User Parameters (which in turn could be functions), or variable references to variables set up by functions earlier in the test. There's more than one way to do it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
