public class DDDriverDeprecatedCommands
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENDREQUIREMENT_KEYWORD
"EndRequirement"
|
static java.lang.String |
ENDTESTCASE_KEYWORD
"EndTestcase"
|
static java.lang.String |
GETVARIABLEVALUEEX_KEYWORD
"GetVariableValueEx"
|
static java.lang.String |
SETREQUIREMENT_KEYWORD
"SetRequirement"
|
static java.lang.String |
SETTESTCASE_KEYWORD
"SetTestcase"
|
Modifier and Type | Method and Description |
---|---|
static DriverCommand |
endRequirement(java.lang.String requirementID)
DEPRECATED.
|
static DriverCommand |
endTestcase(java.lang.String testCaseID)
DEPRECATED.
|
static DDDriverDeprecatedCommands |
getInstance()
public Singleton to access class static methods via instance
|
static DriverCommand |
getVariableValueEx(java.lang.String[] parameters)
Replaced by CopyVariableValueEx
|
static DriverCommand |
getVariableValueEx(java.lang.String sourceVariable,
java.lang.String destinationVariable)
Replaced by CopyVariableValueEx
|
static DriverCommand |
setRequirement(java.lang.String[] parameters)
DEPRECATED.
|
static DriverCommand |
setRequirement(java.lang.String requirementID,
java.lang.String description)
DEPRECATED.
|
static DriverCommand |
setTestcase(java.lang.String[] parameters)
DEPRECATED.
|
static DriverCommand |
setTestcase(java.lang.String testCaseID,
java.lang.String description)
DEPRECATED.
|
public static final java.lang.String ENDREQUIREMENT_KEYWORD
public static final java.lang.String ENDTESTCASE_KEYWORD
public static final java.lang.String GETVARIABLEVALUEEX_KEYWORD
public static final java.lang.String SETREQUIREMENT_KEYWORD
public static final java.lang.String SETTESTCASE_KEYWORD
public static DDDriverDeprecatedCommands getInstance()
public static DriverCommand endRequirement(java.lang.String requirementID)
DEPRECATED. Use StopRequirement instead. Log/process the end of testing associated with a user-defined Requirement. Currently no processing is done with this. Only a log entry occurs. Use StopRequirement which now implements the original intent of this command.Supporting Engines:
requirementID
- Optional:YES
The user-defined ID of the Requirementpublic static DriverCommand endTestcase(java.lang.String testCaseID)
DEPRECATED. Use StopTestCase instead. Log/process the end of testing associated with a user-defined Testcase. Currently no processing is done with this. Only a log entry occurs. Use StopTestCase which now implements the original intent of this command. In addition to the above, WRAFS will close the node created by the SETTESTCASE command in the log file.Supporting Engines:
testCaseID
- Optional:YES
The user-defined ID of the Testcase.public static DriverCommand getVariableValueEx(java.lang.String sourceVariable, java.lang.String destinationVariable)
Replaced by CopyVariableValueExSupporting Engines:
sourceVariable
- Optional:NO
The name of the variable to retrieve the value ofdestinationVariable
- Optional:NO
The name of the variable to hold the retrieved valuepublic static DriverCommand getVariableValueEx(java.lang.String[] parameters)
Replaced by CopyVariableValueExSupporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public static DriverCommand setRequirement(java.lang.String requirementID, java.lang.String description)
DEPRECATED. Use StartRequirement instead. Log/process the beginning of testing associated with a user-defined Requirement. Currently no processing is done with this. Only a log entry occurs. Use StartRequirement which now implements the original intent of this command.Supporting Engines:
requirementID
- Optional:NO
The user-defined ID of the Requirementdescription
- Optional:YES
A description of the Requirementpublic static DriverCommand setRequirement(java.lang.String[] parameters)
DEPRECATED. Use StartRequirement instead. Log/process the beginning of testing associated with a user-defined Requirement. Currently no processing is done with this. Only a log entry occurs. Use StartRequirement which now implements the original intent of this command.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public static DriverCommand setTestcase(java.lang.String testCaseID, java.lang.String description)
DEPRECATED. Use StartTestCase instead. Log/process the beginning of testing associated with a user-defined Testcase. Currently no processing is done with this. Only a log entry occurs. Use StartTestCase which now implements the original intent of this command. In addition to the above functionality, WRAFS will create a new node in the log used by Winrunner. Care should be taken to only use one SETTESTCASE at a time, nesting these will have unpredictable results.Supporting Engines:
testCaseID
- Optional:NO
The user-defined ID of the Testcase.description
- Optional:YES
A description of the Testcasepublic static DriverCommand setTestcase(java.lang.String[] parameters)
DEPRECATED. Use StartTestCase instead. Log/process the beginning of testing associated with a user-defined Testcase. Currently no processing is done with this. Only a log entry occurs. Use StartTestCase which now implements the original intent of this command. In addition to the above functionality, WRAFS will create a new node in the log used by Winrunner. Care should be taken to only use one SETTESTCASE at a time, nesting these will have unpredictable results.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
Copyright © SAS Institute. All Rights Reserved.