Verification Point Framework Reference |
Using a class implementing this interface, you can display the data stored in the Verification Point Data class. This enables the tester to interactively accept or reject that data as the expected (baseline) data for a static verification point.
To enable the data display, the test script sets the OPTION_USER_ACKNOWLEDGE_BASELINE
option in the setOptions()
method of the specialized Verification Point class.
public interface VerificationPointDataRenderer All Known implementing class: DatabaseVPDataRenderer
Commonly used with QualityArchitect.
This interface requires QualityArchitect.
Presents the tester with a visual representation of the data object as it exists before expected (baseline) data is stored for this static verification point.
public booleandisplayAndValidateData
(VerificationPointDatavpdData
)
vpdData
The data to present to the tester for confirmation.
true
if the tester accepts the displayed data, false
if the tester rejects the data.
The verification point framework invokes this method is invoked by the verification point framework when the following conditions exist:
OPTION_USER_ACKNOWLEDGE_BASELINE
option in the setOptions()
method of the Verification Point class.
performTest()
method of the Verification Point class for a static verification point.
When you invoke the method, it presents the tester with a visual representation of the data, and allows the tester to accept or reject the data:
Rational Test Script Services for Java | Rational Software Corporation |
Copyright (c) 2003, Rational Software Corporation | http://www.rational.com support@rational.com info@rational.com |