Votes
Answers
Views
Question
0
1
112
When I use Object Spy to identify a grid containing values, it is getting identified as SwfObject with name GlacialList. I am not able to access the data with row number. How should I handle such data?
2
1
293
Is there some way for me as a tester to check the version of Flex compiled in our .swf file of our Flex application to see if the developers included the right Flex version?
4
1
248
asked 10 years ago by tnone
updated 10 years ago by bubblehead712
I record simple action for a treeview control, so I select node, Right-Click on it and once context menu opens, I click on one line in it. Code, generated by QTP/UFT through recording - don't work SwfWindow("MyWin").SwfWindow("MyTree").SwfTreeView("myTreeV").RightClick ...