Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax Public Enumeration EditorMode
public enum class EditorMode
Members
| Member name | Value | Description |
---|
| ManualMode | 0 |
The default value is Manual Mode, the editor should be optimized to let user easily edit test objects and provide schema propositions.
|
| Automation | 1 |
The automation mode is to give expert level user to create automation test, with possibility to use variables in requests and responses.
|
See Also