Define transaction and insert rendezvous points manually
When programming a Vuser script without VuGen, you must manually configure the Vuser file in order to enable transactions and rendezvous. The configuration settings are listed in the test.usr file.
[General] Type=any DefaultCfg=Test.cfg BinVuser=libtest.libsuffix RunType=Binary [Actions] vuser_init= Actions= vuser_end= [Transactions] transaction1= [Rendezvous] Meeting=
See also:
Each transaction and rendezvous must be defined in the usr file. Add the transaction name to the Transactions section (followed by an "="). Add each rendezvous name to the Rendezvous section (followed by an "="). If the sections are not present, add them to the usr file as shown above.