Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
I tried two cases on FlexBuilder3.
1.When static Module with AddChild on UIComponent, QTP can recognize the Flex object without a problem.
2.When Dynamic Module with AddChild on UIComponent by loader method of the PageInfo* class, QTP cannot recognize the Flex object.
*PageInfo class:Custom Framework Class to maintain information about one screen.
Actual Results:
With the latter case,QTP ObjectSpy don't show any Child object (Such a LoginField,PasswordField).
Expected Results:
QTP Recognize (Such a LoginField,PasswordField).
I think that it is necessary to use the delegate class by the expectation, but I want to use only TEAFlexCustom.xml.
Workaround (if any):