add_property method
Adds a custom key name/value property that will be associated with tests. You can view these properties and filter and group by these properties in the Test Manager.
Syntax
configval = config.add_property(name, value)
Parameters
- name
- Type:Text
- The name of the property.
- value
- Type:Text
- The value associated with the name.
Return value
- Type: None
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.