Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Correction: changed BeanShellFunction.bshrc to BeanShellSampler.bshrc

...

Attribute

Description

Required

Name

Descriptive name for this controller that is shown in the tree.

No

Parameters

List of parameters to be passed to the script file or the script.

No

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="718fce1bcac5c861-3ea3f0e3-48004fb7-a25682b7-16b4b9b9734f07452fbc8b02"><ac:plain-text-body><![CDATA[

Script File

Name of a file to be used as a [http://www.beanshell.org/ BeanShell] script

Yes, unless Script filled in

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="153592fa1ced79b1-afbaf139-4fba4ddf-a00888fe-c388314efadf8c04c821fd3b"><ac:plain-text-body><![CDATA[

Script

Script to be passed to [http://www.beanshell.org/ BeanShell]

Yes, unless Script File filled in

]]></ac:plain-text-body></ac:structured-macro>

...

If the property "beanshell.sampler.init" is defined, it is passed to the Interpreter as the name of a sourced file. This can be used to define common methods and variables. There is a sample init file in the bin directory: BeanShellFunctionBeanShellSampler.bshrc.

If a script file is supplied, that will be used, otherwise the script will be used.

...