From Fedora Project Wiki

No edit summary
No edit summary
Line 2: Line 2:


{{QA/Test_Case
{{QA/Test_Case
|description=This tests whether the '''Wine''' (Windows compatibility layer) is able to properly run basic windows applications in the Fedora 15 environment.
|description=This tests the visuals of applications written using non-gtk toolkits as they run with GNOME 3.  


|setup=
|setup=
# Make sure that you have '''Wine''' installed: <code>yum install wine</code>
# Install example applications written using QT4, Swing and WxWidgets toolkits. From the root console run:
<code>yum install speedcrunch freemind filezilla</code>  
{{admon/note | Note | Please feel free to try any other programs you know are using the fore-mentioned toolkits instead.}}
|actions=
|actions=
# In terminal or after pressing Alt-F2 type command <code>wine notepad</code>
# By going Activites->Applications->Speedcrunch or in terminal run <code>speedcrunch</code>
## If you are asked to have Wine install a Gecko engine now (or at any point of the testing), confirm.
# Go through the menus, try to invoke e.g. ''Preferences'' or an ''About'' window.
## A Windows-like ''Notepad'' application should open. Try typing in some text and saving it.
# Run and do the same for <code>freemind</code> and <code>filezilla</code>
# In terminal or after pressing Alt-F2 type command <code>wine wordpad</code>
#* A ''Wordpad'' application should open. Try typing in some text, changing fonts and size of the text.
# In terminal or after pressing Alt-F2 type command <code>wine iexplore</code>
## An open-source version of ''MS Internet Explorer'', the ''Wine Internet Explorer'' should open.
## Navigate some to some simple web pages, like google.com, fedoraproject.org/w/ etc.
|results=
|results=
# Notepad and Wordpad both should open and you should be able to use them as expected.
# Visuals of all applications should be adjusted to the current Gnome theme and should look and feel native.
# ''Wine Internet Explorer'' should have working web engine and you should be able to visit and properly display some of the simpler web pages. Websites with complex graphics or relying on technologies like Flash or Ajax are not expected to render properly.
# Swing (freemind) applications are expected to have more limited looks, but should still adhere to the general GUI theme.
}}
}}
[[Category:GNOME3_acceptance_test_cases]]
[[Category:GNOME3_acceptance_test_cases]]

Revision as of 15:40, 21 February 2011

Warning.png
In construction
This page is still in construction.


Description

This tests the visuals of applications written using non-gtk toolkits as they run with GNOME 3.

Setup

  1. Install example applications written using QT4, Swing and WxWidgets toolkits. From the root console run:

yum install speedcrunch freemind filezilla

Note.png
Note
Please feel free to try any other programs you know are using the fore-mentioned toolkits instead.

How to test

  1. By going Activites->Applications->Speedcrunch or in terminal run speedcrunch
  2. Go through the menus, try to invoke e.g. Preferences or an About window.
  3. Run and do the same for freemind and filezilla

Expected Results

  1. Visuals of all applications should be adjusted to the current Gnome theme and should look and feel native.
  2. Swing (freemind) applications are expected to have more limited looks, but should still adhere to the general GUI theme.