Kbase P128808: Browse widget appears as a generic WinObject to Visual testing software
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/5/2008 |
|
Status: Unverified
FACT(s) (Environment):
Windows 32 Intel
OpenEdge 10.1x
SYMPTOM(s):
Browse widget appears as a generic WinObject to Visual testing software
Browse widget appears as a generic WinObject to Mercury Quick Test
CAUSE:
With the introduction of WIDGET-IDs ABL objects are now available/visible to external visual testing suites. They generally see the objects under a number of classifications such as:
* WinTab
* WinMenu
* WinToolbar
* WinListBox
* WinEditor
* WinEdit
* WinCheckBox
* WinButton
* WinComboBox
* WinRadioButton
The browse widget, however, is really just a generic window which is painted and overlain with text and lines. The contents of the browse are therefore not visible to most visual testing software.
FIX:
To get around this limitation one would typically ensure that the data that are displayed in the browse are available in other fields on the screen.