Introduction

Differences between revisions 2 and 14 (spanning 12 versions)
Revision 2 as of 2006-10-03 20:23:05
Size: 7202
Editor: 64
Comment:
Revision 14 as of 2012-08-13 07:49:23
Size: 6964
Editor: HSI-KBW-046-005-097-224
Comment: add explanation where to find glxgears
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;"><<TableOfContents>>||
Line 4: Line 6:
'''["Testing/Kubuntu/Current"]''' gives an overview over the most current CD, who did testing on it, which installation methods were covered and which bugs are already known. '''[[Testing/Kubuntu/Current]]''' gives an overview over the most current CD, who did testing on it, which installation methods were covered and which bugs are already known.
Line 8: Line 10:

|| '''What''' || '''Where''' ||
|| Kubuntu CD releases || http://cdimage.ubuntu.com/kubuntu/releases/dapper/ ||
|| Kubuntu Daily CD || http://cdimage.ubuntu.com/kubuntu/daily/current/ ||
|| Kubuntu Daily DVD || http://cdimage.ubuntu.com/kubuntu/dvd/current/ ||
 * Check [[http://iso.qa.ubuntu.com/|the ISO tracker]] for the current Test CDs. The milestones in ''Testing'' are the relevatn ones.
 * If you are testing the Daily CDs or DVDs, use the ''rsync'' application to speed up your download ( ''Rsync'' is able to download only the changes in the binary file, it doesn't have to download the file all over again.)
  Example: rsync -vPz rsync://cdimage.ubuntu.com/cdimage/kubuntu/daily-live/current/pangolin-desktop-i386.iso ./
 * Another way to easy get the images and test them in a VM is testdrive (testdrive-gtk package)
Line 16: Line 17:
=== Basic Routine === === Common Tasks ===
Line 19: Line 20:
 (0. Install the system - see [[Testing/Kubuntu/Current]]. )
Line 20: Line 22:
 1. Install the system (if applicable for this test - see [:Testing/Kubuntu/Current]).
Line 26: Line 27:
 1. Launch the applications from the panel icons, confirm successful startup; in Konqueror click on "About Kubuntu" and "Kubuntu Desktop Guide" and confirm they're there.
 1. Load www.ubuntu.com in Konqueror
 1. Load www.kubuntu.org in rekonq
Line 30: Line 30:
  * copy an Open``Office Text Document (an .odt, .rtf or .doc file) onto the desktop   * copy an Libre``Office Text Document (an .odt, .rtf or .doc file) onto the desktop
Line 37: Line 37:
 1. K-Menu->System->Adept Manager:
  * Confirm that privilege escalation by password (kdesu) works as expected
 1. K-Menu->Computer->Muon Software Center:
  * Open Settings->Configure Software Sources

  * Confirm that privilege escalation by password (kdesudo) works as expected
Line 40: Line 41:
  * Install something (like konqueror)
  * Confirm that privilege escalation by password (polkit-kde) works as expected
Line 42: Line 45:

 1. '''Common Problems''' ( these features are likely to break )
 10.1
Line 46: Line 52:

1. If you are sure that 3D acceleration works on your box, open up glxgears and test it.
 1. If you're convinced that CPU frequency scaling should work, add the CPU frequency scaling applet to your panel and make sure it works.
 1. If you are sure that 3D acceleration works on your box, open up glxgears (part of the package mesa-utils) and test it.
Line 53: Line 57:
 1. To test the network, start K Menu->System->Adept Manager and:
  * Attempt update from Adept Manager, confirm success.
 1. To test the network, start K Menu->Applications->System->Package Manager and:
  * Attempt update from Muon, confirm success.
Line 80: Line 84:
   * Plug in your printer and run System->Preferences->Printer. If it doesn't show up, add it to the list.    * Plug in your printer and run K Menu->System Settings->Printer Configuration. If it doesn't show up, add it to the list.
Line 82: Line 86:
   * If you happen to have a network printer, add it by running System->Preferences->Printer and do a test print.    * If you happen to have a network printer, add it by running K Menu->System Settings->Printer Configuration and do a test print.
Line 86: Line 90:
   * Click on hibernate in System->Log Out    * Click on hibernate in K Menu->Leave
Line 94: Line 98:
 1. If any one of the applications you used during the tests has a 'Help->Get help online' menu option, please check if it works.
1. CD/DVD/ZIP drive: put a CD, DVD or ZIP disk in your computer, and see if it auto-mounts.
 1. CD/DVD/USB drive: put a CD, DVD disk or USB drive in your computer, and see if it auto-mounts.
Line 115: Line 118:
 1. 'grep -r' for your password in /var/log/installer/ and /var/cache/debconf/; make sure it does not appear. (This is to ensure that [https://launchpad.net/bugs/34606 bug #34606] does not recur.); be careful on a live system though since this command will land in your bash history.  1. 'grep -r' for your password in /var/log/installer/ and /var/cache/debconf/; make sure it does not appear. (This is to ensure that [[https://launchpad.net/bugs/34606|bug #34606]] does not recur.); be careful on a live system though since this command will land in your bash history.
Line 119: Line 122:
Please file bugs at '''[http://launchpad.net/distros/ubuntu/+filebug Malone]''', you may link to them in one of the sections below. If you find something not working as expected, please file a bug using the following command in a terminal:
Line 121: Line 124:
If you find something not working as expected, please file a bug at https://launchpad.net/distros/ubuntu/+filebug - if you do so, please include the following information:
 * the package this issue is related to (if you can specify) and its '''version'''
 * name the version of Kubuntu you use:
  * either the name of the release (if it was a released CD)
  * the day of the daily release you tried
 * the '''architecture''' you use (Intel, AMD64, PowerPC)
 * what you exactly tried to do
 * if it used to work, please try to state as exactly as you can, when it last worked
 * '''["DebuggingProcedures"]''' will tell you, which information to include.
{{{
ubuntu-bug PACKAGENAME
}}}
Line 131: Line 128:
If you need more help on filing the bug, http://www.chiark.greenend.org.uk/~sgtatham/bugs.html might have the answer. where '''PACKAGENAME''' is the package with which you are experiencing a bug. You can learn more about reporting bugs at http://wiki.ubuntu.com/ReportingBugs.

Thanks a lot for taking part in the testing. You make Kubuntu better and you help us to keep track of the necessary changes.

Testing/Kubuntu/Current gives an overview over the most current CD, who did testing on it, which installation methods were covered and which bugs are already known.

Getting the Test CDs

  • Check the ISO tracker for the current Test CDs. The milestones in Testing are the relevatn ones.

  • If you are testing the Daily CDs or DVDs, use the rsync application to speed up your download ( Rsync is able to download only the changes in the binary file, it doesn't have to download the file all over again.)

    • Example: rsync -vPz rsync://cdimage.ubuntu.com/cdimage/kubuntu/daily-live/current/pangolin-desktop-i386.iso ./
  • Another way to easy get the images and test them in a VM is testdrive (testdrive-gtk package)

Checking the Test Routines

Common Tasks

This is a short version of the test plan. It should take you just some minutes to go through all the tests.

  • (0. Install the system - see Testing/Kubuntu/Current. )

  • Boot the system
    • Confirm proper graphical progress display and login screen presentation
  • Log in with default session
    • is the resolution as you expected? (Check in System Settings -> Display)

    • Note login sound, if equipped with appropriate hardware
  • Load www.kubuntu.org in rekonq
    • Is the keyboard layout as you expected?
  • Open the Examples folder (System->Home->Examples, or on the desktop CD just Examples on the desktop)

    • copy an LibreOffice Text Document (an .odt, .rtf or .doc file) onto the desktop

    • open it
    • change some bits of the text
    • does spell check work?
    • save it
  • Launch Help from Writer
  • If you have one, plug in a USB drive and check that the popup window lets you mount it
  • K-Menu->Computer->Muon Software Center:

    • Open Settings->Configure Software Sources

    • Confirm that privilege escalation by password (kdesudo) works as expected
    • Add universe.
    • Install something (like konqueror)
    • Confirm that privilege escalation by password (polkit-kde) works as expected
  • Log out, shutdown/reboot
    • Confirm proper graphical progress display and reboot/shutdown functionality
  • Common Problems ( these features are likely to break ) 10.1

Long Routine

This is the long version of the test plan. It will take you a bit more time, but some steps probably won't apply to your environment. You can safely skip them.

  1. If you are sure that 3D acceleration works on your box, open up glxgears (part of the package mesa-utils) and test it.
  2. If you usually connect only using one of these methods and have access to another one, can you try if another one works too?
    • DSL installation
    • More than one device
    • Modem/ISDN
  3. To test the network, start K Menu->Applications->System->Package Manager and:

    • Attempt update from Muon, confirm success.
    • Check if the Universe repository is enabled, if not - enable it.
    • Attempt installing $PACKAGE from universe, confirm success.
  4. If you have access to a Samba or NFS share, try to use it.
    • Browse the network
    • Copy a file over
    • Download it
    • Remove it again
  5. If you have a DVD drive, put in a DVD and see what it contains.
  6. If you happen to own a CD burner, try burning a CD.
  7. Using the mail application (try both POP and IMAP if possible):
    • Retrieve your mail.
    • Setup an account in the application's preferences.
    • Send an email to that account.
    • Retrieve it again.
  8. Using the Groupware application, add a task, a calendar entry, and a contact.
  9. Does Localization work?
    • Install Kubuntu.
    • Install Kubuntu using English as the default keyboard layout and language.
    • Add a right-to-left language, and test correct output, menus, etc.
    • Add a western European language, and test correct output, menus, etc.
  10. Add a new user:
    • Login as different user.
    • Log back in as the initial user.
    • Remove the new user.
  11. Test a printer:
    • Plug in your printer and run K Menu->System Settings->Printer Configuration. If it doesn't show up, add it to the list.

    • If printer is listed, try to print a test page.
    • If you happen to have a network printer, add it by running K Menu->System Settings->Printer Configuration and do a test print.

  12. If you are testing a laptop, repeat the following steps, one time for an open source graphics driver, and one if you also have a device that's supported only with a proprietary driver:
    1. Put your machine to sleep , and then wake it back up. Does it come back?
    2. Try to hibernate, and then try to restore from that. Does it work?
      • Click on hibernate in K Menu->Leave

      • The machine should power off after a time. If it doesn't, or if your session isn't restored after pressing the power button, then it has failed.
    3. Set up your machine to go to sleep after a short period of time. Does it fall asleep after that time?
    4. Set up your machine to hibernate after a short period of time. Does it hibernate after that time has passed?
  13. DVD, CD (burning)
    • If not already done, download the Kubuntu Live CD ISO from kubuntu.org
    • Burn it to a CD
    • Does the CD work alright? Confirm.
  14. CD/DVD/USB drive: put a CD, DVD disk or USB drive in your computer, and see if it auto-mounts.
  15. If you have a Windows partition, try to access it.
  16. Digital Camera
    • Take a photo.
    • Plug the camera into your computer and import a photo from it.
  17. iPod
    • Plug the iPod in.
    • Try to access it
  18. If you have a bluetooth phone and your computer has this functionality too:
    • Send a file from your phone to your computer
    • Send a file from your computer to your phone
  19. Try to scan a page with a scanner.
  20. Navigate to the Examples folder and see how these files work
    • PDF
    • Pictures
    • MP3, Ogg
    • Movies
    • OpenOffice documents

    • .zip files.
  21. if you have an AudioCD at hand, try playing it.
  22. 'grep -r' for your password in /var/log/installer/ and /var/cache/debconf/; make sure it does not appear. (This is to ensure that bug #34606 does not recur.); be careful on a live system though since this command will land in your bash history.

Reporting Bugs

If you find something not working as expected, please file a bug using the following command in a terminal:

ubuntu-bug PACKAGENAME

where PACKAGENAME is the package with which you are experiencing a bug. You can learn more about reporting bugs at http://wiki.ubuntu.com/ReportingBugs.

Testing/Kubuntu/Introduction (last edited 2014-02-28 10:30:52 by valorie-zimmerman)