QTP crash during runtime. - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: QTP crash during runtime. (/Thread-QTP-crash-during-runtime) |
QTP crash during runtime. - vidhu - 07-11-2013 Hi Team I am currently working on a mainframe application automation .I am facing a peculiar issue after my system OS was changed from Win XP to Win 7.Previously while on WinXp machine I used descriptive programming to fetch child objetcs from the mainframe screen using the below code: Code: Set oDesc = Description.Create() Now the same code pops an error everytime I run it in the Win7 system.The error message is "QuickTest Professional has stopped working" : Windows can check online for a solution to the problem. The mainframe configuration as a prequisite has already been done well ahead.CAn anyone let me know as to what exactly is the problem and why the code fails at the line Code: Set ElementCollect = TeWindow("TeWindow").TeScreen("Q2").ChildObjects(oDesc) RE: QTP crash during runtime. - Staff - 07-11-2013 Please ensure to include your code between [code] tags while asking or replying to questions. I have done this for you for this time. RE: QTP crash during runtime. - Ankur - 07-11-2013 Please check if UAC is off or not. RE: QTP crash during runtime. - vinod123 - 07-11-2013 because of the qtp 10 does not support windows 7 you have to install patch for that. Due to that it may be crashing during runtime and it is not the problem with script |