Micro Focus QTP (UFT) Forums
Windows Application Automation - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Windows Application Automation (/Thread-Windows-Application-Automation)



Windows Application Automation - SaranKumarV - 12-06-2010

Hi All,

I was working on Web Application, Now I am in to Windows application.
Is there any major things do I need to concentrate while Automating Windows application for ex:

In Web application we have "sync" will be used for waiting the browser to load all the fields in the application.
For the above scenerio what we can do in Windows applications.

Same like above please tell me if there is any tips and tricks while automating windows based application.

Regards,
SaranKumarV


RE: Windows Application Automation - bfakruddin - 12-06-2010

Hi,

Every type of application needs some Synchronization between QTP execution speed and object appearance time on application. Web application have a method .Sync,
for windows applications we can use .exist or .waitproperty or .getroproperty("disabled"), increasing object synchronization time (by default 60 secs) etc.,