Tuesday, October 19, 2010

WinObject QTP

QTP AUT: Windows Application

When you are automating Windows application using QTP, many times you see objects recognised as
WinObject.

Possible workarounds to automate such window or dialog boxes are the following:


  1. Use SendKeys method, that actually sends any keyboard operations on screen. 
Note : Before using SendKeys, Activate the window on which you want to send the keys

    2.  You may use, WinObject.type "1234"

No comments:

Post a Comment