Click or drag to resize

SavedResponseValue Property

Gets or sets the value of test object (in serialized format using its proper serialize).

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string Value { get; set; }

Property Value

Type: String
value of test object (a request or a response).
See Also