C# Syntax
public enum SDKMode : System.Enum
Member | Description |
---|---|
Interactive | Use this mode when you build a design-time tool using the OpenText Functional Testing for Developers SDK. If an object is not immediately found, the query fails. OpenText Functional Testing for Developers does not wait for the object to appear until the object synchronization timeout (20 seconds) elapses. |
Replay | The standard mode used for a regular test run. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.SDKMode