Interview Questions

Naming Convention - Verification points

Coding standards for Rational Robot


(Continued from previous question...)

Naming Convention - Verification points

Description
In functional testing, you need to verify that the objects in the application-under-test look and work as designed from build to build. To accomplish this, you can establish verification points also known as checkpoints or the objects. Because verification points are not very flexible when it comes to changes in the AUT it is wise to prefer Robot's
SQAGetProperty...- commands to verify whether expected behavior is met or not.

Syntax
[vp]+[FEATURE]+ [FUNCTION]

Examples
· vpAURA_ImageUploaded
· vpAURA_CaseInserted

(Continued on next question...)

Other Interview Questions