Micro Focus QTP (UFT) Forums

Full Version: QTP is not recording script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im trying to record the any web site in internet explorer. No actions are recorded in QTP except browser restore and activate. And if I try the same in Firefox it records like windows application.
I am using QTP 10
IE 8
OS Win 7
Firefox 12

What could be wrong? Thanks in advance.

Code:
Window("Mozilla Firefox").Activate
Window("Mozilla Firefox").Click 196,22
Window("Mozilla Firefox").Click 970,130
Window("Mozilla Firefox").Click 344,61
Assuming that you are not doing some common mistakes, you may need some patches to make it work.
Check the reply by vinod123 (post#6) in the thread below,

https://www.learnqtp.com/forums/Thread-Q...ws-objects
I installed the all required patches but there is an still problem. I am using QTP 10 license version and after installing it shows an License Error...
Have you tried repairing QTP? If not can you try doing that.
For license issue, you may have to install the license once again...

Thanks,
Elango
Hi ,

Try this...
https://www.learnqtp.com/forums/Thread-Q...in-objects

Ensure protected mode is off...


Open Internet Explorer
Select “Tools > Internet Options”
Click the Security tab
Make sure “Enable Protected Mode” is unchecked so that it is off
Click the OK button
Restart IE

If you have admin privileges, then set the security level as low...

Thanks,
Geetha