VP placeholders
VP placeholders resolve Test Object and verification point (VP) placeholder values into property strings. Default placeholders values are also resolved.
Usage: Use the following placeholder to customize the VP: Verification Point Default Name template:
vp placeholder
Description: Allows access to verification point attributes.
Syntax: %vp: argument%
Arguments for the vp placeholder:
- type -- Returns the type of verification point being created. For example, text may be used for the Visible Text test of a Data verification point (Text).
testobject placeholders
Description: This placeholder resolves values relative to an entry in the object map. It is valid only during helper script method generation. The property for the testobject placeholder returns the property name.
Syntax: %testobject: property%
One recognition property:
- .class -- Returns the Java™ class name, the HTML tag (with an HTML prefix), or the VB class name of the test object.
Note:
- Administrative properties are prefixed with a # character. For information about administrative and recognition properties, see Property Sets in the Test Object Map topic.
- From the VP: Verification Point Default Name script template, you can also access any dynamically available property, which is the actual test object in the software under test, not the mapped test object.
Administrative properties:
- #name -- Returns the test object's descriptive name.