Click or drag to resize

EditorMode Enumeration

The Mode to edit the object, used by ObjectEditorBase and it's derived classes.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public enum EditorMode
Members
  Member nameValueDescription
ManualMode0 The default value is Manual Mode, the editor should be optimized to let user easily edit test objects and provide schema propositions.
Automation1 The automation mode is to give expert level user to create automation test, with possibility to use variables in requests and responses.
See Also