Desktop/Testing

From FedoraProject

Jump to: navigation, search

Contents

Desktop Testing

This page is meant as a starting point to collect useful information about testing the Fedora desktop.

Automatic Desktop Testing

There are multiple projects that aim to automate testing of desktop (specifically UI) functionality.


GDM

A list of tests for Gnome Display Manager functionality.

Gnome

Idea to structure this as the user sees it in Gnome as in component in "Application" "Places" "System"

Comments ?

Applications

Accessories

Archive Manager

Calculator

Character Map

Dasher

Take Screenshot

There are a lot of applications able to take screenshots of the desktop, for instance the GIMP, and the gnome-screenshot.

However, if you want to capture artifacts, you may need some kind of serial screenshot application. One way to do that is to run the following in a terminal :

for i in `seq 1 10` ; do import -window root /tmp/screenshot$i.png && sleep 0.1 ; done

The ten screenshots this loop generates are located in /tmp .

Terminal Server Client

Text Editor

Games

Graphics

Internet

Office

Sound & Videos

System Tools

Places

System

Basic Sanity Checks

A list of tests for basic desktop functionality.