Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

please suggest which tool should i use - QTP, RIATest , Selenium for Flex Application Functional Automation Testing . please help me compare them with different advantages and disadvantages. any help appreciated

share|improve this question
Have you considered adding FlexMonkey in your list? I haven't tried the other tools so I can't compare. However, seeing that Selenium is free, I will probably check it out soon. – Florian F Dec 4 '09 at 18:08

5 Answers

up vote 3 down vote accepted

The big picture is:

QTP - sophisticated, expensive, can automate almost anything, not just Flex applications, works on Windows.

RIATest - simple, inexpensive, designed specifically and only for Flex application, works on Windows and Mac.

Sorry, no experience with Selenium.

share|improve this answer
Any idea how much QTP costs? – flexicious.com Jul 26 '11 at 20:00

I don't have direct experience with it, but there is a Selenium Flex API available; since Selenium is free and open source, it's a great option if your budget is tight.

I do have experience with Selenium in general and can highly recommend it; it's relatively easy to learn and works on any platform with a multiplicity of browsers.

share|improve this answer

Recently I evaluated the above tools for our Orgnisation. I say go with QTP. The configuring of qtp for flex is easy. I wrote a hub about it. http://hubpages.com/hub/Automating-Flex-Applications-with-QTP Please ask questions if you have any. Follow me n my hub

share|improve this answer

QTP does work with Flex apps...just have to have the right versions.

share|improve this answer

I was using Selenium to test Flex for a while, then Sun came out with a new plugin for Java in the browser with 1.6.14 I think it was, and I wasn't able to get it to work after that, though I admit its been quite a while since I tried.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.