I was asked this question many times over past few weeks. This is what I was able to find out regarding flash/Adobe flex applications support.
Astra QuickTest:
Astra QuickTest does not support testing Flash applications or controls.
QuickTest Professional 5.6 and 6.x:
QuickTest Professional 5.6 and 6.0 support Flash version 5.
QuickTest Professional 8.0 – 8.2:
QuickTest Professional 8.x does not have support for Flash controls.
QuickTest Professional 9.x:
Adobe is using QuickTest Professional 9.0’s Test Extensibility feature to develop support for their Flex toolkit. Support will be for applications developed with Flex Builder 2.0, with Flash 8.
This is from HP support site:
Adobe has released Flex 2.0.1; this release includes the QuickTest Professional Flex add-in. The add-in was developed using QuickTest Professional 9.0’s Test Extensibility feature. The Flex add-in is developed and owned by Adobe. Please contact Adobe to see about availability, support details, and pricing.
Adobe is providing the add-in via an automation package that is shipped with Flex Data Services 2 starting in the 2.0.1 release.
Basic information on the automation package with QuickTest Professional integration is here
http://www.adobe.com/products/flex/dataservices/
Users can download the automation package with QuickTest Professional integration here:
http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex
A specific Adobe license is required and needs to be requested from Adobe. No specific Flex license is required on the QuickTest Professional side.
Note:
Support for the Flex add-in is being provided by Adobe. You need to contact the Adobe support organization for help with problems or questions related to the Flex add-in.
Related:
If you want to keep track of further articles on QTP. I recommend you to subscribe via RSS Feed. You can also subscribe by Email and have new QTP articles sent directly to your inbox.
Check the up-to-date matrix for the currently supported versions of Flash/Adobe Flex by QTP (UFT).
Hi,
My Application uses Flex with BlazeDS. Previous version of application was with only Flex which we are able to recognize with QTP by using some Server side conf changes and Flex 4.0 addin.
But now updated appl with BlazeDS is not able to recognize the objects in application. Can you please give some suggestion to proceed.
we are using Flash 10.1 AND FLEX 4in our app..wanted to know if we could use QTP 11 for automation in our app..
Hey, can we run a descriptive programmed test on an application when we dont have the add-in for that.
I have a HyperMesh application and as QTP dont have any add-in for it, Can I use descriptive Programming to automate testing, if I know the objects properties,methods,etc..
Ankur,
Do you have any updates on whether the QTP 10 supports Silverlight applications? Thanks for your help.
Neelu
Guys, follow the links provided below from Adobe. This will help you in getting the idea about how to use QTP with Flex Applications:
http://www.adobe.com/support/documentation/en/flex/2/install.html
http://download.macromedia.com/pub/documentation/en/flex/2/flex2_testing_with_mercury_qtp.pdf
Thanks,
Kapil Samadhiya
Hi All,
Our app is build on Flex 3 with Flash 9. We are trying to automate one precompiled flash module using QTP10, but unfortunately QTP 10 is not recognizing Flash objects. Will be good if someone help us.
Thanks,
Satyendra
Hi Ankur
This is Naveen. I am new to qtp.But i learn a bit from the help menu .I am unable to understand the checkpoints,parametrization,data table concepts,importing functions,descriptive programming
can u help me in getting out of this
if any information or links please forward to me
my email id :youandnaveen@gmail.com
Thank you in advance
Hi,
I want to know if we can use QTP to test TIBCO/GI based application.If yes,then which add-in is required for the same.
Hi Ankur,
Does QTP support to test the sharepoint applications. like web portals and forms etc. ?
Regards
Pardeep Kundu
HI Ankur
You have good examples on this site, they are really useful.
Thanks
Aarti
Hi Ankur,
I am enjoying the post from a long time and these posts helped me a lot in my QTP Career.
Currently I am facing issue in QTP 9.5 and Oracle Form 5. QTP is not recognizing objects. It generates following kind of statements:
Window(“Oracle Forms Runtime”).Window(“[AF9_DRQ]”).WinObject(“ui60Drawn_W32”).Click 130,66
Window(“Oracle Forms Runtime”).Window(“[AF9_DRQ]”).WinObject(“ui60Drawn_W32”).Click 541,179
For 90% application it is generating such statements even for Winedit and Winbutton.
We have QTP 9.5 and Oracle, Java, .net Add-ins of 9.5 versions. So please help in resolving the issue. After this issue gets resolve we need to create Framework for this application
Thanks,
AShish
Hi,
I have a query if you could please help me. I recorded a script where i retreived the value from the row,col of the webtable.I checked the row,col through insert output value….it was working fine earlier but now its giving ERROR : the specified cell not found.the value to be reteived from the webtable is a dynamic webelement that changes on the script run and i am trying to capture it…
Hi Ankur,
I am trying to Evalute Tool for my Organisation need your help and suggestion about if QTp will support the under mentioned applciation:
1. ORACEL e-Business
2. Data Migration
3. Dynamics AX
4. Sharepoint
why the following program is not getting executed to browse the said URL..where is the mistake? pl. help
Class Browser_generic
Dim br
Function Browser_open(url)
Set br=createobject(“internetexplorer.aplication”)
br.visible.true
br.navigate(url)
result=”Browser is opened and navigated to URL”&url
reporter.ReportEvent micpass,”Browser”,result
Browser_open=result
End Function
Function Browser_close()
br.quit
Set br=nothing
result=”browser is closed”
reporter.ReportEvent micfail,”Browser”,result
Browser_close=result
End Function
End Class
Set Browser_generic= new Browser_generic
url1=”http://192.168.1.99:8084/BMRCLPRO/Login/UserLogin.jsp”
var=Browser_generic.browser_open(url1)
msgbox var
Rekha
use
br.visible=true
Hi Ankur,
i am doing manual testing from last one amd half year. I want to switch to automation team. I am familiar with VBScript. I want to learn QTP. please help me in this.Do I need to join any institute for this ?
Thanks a lot Ankur!
I have stopped taking questions on this blog. Please use Testing Tools forum for posting QTP questions from now on.
A similar question was asked there, check the answer on How to import excel from QC in QTP
Hi, I am trying to export the data sheet which is stored in the QC. I am using the following Syntax
datatable.Importsheet “[QualityCenter] SubjectAutomation_ScriptDatatableLogin.xls”,1,”Global”
it is showing Path does not exists….
any body help me
hi Kirti
I had the privilage to come across your website… i was searching a lot in google but u v provided a good amount of information. thank you
Krupa
Hi Ankur,You have really done a great job to provide all the information and tutorials.