Hi,
It looks something strange. Even QTP generates a WinObject statement if proper add-ins are not installed. Here is the script that QTP generates for not installed add-ins:
Where as if it identifies the objects, then QTP generates a script like:
I think there could be some problem with the application(or recognigation).
Please let us know the exact URL, where you are getting this problem. So that we can also work around on this.
Regards,
Uday.
It looks something strange. Even QTP generates a WinObject statement if proper add-ins are not installed. Here is the script that QTP generates for not installed add-ins:
Code:
Window("McAfee SecurityCenter").WinObject("Internet Explorer_Server").Check CheckPoint("Internet Explorer_Server")
Where as if it identifies the objects, then QTP generates a script like:
Code:
Browser("Browser").Page("Google").WebElement("India").Check CheckPoint("India")
I think there could be some problem with the application(or recognigation).
Please let us know the exact URL, where you are getting this problem. So that we can also work around on this.
Regards,
Uday.