Editing Help testing software

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
{{extras-testing}}
+
If you are eager to help the Maemo community, there are numerous ways to help. One pretty easy way is to help in application testing. '''BUT READ THIS DISCLAIMER FIRST:''' [http://talk.maemo.org/showthread.php?t=32676&highlight=extras Seriously: don't send users out of Extras without a big warning]
-
If you want more info about extras testing risks, please see [http://talk.maemo.org/showthread.php?t=32676 Seriously: don't send users out of Extras without a big warning]. There is also a great summary of the different levels of stability by repository: [http://talk.maemo.org/showpost.php?p=431432&postcount=5 at talk.maemo.org]
 
-
==Intro==
 
-
If you are eager to help the Maemo community, there are numerous ways to help. One pretty easy way is to help in application testing. This article is a beginner-friendly introduction to the [[Extras-testing]] repository and testing process.
 
-
'''Please see also [[Testing Squad]] -article and consider joining the squad!
+
== Enable Maemo Extras Testing -repository ==
-
'''
+
-
== Step by step instructions ==
+
*On your N900 device, go into App Manager, top menu, "Repositories", and add the following repository:
-
 
+
-
===Finding Things and Getting Started===
+
-
 
+
-
Ultimately, as you become more comfortable with Maemo, you will to want to refer to the [[Extras-testing]] wiki page. This page has some specific guides for those who may be overwhelmed by the extras-testing page.
+
-
 
+
-
===Finding an App to Test===
+
-
The applications waiting for testing are listed [http://maemo.org/packages/repository/qa/fremantle_extras-testing/ at maemo.org packages] by age (the oldest is first). When picking an app to test, note that those that already have 10 or more karma are "done". Do not waste your time on those. The same applies if the package has less than -5 karma: such an app obviously needs to be fixed and re-released.
+
-
 
+
-
Pick an app to test. Maybe you have a particular interest in seeing one make it to [[Extras]]; maybe you just want to help and start at the top (oldest). Click on the link to open the package version page. Make sure you are testing the right version of the app: there may be an earlier version already in extras (which you might have already installed). In fact, there may even be a third version in extras-devel, but that won't show up unless you enable that repository.
+
-
 
+
-
In the case you have the Extras version installed, the newest version should show up as an available upgrade if you have the extras-testing repository enabled. You should uninstall the extras version first (rather than upgrading directly) so you can properly check for optification. Before you can install the package from testing, you'll need to add the [[repository]].
+
-
 
+
-
===Adding the Extras-testing Repository===
+
-
On your [[Nokia N900|N900]] device, go into App Manager, top menu, "Repositories"
+
-
 
+
-
[[Image:add_repository.png]]
+
-
 
+
-
and add the following repository:
+
-
 
+
-
[[Image:Catalogue_details.png]]
+
Line 39: Line 15:
| Distribution: fremantle
| Distribution: fremantle
|-
|-
-
| Sections: free
+
| Sections: free non-free
|-
|-
| Enabled: YES
| Enabled: YES
|}
|}
 +
Name: Maemo Extras Testing
 +
URL: http://repository.maemo.org/extras-testing/
 +
Distribution: fremantle
 +
Sections: free non-free
 +
Enabled: YES
 +
*Do "Update", then "Download" and you will see way more packages than if you just use Extras. Install some you like.
-
*Do "Update".
+
== Install software from Testing -repository ==
-
*Click on "Download" and find the app you want to test. make sure the version of the app you have decided to test is the same as the one in testing (remember the package version page you opened in your browser?).
 
-
'''Note: Each new version of the package has to be voted up separately!'''
+
*Run installed packages. If package runs well, vote it up. If it crashes, vote it down and leave a comment. Voting and commenting happens here:
-
== Testing process ==
+
[http://maemo.org/packages/repository/qa/fremantle_extras-testing/ http://maemo.org/packages/repository/qa/fremantle_extras-testing/]
-
[[Extras-testing/QA_Checklist|QA Checklist]] describes the different steps in testing. Here will be explanations to each step that isn't self-explanatory.
+
-
Quote from article for reference:
+
-
1. [ ] Bug database exist.
+
-
2. [ ] Licensing ok.
+
-
3. [ ] No illegal/dubious content.
+
-
4. [ ] Working provided features.
+
-
5. [ ] No missing announced features.
+
-
6. [ ] Optification ok.
+
-
7. [ ] No performance problems.
+
-
8. [ ] No power management issues.
+
-
9. [ ] No known security risks.
+
 +
'''Note: Each new version of the package has to be voted up separately!'''
 +
source:
 +
http://talk.maemo.org/showpost.php?p=349477&postcount=63
-
===Testing for Optification===
+
[[category:Basics]]
-
"Optification" means moving anything of significant size out of the root partition and into the 2 GB /opt partition so that the very cramped 256 MB rootfs doesn't fill up (which can really ruin your day). You see disk usage by using the disk free command (df).
+
[[category:Development]]
-
 
+
-
A typical N900 might show the following disk free output:
+
-
* rootfs use 76%
+
-
* mmcblk0p2 use 6%
+
-
 
+
-
Remember, the idea is to prevent the rootfs from being filled up.
+
-
 
+
-
What you want to do is run
+
-
df -h | grep -e rootfs -e mmcblk0p2
+
-
 
+
-
from the command line before and after you install and see how much the usage of each partition changes. If more than, say, 300 kb (0.3 MB) are added to usage of rootfs, it's too much and the package needs to be optified (so vote it down with that comment). BTW, the above command just filters out the unnecessary lines; you can just type
+
-
df -h
+
-
if you want. The '-h' gives you the numbers in "human-readable" numbers like MB instead of bytes/blocks/kb.
+
-
 
+
-
You could also run a perl script that reports non-optified components of a package no matter when you installed it. You find this script in [http://talk.maemo.org/showpost.php?p=433336&postcount=20 this post] on talk.maemo.org.
+
-
 
+
-
One of the other tests is that the package uninstalls cleanly. A (partial) way to check this is to uninstall it and see if the df returns to what it was before you installed.
+
-
 
+
-
=== Voting ===
+
-
 
+
-
Refer to [[Extras-testing/QA_Checklist|the QA Checklist]] to see the other criteria for a successful test. When you have evaluated the application, be sure to report your findings by voting on the package version page you opened in your browser. You may need to request a garage account first. Also leave a comment if you have anything to report besides success. Comments take a while to process, so assume it has been added or you may find yourself double-commenting.
+
-
 
+
-
sources:
+
-
* http://talk.maemo.org/showpost.php?p=349477&postcount=63
+
-
* http://danielwilms.wordpress.com/2009/11/27/extras-testing-step-by-step/
+
-
* http://talk.maemo.org/showpost.php?p=431878&postcount=24
+
-
 
+
-
[[Category:Development]]
+
-
[[Category:Power users]]
+
-
[[Category:Quality Assurance]]
+

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: