A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Qualitia supports headless executions on Linux. In order to execute test cases in headless mode, you need to configure the headless box accordingly installing X Virtual FrameBuffer (Xvfb).
X Virtual FrameBuffer (Xvfb) Installation
The Xvfb helps performing all graphical operations in memory without displaying any screen output. With reference to Qualitia, Xvfb allows executing test cases performing all UI operations and along with capturing the screenshots without displaying on the screen. That's why it is recommended to set ScreenCaptureMode as Browser when performing headless mode.
To install Xvfb, enter the following command at command prompt;
sudo apt-get install xvfb
sudoXvfb :99 -acXvfb uses the unique display number to run the operations graphically. Decide any number and turn the access control off entering the following command;
Once this is done successfully, change the properties in the qualitia.properties file as mentioned below.
HeadlessMode=True
DISPLAY=99
ScreenCaptureMode=BROWSER




Xvfb :99&
export DISPLAY=:99
java –jar qualitia-offline-xxxx.jarFollowing is the list of commands that we need to enter to run the QOP in headless mode
Note: Do not forget to enter the arguments related to properties file and any other arguments when executing qualitia-offline-xxxx.jar

  • No labels