I'm trying to choose automated UI testing tools for the following scenario, with 4 applications:
- app 1 one application with a WEB UI
- app 2 one flex application
- app 3 one html5 application
- app 4 one application with a WPF UI
So, ideally, I'm looking for a all-in-one solution. Something that can handle the tests for both WEB (apps 1, 2 and 3) and WPF (app 4), like SilkTest, TestComplete and Seapine QA Wizard.
However, app 4 will soon disappear, and the need for testing it will too. Leaving me with only WEB UI applications. In that scenario I'd go with Selenium, no question here.
So,
Question 1: Would you recommend the all-in-one solution, even knowing that in the future it'll only be used to test WEB applications? If so, what tool do you think it's best?
Question 2: If I choose to go with Selenium for the web apps, I still need something to test the WPF one. I'm looking at Project White. Would it be the best tool for the job, or should I look at something else?