QTP versions and Supported IE Versions
December 7, 2009 at 11:06 am 4 comments
The table below shows the versions supported for the Flex plugins for QTP
| QTP Version | IE6 | IE7 | IE8 |
| QTP 9.2 | Yes | No | No |
| QTP 9.5 | Yes | Yes | No |
| QTP 10 | No | Yes | Yes |
QTP10 and 1E6 also theoritically seem to work. But it is not a supported combination from Adobe as we have not done extensive testing on this combination.
Advertisement
Entry filed under: Flex Automation. Tags: Flex Automation.
1.
Jarrod Williams | December 27, 2009 at 1:53 pm
Hi
Thanks for the great blog. I am trying to record a double click on a flex image and it is not recording the double click. How Can I do this?
Thanks
2.
raniskumar | April 13, 2010 at 1:26 pm
double click wont work unless the component which you would like to doube click support the special event.
i.e if you would like to support double clik on image,
1. extend image – MyImage, listen to the double click and fire a customDoubleClickEvent
2. have a delegate for the MyImage which extends from the ImageAutomaitonImpl , listen to the customDoubleClick event and record the same.
3. Provide the record and replay logic for the event and provide the entry fo the Myimage in the XMl file.
If you are on Flex 4, this can be done without step 2 and 3 with litlte modication to step 1 instruction. if so contact me at ranik@adobe.com for details
3.
Naga Sachin | January 4, 2010 at 12:41 pm
Hi,
Thanks a lot for the useful info on the blogs.The information provided in this blog doesn’t have info on QTP Version 9.1. Currently we are using the combination of QTP 9.1 with IE 7 for testing flex applications. We would like to know the compatibility between the two versions.
4.
raniskumar | April 13, 2010 at 1:19 pm
I doubt QTP 9.1 is supported