Using Variables in Test Scripts
In Siebel Test Automation, you can use variables to store transient or dynamic values. For instance, at run time, you may read a value from application into a variable using GetValue keyword, and later query a record using the variable. Same variable can be referenced across Test Scripts used in a Master Suite.
Any name prefixed with @ symbol is treated as a variable. For example:
@VarName
. It should be one word without any spaces. Variable names
are case-sensitive.