Micro Focus QTP (UFT) Forums

Full Version: New Public Patch For QTP 10.00 - Do Not Filter Invisible Windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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/docu..._QTP_00603
'**********************************************