Hi,
I just started learning QTP and using QTP 11.0 trial version on my windows 7 pc.
When i try to record simple google search or gmail login function, QTP is not recording the steps in keyword/expert views. After I stopped recording, i could only see the last step "Window("Windows Internet Explorer").Close".
One more point I noticed is if I move the web page (In this case google search page) those steps are being recorded as below.
But any of other steps like text entered in search box, and click on search step etc..are not being recorded.
Why is this happening? Please help.
I just started learning QTP and using QTP 11.0 trial version on my windows 7 pc.
When i try to record simple google search or gmail login function, QTP is not recording the steps in keyword/expert views. After I stopped recording, i could only see the last step "Window("Windows Internet Explorer").Close".
One more point I noticed is if I move the web page (In this case google search page) those steps are being recorded as below.
Code:
"Window("Windows Internet Explorer").Move 349,226
Window("Windows Internet Explorer").Move 183,242"
But any of other steps like text entered in search box, and click on search step etc..are not being recorded.
Why is this happening? Please help.