views:

59

answers:

1

What are the popular integration testing tools, especially for desktop non-Web applications?

In my projects, I have been using a combinations of scripting and jtreg/jtharness. While they work, they lack the support from other development tools. IDE and CI tools cannot run them easily and/or don't understand the test results.

I like the tooling support for Selenium for Web integration tests, and hope there is a match in the desktop application world.

+1  A: 

Here is a link to get you started.

Peter Loron