Configuring SilkBean Support on the Host Machine when Testing Multiple Applications

This functionality is supported only if you are using the Classic Agent.

If you are testing multiple applications on the same machine, or different platforms, you must make the following changes on the host machine to enable the Agent to interact with the SilkBean running on the UNIX machine:

Enable SilkBean by adding the following code to the script file:
Agent.SetOption(OPT_USE_SILKBEAN, FALSE)
Agent.SetOption(OPT_SET_TARGET_MACHINE, "targetmachine:port#"))
Agent.SetOption(OPT_USE_SILKBEAN, TRUE)