background image
<< Importing the CORBA IDL | Chapter 8 - Adding Features to Scripts >>
<< Importing the CORBA IDL | Chapter 8 - Adding Features to Scripts >>

CORBA/IIOP Test Script Generation

Testing CORBA Applications
7-29
CORBA/IIOP Test Script Generation
After recording, a VU test script is created that describes the interactions between
client and server. There are two common IIOP VU emulation commands:
¾
iiop_bind
, which describes how to locate an object that supports a certain
inteface.
¾
iiop_invoke
, which specifies a method invocation, including parameter
names and data.
You can limit the scripting of client traffic to a particular computer using the
LT7_IIOPCLIENTIP
environment variable. For example,
LT7_IIOPCLIENTIP=137.162.195.135
.
By default, IDL sequences are scripted with a limit of ten members. You can increase
this number using the
LT7_DEFAULT_SEQUENCE_SIZE
environment variable.
For example,
LT7_DEFAULT_SEQUENCE_SIZE=20
.
In each case, the variable is set in the Environment tab of the System Properties dialog
box under the Control Panel.