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 OpenText Functional Testing, before ending the script. Otherwise, OpenText Functional Testing 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 OpenText Functional Testing.