Click or drag to resize

CustomTestStepSerializedObject Field

This string holds the serialized test step object.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string SerializedObject

Field Value

Type: String
Remarks
In case where the extension is not installed on the target machine, The test step can not be deserialized. The automation project can still be loaded but the underlying test step will be ignored.
See Also