PropertyData class
Platform: AppiumLanguage: C# SDK:
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.
Using statement
using Applitools;
Constructor
- PropertyData()
- Use this constructor to create a PropertyData object.
Properties
- NameType:string
- Set the property name.
- ValueType:string
- Set the property value.