Skip to content Skip to sidebar Skip to footer

Robotium And Jenkins Ui Testing Errors

I first ran into this problem when trying to run Robotium UI tests on a MacOS Mini with no monitor. I added Robotium code to test UI clicks on screen, since we want to add some UI

Solution 1:

You don't say whether the Robotium tests work on your local machine, so I don't know whether the Robotium code itself is correct.

But regarding the Xvnc setup, I see a couple of probable issues:

  1. "VNC Viewer.app" sounds like a VNC client, rather than an X11 server.

  2. As far as I know, you can't just run "/Applications/Foo.app" on the command line. You usually need to run the actual binary; something like "/Applications/Foo.app/Contents/MacOS/foo".

Post a Comment for "Robotium And Jenkins Ui Testing Errors"