LaunchAut(String) Method
Launches an AUT using the file name. To use this method, you must create an application allowlist file. For details, see Add SDK code to your tests in the UFT Developer Help Center.

C# Syntax

                            
  public static IAut LaunchAut( 
   string fileName
)

Parameters

fileName
The name of the AUT file to launch. Specify only the name, or the full or relative path to the file.

Return Value

launched AUT