Interface SDKConfiguration

All Known Implementing Classes:
ModifiableSDKConfiguration

public interface SDKConfiguration
Defines the configuration information for the SDK.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether the runtime engine is set to launch on OpenText Functional Testing for Developers SDK initialization.
    int
    Returns the maximum time (in seconds) to try to connect to the runtime engine.
    int
    Returns the maximum time (in seconds) to wait for a response to any command sent to the runtime engine.
    Returns the the SDK run mode.
    Returns the runtime engine URL to use for the default session.
  • Method Details

    • getServerAddress

      URI getServerAddress() throws URISyntaxException
      Returns the runtime engine URL to use for the default session.
      Returns:
      the runtime engine URL to use for the default session.
      Throws:
      URISyntaxException - if the syntax of the URI is invalid.
    • getConnectTimeoutSeconds

      int getConnectTimeoutSeconds()
      Returns the maximum time (in seconds) to try to connect to the runtime engine.
      Returns:
      the maximum time (in seconds) to try to connect to the runtime engine.
    • getResponseTimeoutSeconds

      int getResponseTimeoutSeconds()
      Returns the maximum time (in seconds) to wait for a response to any command sent to the runtime engine.
      Returns:
      the maximum response wait time in seconds.
    • getAutoLaunch

      boolean getAutoLaunch()
      Indicates whether the runtime engine is set to launch on OpenText Functional Testing for Developers SDK initialization. Note: Relevant only for local runs. When running remotely, the value should be false.
      Returns:
      true if the runtime engine is set to launch on OpenText Functional Testing for Developers SDK initialization, false otherwise.
    • getSDKMode

      SDKMode getSDKMode()
      Returns the the SDK run mode.
      Returns:
      the current SDK mode.