background image
<< Handling Command Line Arguments | Using C Functions in Your Script >>
<< Handling Command Line Arguments | Using C Functions in Your Script >>

shows the command line string

Working with VuGen · Enhancing Vuser Scripts
Creating Vuser Scripts
Chapter 4, page 51
Your command line should have one of the following formats:
where the arguments and their values are listed in pairs, after the test name.
For example,
shows the command line string used to repeat
test1
five times on the host pc4.
For more information on the command line parsing functions, refer to the
LoadRunner Online Function Reference
(available from the VuGen Help
menu). For details on including arguments on a command line, refer to your
LoadRunner Controller User's Guide
.
test_name -
argument argument_value -argument argument_value
test_name /
argument argument_value /argument argument_value
test1 -host pc4 -loop 5
Online
Function
Reference