Search Results

0
votes
1answer
22 views

Full-screen Flash application test needs external pokes

I'm testing a full-screen Flash application. My preference is to drive the process with Java and I've had a lot of luck with the java.awt.Robot class. I'm looking for ways of modifying the test's …
2
votes

What is the best report engine for Java

It certainly depends on the exact reports you need, but the first thing I would look at is BIRT. It has a lot of hand and eyes on the project, with a really nicely done architecture. …