DDDriverDeprecatedCommands::EndRequirement
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.
Fields: [ ]=
Optional with Default Value
- [ RequirementID = ]
The user-defined ID of the Requirement
The user-defined ID of the Requirement. The last Requirement provided with the
SetRequirement command will be handled by default.
Examples:
[How To Read This Reference]
DDDriverDeprecatedCommands::EndTestcase
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.
Fields: [ ]=
Optional with Default Value
- [ TestCaseID = ]
The user-defined ID of the Testcase.
The user-defined ID of the Testcase. The last TestCase provided with the
SetTestcase command will be handled by default.
Examples:
[How To Read This Reference]
DDDriverDeprecatedCommands::GetVariableValueEx
Replaced by CopyVariableValueEx
Fields: [ ]=
Optional with Default Value
-
SourceVariable
The name of the variable to retrieve the value of
-
DestinationVariable
The name of the variable to hold the retrieved value
Examples:
-
C, GetVariableValueEx, srcvar, destvar
Copy the value of variable srcvar to variable destvar (euivalent to ^destvar=^srcvar)
-
C, GetVariableValueEx, ^srcvarname, ^destvarname
Given ^srcvarname contains "srcvar" and ^destvarname contains "destvar",
this sets ^destvar to ^srcvar
-
C, GetVariableValueEx, ^basename & ^index, destvar
Any expression that evaluates to a valid DDVariable name may be used.
[How To Read This Reference]
DDDriverDeprecatedCommands::SetRequirement
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.
Fields: [ ]=
Optional with Default Value
-
RequirementID
The user-defined ID of the Requirement
- [ Description = ]
A description of the Requirement
Examples:
[How To Read This Reference]
DDDriverDeprecatedCommands::SetTestcase
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.
Fields: [ ]=
Optional with Default Value
-
TestCaseID
The user-defined ID of the Testcase.
- [ Description = ]
A description of the Testcase
Examples:
[How To Read This Reference]