Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
In some cases it might be necessary to visualize or set the "Restore connection on startup" at the file level in UFT for the connection to ALM
1) Navigate to %userprofile%\AppData\Local\HP\UFT
2) Open the file for editing: utt.config.LastQcConnection.xml
3) Find the element: restoreConnection
4) Set the element value to True or False
Examples...
Reconnect
<entry name="restoreConnection" type="Bool">True</entry>
Not reconnect...
<entry name="restoreConnection" type="Bool">False</entry>
5) Save