09-29-2013, 10:51 AM
i have installed qtp 10 in window 7(32-bit) machine with the patch.i am able to record the script.but when i run the script .it throwing an error.
SCRIPT:
ERROR:
Cannot identify the object "Start menu" (of class Window). Verify that this object's properties match an object currently displayed in your application.
Line (1): "Window("Start menu").Click 161,479".
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.
2.also the fligt application is started with an error and not working properly.
i attched error message.
SCRIPT:
Code:
Window("Start menu").Click 161,479
Window("Start menu").WinTreeView("SysTreeView32").Select "Programs Folder and Fast Items;Mozilla Firefox"
Window("Mozilla Firefox").Close
ERROR:
Cannot identify the object "Start menu" (of class Window). Verify that this object's properties match an object currently displayed in your application.
Line (1): "Window("Start menu").Click 161,479".
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.
2.also the fligt application is started with an error and not working properly.
i attched error message.