Verification Point Framework Reference

prevnext

VerificationPointDataRenderer Interface


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.


Overview

public interface VerificationPointDataRenderer
All Known implementing class:
DatabaseVPDataRenderer

Applicability

Commonly used with QualityArchitect.

This interface requires QualityArchitect.


VerificationPointDataRenderer.displayAndValidateData()

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.


Syntax

public boolean displayAndValidateData(VerificationPointData 
vpdData)

Element Description
vpdData The data to present to the tester for confirmation.


Return Value

true if the tester accepts the displayed data, false if the tester rejects the data.


Comments

The verification point framework invokes this method is invoked by the verification point framework when the following conditions exist:

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:

prevnext


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