how to use different operators in QTP for example
Window("text:=Calculator").WinButton("text:= =").Click
Window("text:=Calculator").WinButton("text:= +").Click
it doen't work for me when i run this i am getting error like this
Cannot identify the object "[ WinButton ]" (of class WinButton). Verify that this object's properties match an object currently displayed in your application.