qtdeclarative/tests
Richard Moe Gustavsen 5e5107493c test, TableView: add boilerplate code for testing TableView
Change-Id: I4d68e033074442c402df11f779b6875e80ec6412
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2018-04-25 15:31:22 +00:00
..
auto test, TableView: add boilerplate code for testing TableView 2018-04-25 15:31:22 +00:00
benchmarks Merge remote-tracking branch 'origin/5.9' into 5.10 2018-01-24 09:34:11 +01:00
global
manual Tests: add new manual tests for TableView 2018-04-12 12:30:44 +00:00
system
testapplications Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
README
tests.pro

README

This directory contains autotests and benchmarks based on QTestlib. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.