Tag: testing

  • Headless testing with FEST (13 Dec 2012 | Tags: development, testing)

    For testing internally the GUI parts of INGENIAS, we use FEST. FEST does not support by itself headless testing,i.e., you need some X server to run your test onto. The following will work only in linux. To solve this, you need a virtual frame buffer. You need to have installed the following software: Xvfb. It is the virtual frame buffer implementation. It works as if there was a graphic card, but it does show nothing in the screen. X11vnc. It is the session emulation via VNC to enable remote access vncviewer. It is the viewer for you to optionally check...