Can the FEST-Swing (mentioned here) test still work if the computer is locked? I did a test, and it didn't work. I think the Swing doesn't paint on the screen because the screen is locked, hence the FEST-Swing test will not work. Is there a workaround? Thanks.
Asked
Active
Viewed 552 times
1
-
1Please explain what "fest-swing" test is. I've never heard of it. – sleske Jan 19 '11 at 17:47
-
I think [this](http://code.google.com/p/fest/) is fest. It's a GUI testing framework. – Joshua McKinnon Jan 20 '11 at 20:49
-
@Joshua McKinnon: Oops, I forgot to check the link! – trashgod Jan 20 '11 at 21:00
-
yes, my question is about the Java Swing GUI testing framework. To answer keuleJ's question, it works like Selenium, you tell it to click a button, it will click the button when it is running. – Jie Feb 17 '11 at 19:35
1 Answers
1
I had the same problem with Windows. What worked for me was running the tests on a Linux box using Xvfb.

Scott
- 71
- 1