Database Verification Point Reference |
Provides methods and properties used for running a verification point.
Note: The only items documented in this section are those that you, the test script designer, need when manually adding or modifying a database verification point in a test script. Other properties and methods that a verification point implementer uses in this interface are not shown here. Implementers can find the complete interface in IVerificationPoint Interface.
IVPFramework
extends IDispatch
.
Commonly used with QualityArchitect.
QualityArchitect is required for use of this interface.
This interface includes the following property:
Note: To turn on multiple options, use the OR
operator. To remove an option after you have set it, but leave all other options unchanged, use the AND
and NOT
operators. Here are examples of turning options on and off:
MyVP.Options = VPOPTION_COMPARE_CASEINSENSITIVE Or VPOPTION_EXPECT_FAILURE
VPOPTION_EXPECT_FAILURE
option, but leave all other options unchanged:
MyVP.Options = MyVP.Options And (Not VPOPTION_EXPECT_FAILURE)
Rational Test Script Services for Visual Basic | Rational Software Corporation |
Copyright (c) 2003, Rational Software Corporation | http://www.rational.com support@rational.com info@rational.com |