04-19-2011, 08:10 PM
hi,
i am using qtp 10,
when i am trying to open the site ,i am facing the problem with the object plz help me. below i mentioned error meesage
Error message
Cannot identify the object "[ Browser ]" (of class Browser). Verify that this object's properties match an object currently displayed in your application.
Line (2):
Tip: If the objects in your application have changed, the Maintenance Run Mode can
help you identify and update your steps and/or the objects in your repository.
i am using qtp 10,
when i am trying to open the site ,i am facing the problem with the object plz help me. below i mentioned error meesage
Code:
invokeapplication"c:\program files\internet explorer\iexplore"
browser("title:=about:blank").Navigate"http:\\www.google.com"
Cannot identify the object "[ Browser ]" (of class Browser). Verify that this object's properties match an object currently displayed in your application.
Line (2):
Code:
"browser("title:=about:blank").Navigate"http:\\www.google.com"".
Tip: If the objects in your application have changed, the Maintenance Run Mode can
help you identify and update your steps and/or the objects in your repository.