public class rational_ft
extends java.lang.Object
-datastore <directory> [-map <sharedmap>] [options] -record <script-name> -datastore <directory> [-insertbefore <line>] [-insertafter <line>] [-map <sharedmap>] [options] -record <script-name> -datastore <directory> [options] -compile <script-name> -datastore <directory> -log <logname> [options] -playback <script-name> [-args <values>] -datastore <directory> -iterationCount <count|ALL> [options] -playback <script-name> -datastore <directory> -projectpath <reference-project-path> -playback <script-name> -datastore <directory> [options] -record <scriptname> -compile -playback [-args <values>] -datastore <directory> -map <sharedmapname> [options] -create <scriptname> -datastore <directory> [options] -helper <scriptname> -datastore <directory> [options] -regenHelpers -datastore <directory> [options] -display <file> -datastore <directory> [options] -edit <file> -datastore <directory> -fromMap <existingmap> [options] -createMap <mapfile> -datastore <directory> [options] -from <sourcemapname> -to <targetmapname> [-original <commonmapname>] -mergeMap -datastore <directory> [options] -baseline <vpname> -compare <expectedfile> <actualfile> -enable [enabler-arg]
enabler-arg can be:
ALL searches all drives and enable all found browsers, Java environments, and Eclipse platforms<dir> enables the browser, Java environment, or Eclipse platform in the given directory(empty) runs the enabler interactively -enableName [configured-name]
configured-name is the logical name of the browser or Java environment configured by the Enabler that will be enabled -disableall -appConfig [config-arg]
config-arg can be the logical name of an app to center on -inspector -writeconfig [executable-including-path]
executable-including-path is the fully qualified path to the executable
For commands that take a <script-name>, the name can be a simple identifier, or it can use Java package syntax. For example:
-datastore . -record test1
-datastore . -record subdir.test2
For the commands where options can be specified, available options are:
-<option-name> <value> set the option to the value-reset <option-name> reset the option to its default value-resetall reset all options to their respective default values-args <values> command-line arguments to be passed to the playback script-datapool <datastore-relative-name> sets the shared datapool name-helpersuper <helper-class-name> the helper superclass name to be used when generating the helper file-iterationCount <integer|ALL> the number of times the script will be iterate over the associated datapool.
For example, -rt.log_format none specifies that no log gets displayed. Supported options and their values are listed in
IOptionName.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
rational_ft.Debug |
| Constructor and Description |
|---|
rational_ft() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
debug(java.lang.String message) |
protected static void |
debug(java.lang.String message,
int severity) |
static void |
main(java.lang.String[] args)
Entry point for the Java application.
|
protected static void |
main(java.lang.String[] args,
java.lang.String eclipseApplicationName)
This method allows for multiple entry points to Functional Tester with different command processing needs
but similar class loading setup.
|
public static void main(java.lang.String[] args)
protected static void main(java.lang.String[] args,
java.lang.String eclipseApplicationName)
protected static void debug(java.lang.String message)
protected static void debug(java.lang.String message,
int severity)