Project attributes are name-value pairs with some additional information, which can be defined for a project. Each virtual user is initialized at runtime with these attributes. A useful scenario is to parameterize the BDL scripts on the project level.
Project attributes can be defined in Silk Performer's menu. An attribute consists of a name, a type, a value, and a default value. The type specifies the way how the value and the default value of an attribute should be interpreted.
Possible attribute types are:
string
numeric
float
boolean
AttributeGetString: for type "string"
AttributeGetInt: for type "numeric"
AttributeGetDouble: for type "float"
AttributeGetBoolean: for type "boolean"