Votes
Answers
Views
Question
2
1
107
Using UFT 15 and the Flight GUI sample application, UFT is seeing the application as a single WinObject. I cannot select the individual objects such as Username, Password, OK button or Cancel button. Is there a way to resolve this and be able to select each object?
3
1
161
Using LeanFT 14.52, I'm getting a NullReferenceException when launching the sample Flight GUI application that comes with UFT/LeanFT. Using this line of code to launch: IAut FlightsApp = Desktop.LaunchAut("C:\\Training\\Flights Application\\FlightsGUI.exe"); Does anyone know what I need to change to...