ApTest Manager documentation: CLI: makeSession.pl

makeSession.pl

NAME

makeSession.pl - create session using an existing set

SYNOPSIS

makeSession.pl [-n] [-v] [-d description] [-S start -E end] [-V varname=value ...] suite set

DESCRIPTION

Create test sessions within existing sets, giving random results to each test case.

OPTIONS AND ARGUMENTS

-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-2008 Applied Testing and Technology, Inc. All rights reserved.