AddStandaloneApplication Method
Description
Adds an application to the collection.
Syntax
Visual Basic
Public Sub AddStandaloneApplication( _
   ByVal ApplicationPath As String, _
   Optional ByVal ApplicationParameters As String = "" _
) 
Parameters
ApplicationPath
ApplicationParameters
Remarks
  • The application is added as the last item in the FlexApplications collection.
  • When opening this item in the FlexApplications collection, UFT One runs this application as an independent program, not using a browser, Flash Player, or the UFT One Flex Runtime Loader.
  • Flex applications opened without the Runtime Loader must be manually prepared for UFT One testing or opened using the Flash Player Debugger. For details, see the Flex section of the UFT One Help Center.
Example
See Also