Hi,
We build an application in flex(SDK 3.5). I want to automate the testing process of this application using QTP.
I have installed the QTP_Plugins for flex. When I tried to record the test, QTP recognized the standard flex component (e.g. Button as FlexButton) correctly.
We also have some custom components on our flex application which are based on UICompomnent class. When I try to perform some action on these components QTP does not record them. I checked the component using Object Spy, it says that it is flexObject. How can I resolve this problem, so that flex recognize these objects and let me perform actions on them??