Hi all,
I am automating flex application using QTP 9.2, I can able to record and play back all the objects in the aplication. But I am facing issue with Flextree object. without selecting flextree object I can able to recognize all other objects in the application. But after selecting the flextree object I am not able to recongnize any object in the application. In Object Repository also I am not able to highlight the objects.
There are around 50 items in the tree list, once you select the tree object then all the items are activating with the same properties, thats the reason its not able to locate. I am getting error like "Failed to find object: Waiting for previous operation to complete".
There is a containers on top of theese treeobjects, is this problem with containers?, please find the QTP snippet
Find the class name
If any one had same kind of issue, please let me know the solution, I am trying many workarounds but still I am not suceeded, appreciate if anyone respond to this.
I attached screenshot as well
app.bmp - application
QTP_err - after selecting the flextree object in the next line getting the error. If I dont select then remaining objects are working fine.
I am automating flex application using QTP 9.2, I can able to record and play back all the objects in the aplication. But I am facing issue with Flextree object. without selecting flextree object I can able to recognize all other objects in the application. But after selecting the flextree object I am not able to recongnize any object in the application. In Object Repository also I am not able to highlight the objects.
There are around 50 items in the tree list, once you select the tree object then all the items are activating with the same properties, thats the reason its not able to locate. I am getting error like "Failed to find object: Waiting for previous operation to complete".
There is a containers on top of theese treeobjects, is this problem with containers?, please find the QTP snippet
Code:
Browser("FlexApp").FlexApplication("app").FlexApplication("scout_3.swf").FlexDividedBox("dividedBox").FlexAccordion("treeList").FlexBox("Neiman's Store Catalog").FlexTree("index:0").Select "Designer Index"
Find the class name
Code:
FlexDividedBox - mx.containers.HDividedBox
FlexAccordion - mx.containers.Accordion
FlexBox - mx.containers.VBox
If any one had same kind of issue, please let me know the solution, I am trying many workarounds but still I am not suceeded, appreciate if anyone respond to this.
I attached screenshot as well
app.bmp - application
QTP_err - after selecting the flextree object in the next line getting the error. If I dont select then remaining objects are working fine.