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
<DataMemberAttribute>
Public SerializedObject As String
public:
[DataMemberAttribute]
String^ SerializedObject
[<DataMemberAttribute>]
val mutable SerializedObject: string
Field Value
Type:
StringRemarks
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