Hi All,
I have some Java Swing Gui tests in my applications. Whenever, I run them locally, they run without any failures/errors. But when I run them on Jenkins, they fail randomly.
All of the failures are GUI based- for example pop-up menu never appeared.
Is there any way I can run them successfully on the headless Jenkins machine?