Search code examples
javaregression-testinggui-testing

Java regression testing (with AWT involved) possible without stealing desktop focus?


I've got regression tests of a Java system that don't bring up any graphical elements but do make use of the AWT event thread. Is there any way I can set things up to run this test suite in the background on my workstation without it constantly grabbing focus from whatever else I'm working on? (I'm running this on a mac.)


Solution

  • If your on a Mac: Run Tests - Without Focus Loss!