RuntimeLoaderPath Property
Description
The name and path of the UFT One Flex Runtime Loader to use for opening the Flex application.
Property type
Read-write property
Syntax
Visual Basic
Public Property RuntimeLoaderPath As String
Remarks
  • If the application you are testing is hosted on a Web server, place a copy of the Runtime Loader on the same server as the Flex application, and provide the URL to this file in the RuntimeLoaderPath property.
  • This property is relevant only if the UseRuntimeLoader property is set to true.
See Also