![]() |
Run Time Error message appears, on running a recorded test - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Run Time Error message appears, on running a recorded test (/Thread-Run-Time-Error-message-appears-on-running-a-recorded-test) |
Run Time Error message appears, on running a recorded test - Imran Tahir - 04-20-2011 Hi All, I have installed the QTP10. I tried to create a Login test for my desktop application. Test Recorded successfully but when I tried to Run that test, at Login window of my desktop application, it not enters the user credentials and after 2min it always throws a Run Time error to me saying: " Cannot identify the object "imrant@e-trial.com" (of class WinObject) verify that this object's of properties match an object currently deployed in your application. Line (1): "Window("Please log in").WinObject("imrant@e-trial.com").Type micTab". see attached image. Kindly help me to resolve this issue. Thanks in Advance. ![]() RE: Run Time Error message appears, on running a recorded test - Jay - 04-20-2011 Object winobject("imrat@e-trial.com") is not getting identified with properties stored in your OR with the current application object.. Update that object in OR. this should works |