From Fedora Project Wiki

No edit summary
(doh)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= QA/TestCases/UserInterfaceGraphical =
{{Template:Associated_release_criterion|Alpha|installer-interfaces}}


== Description ==
{{QA/Test_Case
A complete installation using the graphical installer portion of anaconda.
|description=This is to verify that [[Anaconda]] is able to perform installation in a graphical mode.
|actions=
# Boot the installer using any available non-live means (anything except {{filename|Live.iso}})
# Proceed with installation
|results=
# The installer's graphical user interface is displayed and works properly
}}


This requires a system with working video hardware and 256MB RAM.


== Steps To Reproduce ==
[[Category:User Interface]]
 
[[Category:Package_anaconda_test_cases]]
# Boot anaconda while specifying the command-line argument <code>graphical</code>
#* The command-line argument is optional - <code>graphical</code> is the default.
# Continue with default installation
 
== Expected Results ==
 
# Graphical anaconda displays properly
# The installed system boots in graphical mode (runlevel 5)
 
== References ==
 
This test is fairly similar to [[QA/TestCases/UserInferfaceVnc]], except this drives X on a physical adapter.
 
[[Category:Installer Test Cases]]

Latest revision as of 20:39, 30 July 2013

Note.png
Associated release criterion
This test case is associated with the Basic_Release_Criteria#installer-interfaces release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.


Description

This is to verify that Anaconda is able to perform installation in a graphical mode.


How to test

  1. Boot the installer using any available non-live means (anything except Live.iso)
  2. Proceed with installation

Expected Results

  1. The installer's graphical user interface is displayed and works properly