#PREFIX#
Description
The #PREFIX# reserved word substitutes the text in the Prefix field in the Test Editor for the #PREFIX# string in the Value field. This substitution is useful when developing a test that adds new data. It enables you to modify each new added record slightly so that the test is able to successfully add unique data each time the test is executed.
Example
Suppose you entered add in the Prefix field, as in this example:
This example illustrates the Prefix field with the value add.

The following test step would enter the value addUSER into the DERIVED_CLONE_OPRID field:
| Type | Action | Recognition | Parameters | Value |
|---|---|---|---|---|
|
Text |
Set_Value |
Name=DERIVED_CLONE_OPRID |
|
#PREFIX#USER |
Note:
The #PREFIX# reserved word can only be used at the beginning of the text in the Value field.