Known Issues - Automation scripts

Relevant for: GUI tests and components

In an automation script, if you run a GUI test that calls an API test, make sure to use the Application.Quit method to close UFT One, before ending the script. Otherwise, UFT One will behave unexpectedly.

Similarly, if you want to set the Application.Visible property to true after running such a GUI test, first run the Application.Quit method, followed by Application.Launch to reopen UFT One.