makeSession.pl - create session using an existing set
makeSession.pl [-n] [-v] [-d description] [-S start -E end] [-V varname=value ...] suite set
Create test sessions within existing sets, giving random results to each test case.
- -n
- Don't do anything - just show what would be done.
- -v
- Be verbose.
- -V varname=value
- Assign the value
value
to session variable varname
. You can specify multiple -V options. See also varFile
below.
- -S start =item -E end
- Specify the required start and end date and time using the format yyyy-mm-ddThh:mm:ss in the local time zone.
- -d description
- An optional description for the new session.
- -c comment
- An optional comment about the new session
- suite
- The suite to create the session in.
- set
- The name of the set to use to create the session.
- varFile
- A two-column CSV file defining session variables that should be defined for the session. The first column is the variable name, the second is the value.
Copyright © 2000-2009 Applied Testing and Technology, Inc. All rights reserved.