Skip to main content

PropertyDataPlain type

A test property is a user-defined name/value pair that you can associate with a test. You can view these properties as well as filter and group by these properties in the Test Manager. You can set properties using the Eyes.addProperty method, Configuration.addProperty method, Configuration.setProperties method or Configuration.properties property.

name property

Syntax

obj = { name: value_string };

Type: string

The name of the property.

value property

Syntax

obj = { value: value_string };

Type: string

The value of the property.