Implementing a New Verification Point |
Once you have implemented a verification point, integrate the verification point into the QualityArchitect environment. After you do so, testers will be able to insert your verification point into a test script when they generate a test script from a Rose model or when they record a test script with the Session Recorder.
To integrate your verification point with QualityArchitect, perform both of these tasks:
rqalocvp.ini
file. This file lists custom verification point types in the section JAVA VP in the following format:
VpType = PackageSpecificationName
The following is an example of how the database verification point, which is part of the com.rational.test.vp
package provided with QualityArchitect, would be registered in the .ini
file:
[Java VP] DatabaseVP = com.rational.test.vp.DatabaseVPThe
rqalocvp.ini
file is located in the Rational datastore in the folderDefaultTestScriptDataStore
.
.jar
file containing your new verification point classes to the ClassPath. For more information about ClassPath settings, see Running Test Scripts.
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 |