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.