Micro Focus QTP (UFT) Forums
New Public Patch For QTP 10.00 - Do Not Filter Invisible Windows - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: New Public Patch For QTP 10.00 - Do Not Filter Invisible Windows (/Thread-New-Public-Patch-For-QTP-10-00-Do-Not-Filter-Invisible-Windows)



New Public Patch For QTP 10.00 - Do Not Filter Invisible Windows - supputuri - 07-16-2009

Hi Friends,
Folks who are working with QTP 10.00,please look into this and this will useful for script upgradation.
'*******************************************
New Public Patch - Do Not Filter Invisible Windows
A new public patch was released.
This patch fixes a backward compatibility issue that
occurred when running certain tests in QuickTest 10.00
that were created on earlier versions of QuickTest.
In version 10.00, QuickTest filtered out (did not
identify) window controls that were not visible in the
application you are testing, which improved run-time
performance.
However, earlier versions of QuickTest learned these
windows, and thus running such a step that was created in
an earlier version, failed in QuickTest 10.00.

This patch disables the filtering on these invisible
windows, so that the relevant steps can pass.

If you want to reenable the filtering (for performance
reasons), set the 'SkipWndMovedOut' registry key value as
follows:
[HKEY_CURRENT_USER\Software\Mercury Interactive\QuickTest
Professional\MicTest\Packages\StdPackage\Settings]
"SkipWndMovedOut"=dword:00000001

Additional information about this patch and the patch download are available at the HP Software Support Online website:
http://h20230.www2.hp.com/selfsolve/document/FID/DOCUMENTUM_QTP_00603
'**********************************************