<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.meego.com/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.meego.com/index.php?title=Special:Contributions/Vilvo&amp;feed=atom&amp;limit=50&amp;target=Vilvo&amp;year=&amp;month=</id>
		<title>MeeGo wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.meego.com/index.php?title=Special:Contributions/Vilvo&amp;feed=atom&amp;limit=50&amp;target=Vilvo&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Special:Contributions/Vilvo"/>
		<updated>2013-06-19T09:51:48Z</updated>
		<subtitle>From MeeGo wiki</subtitle>
		<generator>MediaWiki 1.16.2</generator>

	<entry>
		<id>http://wiki.meego.com/Build_Infrastructure/Packagers_Developers/CLI_Part_2</id>
		<title>Build Infrastructure/Packagers Developers/CLI Part 2</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Build_Infrastructure/Packagers_Developers/CLI_Part_2"/>
				<updated>2011-07-13T15:36:09Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Summary and next steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= How to use the MeeGo / OBS Command Line Tools, Part 2 =&lt;br /&gt;
&lt;br /&gt;
You've used the set up the 'osc' tool in [[Build_Infrastructure/Packagers_Developers/CLI_Part_1|Part 1]] and now it's time to check out your project for local editing and build.&lt;br /&gt;
&lt;br /&gt;
== Find the project to checkout ==&lt;br /&gt;
&lt;br /&gt;
You can list projects you can check out using 'osc ls'. You will see your home project you created in the Web UI listed too:&lt;br /&gt;
&lt;br /&gt;
 $ osc ls&lt;br /&gt;
 Trunk&lt;br /&gt;
 Trunk:Testing&lt;br /&gt;
 devel:base&lt;br /&gt;
 ...&lt;br /&gt;
 home:&amp;lt;login&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
== Change to your OBS area ==&lt;br /&gt;
&lt;br /&gt;
Create a directory for doing work and change directory into it:&lt;br /&gt;
&lt;br /&gt;
 $ mkdir ~/obs&lt;br /&gt;
 $ cd ~/obs&lt;br /&gt;
&lt;br /&gt;
== Check out the desired project ==&lt;br /&gt;
&lt;br /&gt;
This is a lot like using Subversion or CVS as the model is 'checkout' and 'checkin' (abbreviated 'co' and 'ci', respectively):&lt;br /&gt;
&lt;br /&gt;
 $ osc co home:&amp;lt;login&amp;gt;&lt;br /&gt;
 A home:&amp;lt;login&amp;gt;&lt;br /&gt;
 A home:&amp;lt;login&amp;gt;:bash&lt;br /&gt;
 A home:&amp;lt;login&amp;gt;:bash/Makefile&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
You will now find your checked out project ready for modification and rebuild under home:&amp;lt;login&amp;gt;/&amp;lt;packagename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Branching a package to your home project ==&lt;br /&gt;
&lt;br /&gt;
If using MeeGo OBS:&lt;br /&gt;
&lt;br /&gt;
 $ osc branch Trunk:Testing &amp;lt;packagename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tips, use 'bco' subcommand alias will make osc checkout the branched package meanwhile:&lt;br /&gt;
&lt;br /&gt;
 $ osc bco Trunk:Testing &amp;lt;packagename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Summary and next steps ==&lt;br /&gt;
&lt;br /&gt;
This guide gave an introduction on how to use the osc tool to checkout sources.&lt;br /&gt;
The next page will cover building your project. Click [[Build_Infrastructure/Packagers_Developers/CLI_Part_3|here]] to open the 3rd part.&lt;br /&gt;
&lt;br /&gt;
[[Category:Build Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-29T10:39:15Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Test asset */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs (in priority order) =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* [http://194.136.64.78/logger/view/ OTS server] - Ville Ilvonen/Riku Halonen, DONE&lt;br /&gt;
* [http://194.136.64.78/logger/view/workers/ OTS worker(s) for core tests]- Ville Ilvonen/Riku Halonen/Timo Harkonen - DONE&lt;br /&gt;
* [http://qa-reports.meego.com/1.2/Core/Hourly%20-%20Automated Reporting of hourly tests to QA-reports] - Ville Ilvonen/Esa-Pekka Miettinen/Timo Harkonen - DONE&lt;br /&gt;
* Minimize automatic installation time to 10mins - Timo Makimattila, ONGOING&lt;br /&gt;
* OTS worker for UX tests - NOTSTARTED&lt;br /&gt;
* Power consumption measurements - NOTSTARTED&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup - Riku Halonen/Timo Harkonen/Ville Ilvonen - DONE (in OTS subnet, see above) &lt;br /&gt;
&lt;br /&gt;
* We need to be able to control included test packages - ONGOING (http://meego.gitorious.org/meego-quality-assurance/handset-hourly-automated-tests)&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* qt-demos already available from the repos&lt;br /&gt;
* Small applications that use Qt mobility APIs to access things like sensors to help manual testing&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* [https://bugs.meego.com/buglist.cgi?quicksearch=mcts  List of open bugs for MCTS] &lt;br /&gt;
** see priorities below - discuss with Iekku about priorities of open bugs for MCTS tests&lt;br /&gt;
# WLAN cases&lt;br /&gt;
# Call/SMS cases&lt;br /&gt;
# Audio policy framework cases (lower priority)&lt;br /&gt;
# Camera cases (lower priority)&lt;br /&gt;
# Sensor data cases (Qt Mobility, lower priority)&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
* Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
** looking into rich-core use in MeeGo - ONGOING (sampos, rikhalon)&lt;br /&gt;
** set up back-end server for core processing - ONGOING (rikhalon)&lt;br /&gt;
&lt;br /&gt;
== Boot time measurement ==&lt;br /&gt;
* Measure and optimize N900 boot time (timakima, ONGOING)&lt;br /&gt;
&lt;br /&gt;
== CPU load measurement during audio/video playback ==&lt;br /&gt;
&lt;br /&gt;
== Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;br /&gt;
&lt;br /&gt;
== Error Management ==&lt;br /&gt;
* Error Manager Iekku Huttunen&lt;br /&gt;
&lt;br /&gt;
== Usefull links ==&lt;br /&gt;
&lt;br /&gt;
* [[ARM/N900/Install/MMC|Flashing instructions]]&lt;br /&gt;
Flashing tested with http://download.meego.com/testing-daily/builds/trunk/1.1.90.8.20110318.89/ &lt;br /&gt;
&lt;br /&gt;
[[Category:N900]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Brief_git_guide</id>
		<title>Brief git guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Brief_git_guide"/>
				<updated>2011-03-29T07:52:13Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Concepts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Brief Git Guide =&lt;br /&gt;
&lt;br /&gt;
Git is handy version control for collaborative development and testing.&lt;br /&gt;
This guides you briefly through basics to get started. &lt;br /&gt;
Only terminal usage under Linux is covered, for graphical user interfaces please refer guides available at web.&lt;br /&gt;
&lt;br /&gt;
'''Note''' - this was not placed under developer nor testing because it's common for all MeeGo contributors.&lt;br /&gt;
&lt;br /&gt;
== Concepts ==&lt;br /&gt;
&lt;br /&gt;
Please open [http://www.cheat-sheets.org/saved-copy/git-cheat-sheet.pdf excellent git cheat sheet]&lt;br /&gt;
Work flow is illustrated in the upper-right corner of cheat sheet. &lt;br /&gt;
The most basic flow with existing repository goes like:&lt;br /&gt;
&lt;br /&gt;
=== 1. Create ===&lt;br /&gt;
&lt;br /&gt;
  git clone &amp;lt;repository&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
&lt;br /&gt;
  git clone git://gitorious.org/meego-quality-assurance/handset-ux-tests.git&lt;br /&gt;
&lt;br /&gt;
=== 2. Change ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;edit or create files with your favorite tools / editors&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 3. Commit changes ===&lt;br /&gt;
  &lt;br /&gt;
  git add &amp;lt;newfile&amp;gt; (if you created new file)&lt;br /&gt;
  git commit -a &lt;br /&gt;
&lt;br /&gt;
Your default editor is opened and you need to write description of changes.&lt;br /&gt;
&lt;br /&gt;
=== 4. Push changes to share ===&lt;br /&gt;
 &lt;br /&gt;
  git push (this assumes you have commit rights to repository, please check with repository admin)&lt;br /&gt;
&lt;br /&gt;
''' That's it! Congratulations! '''&lt;br /&gt;
&lt;br /&gt;
== Pre-steps ==&lt;br /&gt;
&lt;br /&gt;
=== Mandatory - Make sure you have git installed ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu: &lt;br /&gt;
  sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Optional - If working behind ssh-proxy ===&lt;br /&gt;
&lt;br /&gt;
If you are working with corporation you might need to resolve ssh-proxy challenge.&lt;br /&gt;
&lt;br /&gt;
Make sure you have following $USER/.ssh/config for your user account&lt;br /&gt;
&lt;br /&gt;
  host proxy &lt;br /&gt;
    HostName '''&amp;lt;yoursshproxyhere&amp;gt;'''&lt;br /&gt;
    user '''&amp;lt;youruseraccounthere&amp;gt;'''&lt;br /&gt;
    Compression no&lt;br /&gt;
    LocalForward 2227 gitorious.org:22&lt;br /&gt;
  host gitorious.org&lt;br /&gt;
    User git&lt;br /&gt;
    HostName 127.0.0.1&lt;br /&gt;
    Port 2227&lt;br /&gt;
  &lt;br /&gt;
Run the following command:&lt;br /&gt;
  ssh -f -N proxy&lt;br /&gt;
  &amp;lt;type password for your account, if required&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Please note that you need to open proxy connection every time you change network or disconnect/connect from network''&lt;br /&gt;
&lt;br /&gt;
Now you can clone and push over ssh proxy to '''gitorious.org''', test as follows:&lt;br /&gt;
  git clone git://gitorious.org/meego-quality-assurance/handset-ux-tests.git&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Brief_git_guide</id>
		<title>Brief git guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Brief_git_guide"/>
				<updated>2011-03-29T07:51:53Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Concepts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Brief Git Guide =&lt;br /&gt;
&lt;br /&gt;
Git is handy version control for collaborative development and testing.&lt;br /&gt;
This guides you briefly through basics to get started. &lt;br /&gt;
Only terminal usage under Linux is covered, for graphical user interfaces please refer guides available at web.&lt;br /&gt;
&lt;br /&gt;
'''Note''' - this was not placed under developer nor testing because it's common for all MeeGo contributors.&lt;br /&gt;
&lt;br /&gt;
== Concepts ==&lt;br /&gt;
&lt;br /&gt;
Please open [http://www.cheat-sheets.org/saved-copy/git-cheat-sheet.pdf excellent git cheat sheet]&lt;br /&gt;
Workflow with is illustrated in the upper-right corner of cheat sheet. &lt;br /&gt;
The most basic flow with existing repository goes like:&lt;br /&gt;
&lt;br /&gt;
=== 1. Create ===&lt;br /&gt;
&lt;br /&gt;
  git clone &amp;lt;repository&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
&lt;br /&gt;
  git clone git://gitorious.org/meego-quality-assurance/handset-ux-tests.git&lt;br /&gt;
&lt;br /&gt;
=== 2. Change ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;edit or create files with your favorite tools / editors&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 3. Commit changes ===&lt;br /&gt;
  &lt;br /&gt;
  git add &amp;lt;newfile&amp;gt; (if you created new file)&lt;br /&gt;
  git commit -a &lt;br /&gt;
&lt;br /&gt;
Your default editor is opened and you need to write description of changes.&lt;br /&gt;
&lt;br /&gt;
=== 4. Push changes to share ===&lt;br /&gt;
 &lt;br /&gt;
  git push (this assumes you have commit rights to repository, please check with repository admin)&lt;br /&gt;
&lt;br /&gt;
''' That's it! Congratulations! '''&lt;br /&gt;
&lt;br /&gt;
== Pre-steps ==&lt;br /&gt;
&lt;br /&gt;
=== Mandatory - Make sure you have git installed ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu: &lt;br /&gt;
  sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Optional - If working behind ssh-proxy ===&lt;br /&gt;
&lt;br /&gt;
If you are working with corporation you might need to resolve ssh-proxy challenge.&lt;br /&gt;
&lt;br /&gt;
Make sure you have following $USER/.ssh/config for your user account&lt;br /&gt;
&lt;br /&gt;
  host proxy &lt;br /&gt;
    HostName '''&amp;lt;yoursshproxyhere&amp;gt;'''&lt;br /&gt;
    user '''&amp;lt;youruseraccounthere&amp;gt;'''&lt;br /&gt;
    Compression no&lt;br /&gt;
    LocalForward 2227 gitorious.org:22&lt;br /&gt;
  host gitorious.org&lt;br /&gt;
    User git&lt;br /&gt;
    HostName 127.0.0.1&lt;br /&gt;
    Port 2227&lt;br /&gt;
  &lt;br /&gt;
Run the following command:&lt;br /&gt;
  ssh -f -N proxy&lt;br /&gt;
  &amp;lt;type password for your account, if required&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Please note that you need to open proxy connection every time you change network or disconnect/connect from network''&lt;br /&gt;
&lt;br /&gt;
Now you can clone and push over ssh proxy to '''gitorious.org''', test as follows:&lt;br /&gt;
  git clone git://gitorious.org/meego-quality-assurance/handset-ux-tests.git&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Brief_git_guide</id>
		<title>Brief git guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Brief_git_guide"/>
				<updated>2011-03-29T07:47:22Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Brief Git Guide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Brief Git Guide =&lt;br /&gt;
&lt;br /&gt;
Git is handy version control for collaborative development and testing.&lt;br /&gt;
This guides you briefly through basics to get started. &lt;br /&gt;
Only terminal usage under Linux is covered, for graphical user interfaces please refer guides available at web.&lt;br /&gt;
&lt;br /&gt;
'''Note''' - this was not placed under developer nor testing because it's common for all MeeGo contributors.&lt;br /&gt;
&lt;br /&gt;
== Concepts ==&lt;br /&gt;
&lt;br /&gt;
Please open [- http://www.cheat-sheets.org/saved-copy/git-cheat-sheet.pdf excellent git cheat sheet]&lt;br /&gt;
Workflow with is illustrated in the upper-right corner of cheat sheet. &lt;br /&gt;
The most basic flow with existing repository goes like:&lt;br /&gt;
&lt;br /&gt;
=== 1. Create ===&lt;br /&gt;
&lt;br /&gt;
  git clone &amp;lt;repository&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
&lt;br /&gt;
  git clone git://gitorious.org/meego-quality-assurance/handset-ux-tests.git&lt;br /&gt;
&lt;br /&gt;
=== 2. Change ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;edit or create files with your favorite tools / editors&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 3. Commit changes ===&lt;br /&gt;
  &lt;br /&gt;
  git add &amp;lt;newfile&amp;gt; (if you created new file)&lt;br /&gt;
  git commit -a &lt;br /&gt;
&lt;br /&gt;
Your default editor is opened and you need to write description of changes.&lt;br /&gt;
&lt;br /&gt;
=== 4. Push changes to share ===&lt;br /&gt;
 &lt;br /&gt;
  git push (this assumes you have commit rights to repository, please check with repository admin)&lt;br /&gt;
&lt;br /&gt;
''' That's it! Congratulations! '''&lt;br /&gt;
&lt;br /&gt;
== Pre-steps ==&lt;br /&gt;
&lt;br /&gt;
=== Mandatory - Make sure you have git installed ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu: &lt;br /&gt;
  sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Optional - If working behind ssh-proxy ===&lt;br /&gt;
&lt;br /&gt;
If you are working with corporation you might need to resolve ssh-proxy challenge.&lt;br /&gt;
&lt;br /&gt;
Make sure you have following $USER/.ssh/config for your user account&lt;br /&gt;
&lt;br /&gt;
  host proxy &lt;br /&gt;
    HostName '''&amp;lt;yoursshproxyhere&amp;gt;'''&lt;br /&gt;
    user '''&amp;lt;youruseraccounthere&amp;gt;'''&lt;br /&gt;
    Compression no&lt;br /&gt;
    LocalForward 2227 gitorious.org:22&lt;br /&gt;
  host gitorious.org&lt;br /&gt;
    User git&lt;br /&gt;
    HostName 127.0.0.1&lt;br /&gt;
    Port 2227&lt;br /&gt;
  &lt;br /&gt;
Run the following command:&lt;br /&gt;
  ssh -f -N proxy&lt;br /&gt;
  &amp;lt;type password for your account, if required&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Please note that you need to open proxy connection every time you change network or disconnect/connect from network''&lt;br /&gt;
&lt;br /&gt;
Now you can clone and push over ssh proxy to '''gitorious.org''', test as follows:&lt;br /&gt;
  git clone git://gitorious.org/meego-quality-assurance/handset-ux-tests.git&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Brief_git_guide</id>
		<title>Brief git guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Brief_git_guide"/>
				<updated>2011-03-29T07:40:08Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Optional - If working behind ssh-proxy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Brief Git Guide =&lt;br /&gt;
&lt;br /&gt;
Git is handy version control for collaborative development and testing.&lt;br /&gt;
This guides you briefly through basics to get started. &lt;br /&gt;
Only terminal usage under Linux is covered, for graphical user interfaces please refer guides available at web.&lt;br /&gt;
&lt;br /&gt;
== Concepts ==&lt;br /&gt;
&lt;br /&gt;
Please open [- http://www.cheat-sheets.org/saved-copy/git-cheat-sheet.pdf excellent git cheat sheet]&lt;br /&gt;
Workflow with is illustrated in the upper-right corner of cheat sheet. &lt;br /&gt;
The most basic flow with existing repository goes like:&lt;br /&gt;
&lt;br /&gt;
=== 1. Create ===&lt;br /&gt;
&lt;br /&gt;
  git clone &amp;lt;repository&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
&lt;br /&gt;
  git clone git://gitorious.org/meego-quality-assurance/handset-ux-tests.git&lt;br /&gt;
&lt;br /&gt;
=== 2. Change ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;edit or create files with your favorite tools / editors&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 3. Commit changes ===&lt;br /&gt;
  &lt;br /&gt;
  git add &amp;lt;newfile&amp;gt; (if you created new file)&lt;br /&gt;
  git commit -a &lt;br /&gt;
&lt;br /&gt;
Your default editor is opened and you need to write description of changes.&lt;br /&gt;
&lt;br /&gt;
=== 4. Push changes to share ===&lt;br /&gt;
 &lt;br /&gt;
  git push (this assumes you have commit rights to repository, please check with repository admin)&lt;br /&gt;
&lt;br /&gt;
''' That's it! Congratulations! '''&lt;br /&gt;
&lt;br /&gt;
== Pre-steps ==&lt;br /&gt;
&lt;br /&gt;
=== Mandatory - Make sure you have git installed ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu: &lt;br /&gt;
  sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Optional - If working behind ssh-proxy ===&lt;br /&gt;
&lt;br /&gt;
Make sure you have following $USER/.ssh/config for your user account&lt;br /&gt;
&lt;br /&gt;
  host proxy &lt;br /&gt;
    HostName '''&amp;lt;yoursshproxyhere&amp;gt;'''&lt;br /&gt;
    user '''&amp;lt;youruseraccounthere&amp;gt;'''&lt;br /&gt;
    Compression no&lt;br /&gt;
    LocalForward 2227 gitorious.org:22&lt;br /&gt;
  host gitorious.org&lt;br /&gt;
    User git&lt;br /&gt;
    HostName 127.0.0.1&lt;br /&gt;
    Port 2227&lt;br /&gt;
  &lt;br /&gt;
Run the following command:&lt;br /&gt;
  ssh -f -N proxy&lt;br /&gt;
  &amp;lt;type password for your account, if required&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Please note that you need to open proxy connection every time you change network or disconnect/connect from network''&lt;br /&gt;
&lt;br /&gt;
Now you can clone and push over ssh proxy to '''gitorious.org''', test as follows:&lt;br /&gt;
  git clone git://gitorious.org/meego-quality-assurance/handset-ux-tests.git&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Brief_git_guide</id>
		<title>Brief git guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Brief_git_guide"/>
				<updated>2011-03-29T07:39:41Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: Created page with &amp;quot;= Brief Git Guide =  Git is handy version control for collaborative development and testing. This guides you briefly through basics to get started.  Only terminal usage under Lin…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Brief Git Guide =&lt;br /&gt;
&lt;br /&gt;
Git is handy version control for collaborative development and testing.&lt;br /&gt;
This guides you briefly through basics to get started. &lt;br /&gt;
Only terminal usage under Linux is covered, for graphical user interfaces please refer guides available at web.&lt;br /&gt;
&lt;br /&gt;
== Concepts ==&lt;br /&gt;
&lt;br /&gt;
Please open [- http://www.cheat-sheets.org/saved-copy/git-cheat-sheet.pdf excellent git cheat sheet]&lt;br /&gt;
Workflow with is illustrated in the upper-right corner of cheat sheet. &lt;br /&gt;
The most basic flow with existing repository goes like:&lt;br /&gt;
&lt;br /&gt;
=== 1. Create ===&lt;br /&gt;
&lt;br /&gt;
  git clone &amp;lt;repository&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
&lt;br /&gt;
  git clone git://gitorious.org/meego-quality-assurance/handset-ux-tests.git&lt;br /&gt;
&lt;br /&gt;
=== 2. Change ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;edit or create files with your favorite tools / editors&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 3. Commit changes ===&lt;br /&gt;
  &lt;br /&gt;
  git add &amp;lt;newfile&amp;gt; (if you created new file)&lt;br /&gt;
  git commit -a &lt;br /&gt;
&lt;br /&gt;
Your default editor is opened and you need to write description of changes.&lt;br /&gt;
&lt;br /&gt;
=== 4. Push changes to share ===&lt;br /&gt;
 &lt;br /&gt;
  git push (this assumes you have commit rights to repository, please check with repository admin)&lt;br /&gt;
&lt;br /&gt;
''' That's it! Congratulations! '''&lt;br /&gt;
&lt;br /&gt;
== Pre-steps ==&lt;br /&gt;
&lt;br /&gt;
=== Mandatory - Make sure you have git installed ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu: &lt;br /&gt;
  sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Optional - If working behind ssh-proxy ===&lt;br /&gt;
&lt;br /&gt;
Make sure you have following $USER/.ssh/config for your user account&lt;br /&gt;
&lt;br /&gt;
  host proxy &lt;br /&gt;
    HostName '''&amp;lt;yoursshproxyhere&amp;gt;'''&lt;br /&gt;
    user '''&amp;lt;youruseraccounthere&amp;gt;'''&lt;br /&gt;
    Compression no&lt;br /&gt;
    LocalForward 2227 gitorious.org:22&lt;br /&gt;
&lt;br /&gt;
  host gitorious.org&lt;br /&gt;
    User git&lt;br /&gt;
    HostName 127.0.0.1&lt;br /&gt;
    Port 2227&lt;br /&gt;
  &lt;br /&gt;
Run the following command:&lt;br /&gt;
  ssh -f -N proxy&lt;br /&gt;
  &amp;lt;type password for your account, if required&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Please note that you need to open proxy connection every time you change network or disconnect/connect from network''&lt;br /&gt;
&lt;br /&gt;
Now you can clone and push over ssh proxy to '''gitorious.org''', test as follows:&lt;br /&gt;
  git clone git://gitorious.org/meego-quality-assurance/handset-ux-tests.git&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-25T07:46:10Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Test automation images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs (in priority order) =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* [http://194.136.64.78/logger/view/ OTS server] - Ville Ilvonen/Riku Halonen, DONE&lt;br /&gt;
* [http://194.136.64.78/logger/view/workers/ OTS worker(s) for core tests]- Ville Ilvonen/Riku Halonen/Timo Harkonen - DONE&lt;br /&gt;
* [http://qa-reports.meego.com/1.2/Core/Hourly%20-%20Automated Reporting of hourly tests to QA-reports] - Ville Ilvonen/Esa-Pekka Miettinen/Timo Harkonen - DONE&lt;br /&gt;
* Minimize automatic installation time to 10mins - Timo Makimattila, ONGOING&lt;br /&gt;
* OTS worker for UX tests - NOTSTARTED&lt;br /&gt;
* Power consumption measurements - NOTSTARTED&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup - Riku Halonen/Timo Harkonen/Ville Ilvonen - DONE (in OTS subnet, see above) &lt;br /&gt;
&lt;br /&gt;
* We need to be able to control included test packages - ONGOING (http://meego.gitorious.org/meego-quality-assurance/handset-hourly-automated-tests)&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
* WLAN cases&lt;br /&gt;
* Audio policy framework cases (lower priority)&lt;br /&gt;
* Camera cases (lower priority)&lt;br /&gt;
* Sensor data cases (Qt Mobility, lower priority)&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
* Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
** looking into rich-core use in MeeGo (sampos)&lt;br /&gt;
** set up back-end server for core processing - ONGOING (rikhalon)&lt;br /&gt;
&lt;br /&gt;
== Boot time measurement ==&lt;br /&gt;
* Measure and optimize N900 boot time (timakima, ONGOING)&lt;br /&gt;
&lt;br /&gt;
== CPU load measurement during audio/video playback ==&lt;br /&gt;
&lt;br /&gt;
== Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;br /&gt;
&lt;br /&gt;
== Error Management ==&lt;br /&gt;
* Error Manager Iekku Huttunen&lt;br /&gt;
&lt;br /&gt;
== Usefull links ==&lt;br /&gt;
&lt;br /&gt;
* [[ARM/N900/Install/MMC|Flashing instructions]]&lt;br /&gt;
Flashing tested with http://download.meego.com/testing-daily/builds/trunk/1.1.90.8.20110318.89/ &lt;br /&gt;
&lt;br /&gt;
[[Category:N900]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-25T07:43:13Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* OTS setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs (in priority order) =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* [http://194.136.64.78/logger/view/ OTS server] - Ville Ilvonen/Riku Halonen, DONE&lt;br /&gt;
* [http://194.136.64.78/logger/view/workers/ OTS worker(s) for core tests]- Ville Ilvonen/Riku Halonen/Timo Harkonen - DONE&lt;br /&gt;
* [http://qa-reports.meego.com/1.2/Core/Hourly%20-%20Automated Reporting of hourly tests to QA-reports] - Ville Ilvonen/Esa-Pekka Miettinen/Timo Harkonen - DONE&lt;br /&gt;
* Minimize automatic installation time to 10mins - Timo Makimattila, ONGOING&lt;br /&gt;
* OTS worker for UX tests - NOTSTARTED&lt;br /&gt;
* Power consumption measurements - NOTSTARTED&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup (maybe later with BOSS) &lt;br /&gt;
** DONE - PC with F13 set up for image creation (rikhalon)&lt;br /&gt;
* We need to be able to control included test packages&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
* WLAN cases&lt;br /&gt;
* Audio policy framework cases (lower priority)&lt;br /&gt;
* Camera cases (lower priority)&lt;br /&gt;
* Sensor data cases (Qt Mobility, lower priority)&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
* Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
** looking into rich-core use in MeeGo (sampos)&lt;br /&gt;
** set up back-end server for core processing - ONGOING (rikhalon)&lt;br /&gt;
&lt;br /&gt;
== Boot time measurement ==&lt;br /&gt;
* Measure and optimize N900 boot time (timakima, ONGOING)&lt;br /&gt;
&lt;br /&gt;
== CPU load measurement during audio/video playback ==&lt;br /&gt;
&lt;br /&gt;
== Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;br /&gt;
&lt;br /&gt;
== Error Management ==&lt;br /&gt;
* Error Manager Iekku Huttunen&lt;br /&gt;
&lt;br /&gt;
== Usefull links ==&lt;br /&gt;
&lt;br /&gt;
* [[ARM/N900/Install/MMC|Flashing instructions]]&lt;br /&gt;
Flashing tested with http://download.meego.com/testing-daily/builds/trunk/1.1.90.8.20110318.89/ &lt;br /&gt;
&lt;br /&gt;
[[Category:N900]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-25T07:39:38Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* OTS setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs (in priority order) =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* OTS server - Ville Ilvonen/Riku Halonen, DONE&lt;br /&gt;
* OTS worker(s) for core tests - Ville Ilvonen/Riku Halonen/Timo Harkonen - DONE (2 workers up) &lt;br /&gt;
* Reporting to QA-reports - Ville Ilvonen/Esa-Pekka Miettinen - DONE&lt;br /&gt;
* Minimize automatic installation time to 10mins - Timo Makimattila, DONE&lt;br /&gt;
* OTS worker for UX tests - NOTSTARTED&lt;br /&gt;
* Power consumption measurements - NOTSTARTED&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup (maybe later with BOSS) &lt;br /&gt;
** DONE - PC with F13 set up for image creation (rikhalon)&lt;br /&gt;
* We need to be able to control included test packages&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
* WLAN cases&lt;br /&gt;
* Audio policy framework cases (lower priority)&lt;br /&gt;
* Camera cases (lower priority)&lt;br /&gt;
* Sensor data cases (Qt Mobility, lower priority)&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
* Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
** looking into rich-core use in MeeGo (sampos)&lt;br /&gt;
** set up back-end server for core processing - ONGOING (rikhalon)&lt;br /&gt;
&lt;br /&gt;
== Boot time measurement ==&lt;br /&gt;
* Measure and optimize N900 boot time (timakima, ONGOING)&lt;br /&gt;
&lt;br /&gt;
== CPU load measurement during audio/video playback ==&lt;br /&gt;
&lt;br /&gt;
== Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;br /&gt;
&lt;br /&gt;
== Error Management ==&lt;br /&gt;
* Error Manager Iekku Huttunen&lt;br /&gt;
&lt;br /&gt;
== Usefull links ==&lt;br /&gt;
&lt;br /&gt;
* [[ARM/N900/Install/MMC|Flashing instructions]]&lt;br /&gt;
Flashing tested with http://download.meego.com/testing-daily/builds/trunk/1.1.90.8.20110318.89/ &lt;br /&gt;
&lt;br /&gt;
[[Category:N900]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Community_communication</id>
		<title>Community communication</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Community_communication"/>
				<updated>2011-03-24T18:39:11Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* MeeGo IRC Channels */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This is a work in progress - we are still in the process of creating some of these new mailing lists, but most of this document is accurate.'''&lt;br /&gt;
&lt;br /&gt;
Visit [[Community communication/Status]] for updates.&lt;br /&gt;
&lt;br /&gt;
==Read Before Posting - Helping Yourself==&lt;br /&gt;
&lt;br /&gt;
===Search for existing answers===&lt;br /&gt;
'''IMPORTANT: Before you post to any of our mailing lists or forums, be sure that you have done a thorough search and read our FAQs to see if your question has already been answered.''' We've already answered many questions, and you will get a better response from people if you have already done your due diligence to find obvious or partial answers.&lt;br /&gt;
* '''[[MeeGo FAQ]]''': Main frequently asked questions document with links to specialized FAQs.&lt;br /&gt;
* '''[http://forum.meego.com/search.php Forum Search]''': Use the [http://forum.meego.com/search.php forum search page] to find answers to user questions.&lt;br /&gt;
* '''[http://wiki.meego.com/index.php?title=Special%3ASearch&amp;amp;search=&amp;amp;fulltext=Search Wiki Search]: Find existing documentation and helpful tips.&lt;br /&gt;
* '''Mailing list search''': In Google type: ''my search terms site:lists.meego.com''&lt;br /&gt;
* '''Search Everything''' (meego.com, mailing lists, forums, wiki, etc.): In Google type: ''my search terms site:meego.com''&lt;br /&gt;
&lt;br /&gt;
===Etiquette: What to know before you post===&lt;br /&gt;
* '''Post in the right place''': Read the section below carefully to find the right place to post your question or comment. For example, posting user questions to developer lists annoys developers and you are less likely to get a good response if you don't take the time to find the right place for your post.&lt;br /&gt;
* '''Adhere to our [[Community guidelines]]''': [[Mailing list guidelines]], [[Forum/Guidelines|forum guidelines]], [[Gitorious guidelines]] and [[Wiki contribution guidelines]]. &lt;br /&gt;
* '''File bugs in the right place''': If you found a bug, just go ahead and file it in [http://bugs.meego.com/ bugs.meego.com] ([[Quality/How To Report Bugs|instructions for how to report bugs]])&lt;br /&gt;
&lt;br /&gt;
==Mailing Lists and Forums==&lt;br /&gt;
Discussions about MeeGo, asynchronous project collaboration and answers to questions across a variety of mailing lists and forums. Please note that you must subscribe before you can post to a mailing list, and you need to have a meego.com account to post in our forums. You can learn more by reading our [[Forum/Guidelines|Forum guidelines]] and [[Mailing list guidelines]].&lt;br /&gt;
&lt;br /&gt;
===Announcements===&lt;br /&gt;
Subscribe to these lists to receive announcements.&lt;br /&gt;
&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-announce MeeGo-announce Mailing List]''': General announcements related to the MeeGo project (announcement list - general interest)&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-security MeeGo-security Mailing List]''': MeeGo Security Announcements (announcement list for security professionals and developers)&lt;br /&gt;
&lt;br /&gt;
===Users===&lt;br /&gt;
Issues with installation, user level bugs, or general questions about MeeGo. This is where users of MeeGo can ask questions and discuss MeeGo with other users in our forums.&lt;br /&gt;
&lt;br /&gt;
* '''[http://forum.meego.com/forumdisplay.php?f=2 General]''': MeeGo related topics not classified in a specific subforum.&lt;br /&gt;
* '''[http://forum.meego.com/forumdisplay.php?f=7 Handset]''': MeeGo Handset related topics.&lt;br /&gt;
* '''[http://forum.meego.com/forumdisplay.php?f=9 In-Vehicle]''': MeeGo In-Vehicle Infotainment (IVI) related topics.&lt;br /&gt;
* '''[http://forum.meego.com/forumdisplay.php?f=6 Netbook]''': MeeGo Netbook related topics.&lt;br /&gt;
* '''[http://forum.meego.com/forumdisplay.php?f=8 Tablet]''': MeeGo Tablet related topics.&lt;br /&gt;
* '''[http://forum.meego.com/forumdisplay.php?f=5 Community Matters]''': Discussion about infrastructure, processes, marketing, events, and other community matters for the MeeGo project.&lt;br /&gt;
* '''[http://forum.meego.com/forumdisplay.php?f=4 Off-Topic]''': Totally unrelated but still worth discussing between ameegos.&lt;br /&gt;
&lt;br /&gt;
===Application Developers===&lt;br /&gt;
Ask questions and discuss techniques for developing applications to run on top of MeeGo.&lt;br /&gt;
&lt;br /&gt;
* '''[http://forum.meego.com/forumdisplay.php?f=3 Application Developer Support Forum]''': Offer/get help dealing with application developer tools and APIs.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-sdk MeeGo-sdk Mailing List]''': MeeGo application development - using the SDK / APIs and developing applications for MeeGo.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-python MeeGo-python Mailing List]''': Discuss Python in the MeeGo project and using Python as a prominent choice for third party development (using PySide and QML).&lt;br /&gt;
* '''MeeGo-media-dev Mailing List''': Proposed: Discussions about creating media experience applications on MeeGo.&lt;br /&gt;
&lt;br /&gt;
===Contributors===&lt;br /&gt;
People who are contributing to the MeeGo project collaborate on these lists.&lt;br /&gt;
&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-community MeeGo-Community Mailing List]''': Community, general operations, openness, events and other general interest questions.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-dev MeeGo-dev Mailing List]''': Development on the MeeGo distribution - '''not''' for application development or user level questions (high volume).&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-il10n MeeGo-il10n Mailing List]''': Localization list for MeeGo community.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-packaging MeeGo-Packaging Mailing List]''': Communication about packaging and the build system.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-pm MeeGo-pm Mailing List]''': Program management, product management and general coordination for people working in key roles in the project.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-touch-dev MeeGo-touch-dev Mailing List]''': MeeGo Touch Framework Development.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-releases MeeGo-releases Mailing List]''':  Collaboration list on daily activities for Release Engineering and Quality Assurance teams.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-qa MeeGo-qa Mailing List]''': Collaboration list on daily activities for the Quality Assurance team.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-commits MeeGo-commits Mailing List]''': Broadcast list with auto-generated posts by people committing code into MeeGo.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-kernel MeeGo-kernel Mailing List]''': MeeGo kernel discussions and patches.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-architecture MeeGo-architecture Mailing List]''': MeeGo architecture discussions.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-handset MeeGo-handset Mailing List]''': MeeGo handset program management, product management and development.&lt;br /&gt;
* '''MeeGo-netbook Mailing List''' (proposed): MeeGo netbook program management, product management and development.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-ivi MeeGo-ivi Mailing List]''': MeeGo In-Vehicle Infotainment program management, product management and development.&lt;br /&gt;
* '''MeeGo-mirrors Mailing List''' (proposed): Communication with people who are mirroring our downloads.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-security-discussion MeeGo-security-discussion Mailing List]''': Discussion about the MeeGo Security Framework and other security topics.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-it MeeGo-it Mailing List]''': Discussion about IT and infrastructure for MeeGo.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-porting MeeGo-porting Mailing List]''': Discussions about porting MeeGo to various platforms / devices.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-events MeeGo-events Mailing List]''': Discussions about MeeGo Conferences and other MeeGo events.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-distribution-tools MeeGo-distribution-tools Mailing List]''': Discussion list for the [http://meego.gitorious.org/meego-developer-tools distribution development] and [http://meego.gitorious.org/meego-infrastructure-tools distribution infrastructure] tools used in MeeGo release and packaging. &lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-adaptation-intel-automotive MeeGo-adaptation-intel-automotive Mailing List]''': MeeGo Intel Automotive Adaptation kernel discussion and patches.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-tv MeeGo-tv Mailing List]''': Discussions about Connected TV, Set-Top Boxes (STB) and Media Center devices.&lt;br /&gt;
* '''MeeGo-Media''' (proposed): Discussions about multimedia and media-specific middleware, codecs, reference media applications, sharing frameworks and other media topics.&lt;br /&gt;
* '''[http://lists.meego.com/listinfo/meego-inputmethods MeeGo-Inputmethods]''': Communication channel for the [[Meego Input Methods]] project used by core developers, contributors and external input method plug-in developers. &lt;br /&gt;
&lt;br /&gt;
Note: Lists without links may still be tentative and have not been created or configured yet.&lt;br /&gt;
&lt;br /&gt;
==IRC==&lt;br /&gt;
&lt;br /&gt;
Internet Relay Chat (IRC) for real-time discussions about MeeGo and online meetings. All of our IRC channels are hosted at [http://freenode.net/ irc.freenode.net]. &lt;br /&gt;
&lt;br /&gt;
===MeeGo IRC Channels===&lt;br /&gt;
&lt;br /&gt;
* '''#meego''': 24/7 open discussion.&lt;br /&gt;
* '''#meego-meeting''': scheduled IRC meetings ([[MeeGo-Meeting IRC Schedule]]).&lt;br /&gt;
* '''#meego-meeting-questions''': used for questions during moderated IRC meetings (rarely used).&lt;br /&gt;
* '''#meego-arm''': MeeGo ARM team channel as well as home to the MeeGo N900 hardware adaptation team.&lt;br /&gt;
* '''#meego-dev''': MeeGo project collaboration for developers contributing to MeeGo.&lt;br /&gt;
* '''#meego-sdk''': Discussion about the MeeGo SDK.&lt;br /&gt;
* '''#meego-handset''': Collaboration for the MeeGo Handset team.&lt;br /&gt;
* '''#meego-art''': Graphics and theming.&lt;br /&gt;
* '''#meego-qa''': MeeGo QA channel&lt;br /&gt;
* '''#meego-python''': The MeeGo Python project - Developing and packaging Python for MeeGo + application development using Python&lt;br /&gt;
* '''#meego-l10n''': Used for questions and discussion on localizing MeeGo&lt;br /&gt;
* '''#meego-bar''': Used for drinking Guinness and general off topic chat with colleagues and friends around the world&lt;br /&gt;
* '''#meego-fi''': Regional channel for MeeGo Network Finland. Includes discussions about MeeGo Summit FI&lt;br /&gt;
* '''#meego-rus''': Regional channel for MeeGo Network Russia.&lt;br /&gt;
&lt;br /&gt;
===IRC How-to===&lt;br /&gt;
&lt;br /&gt;
* '''MeeGo [[IRC guidelines]]'''&lt;br /&gt;
* '''[http://irchelp.org/irchelp/ircprimer.html IRC Primer]''': Read this if you are new to IRC.&lt;br /&gt;
* '''[http://freenode.net/channel_guidelines.shtml Freenode Guidelines]'''.&lt;br /&gt;
* '''[http://webchat.freenode.net/ IRC Webchat]''': If you are new to IRC and don't already use an IRC client, you can get into IRC using any browser.&lt;br /&gt;
* '''[http://en.wikipedia.org/wiki/Internet_Relay_Chat_client#Clients IRC Clients]'''.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
&lt;br /&gt;
Quite a bit of discussion happens in Bugzilla to discuss bugs and possible solutions. &lt;br /&gt;
&lt;br /&gt;
* '''[[Quality/How To Report Bugs|How to Report Bugs]]''': Instructions, process and guidelines&lt;br /&gt;
* '''[http://bugs.meego.com/ bugs.meego.com]''': MeeGo Bugzilla&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
&lt;br /&gt;
Some of our documentation can be found on [http://meego.com MeeGo.com], but most of the documentation can be found in the [[Main Page|MeeGo Wiki]] where you can contribute by:&lt;br /&gt;
* Adding new documentation to help other people in the MeeGo community&lt;br /&gt;
* Correcting technical errors or adding additional information in the documentation&lt;br /&gt;
* Cleaning up the language and correcting typos&lt;br /&gt;
&lt;br /&gt;
==Contributing to MeeGo==&lt;br /&gt;
&lt;br /&gt;
There are also many ways that you can contribute to MeeGo beyond just discussions. See our [http://meego.com/about/contribution-guidelines Contribution Guidelines] page for more details.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools</id>
		<title>Quality/QA-tools</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools"/>
				<updated>2011-03-24T07:39:21Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Quality assurance (QA) tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Quality assurance (QA) tools =&lt;br /&gt;
&lt;br /&gt;
''' We moved our discussion to #meego-qa IRC channel as of March 24th 2011. Please join us there. '''&lt;br /&gt;
&lt;br /&gt;
[[File:Tool_meegon.png|400px]]&lt;br /&gt;
&lt;br /&gt;
Quality Assurance tools are developed to ensure MeeGo SW quality. QA tools team develops and maintains tools for quality assurance.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Open source tools  – available for all, available for development and contributions. Make people accountable for quality.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Please note''' that developer-oriented content has been moved to [[Quality/QA tools development|QA tools development]] page. We apologize for any inconvenience. The target is to make this page clearer and more informative for the actual users of QA tools.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
QA tools support test planning, test execution and test reporting. The most important tool offering relating to this is illustrated in the figure below. In addition, there is also a [http://www.youtube.com/watch?v=WdXBqGdLz8I concept video] available on the tool offering for manual testing on our [http://www.youtube.com/user/meegoqatools YouTube channel].&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-qa-tools.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Tools, test suites and other utilities ==&lt;br /&gt;
&lt;br /&gt;
If you want to contribute to the development of the following tools, test suites and utilities, please visit [[Quality/QA_tools_development|QA tools development page]].&lt;br /&gt;
&lt;br /&gt;
'''Test tools'''&lt;br /&gt;
&lt;br /&gt;
Each wiki page will contain more detailed description, installation instructions and tutorial on the basic usage. For now, please [[Quality/QA-tools#Collaboration spaces|contact us]] if you need help. Currently, you can install Testrunner, testrunner-lite, test-definition, Testplanner, OTS, Meego-ai, libcqpid, eat and MIN from Tools:Testing repository. The instructions for setting up the repositories can be found [[Quality/QA-tools/How_to_set_up_repositories|here]].&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|'''Tool (link to wiki page)''' ||'''Short description'''&lt;br /&gt;
|- &lt;br /&gt;
| Crash Reporter || On-device tool for sending core dumps to core dump data base&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/MeeGo_Fast_Feedback_Testing|MeeGo Fast Feedback Testing (MeeGo-FFT)]] || &lt;br /&gt;
|-&lt;br /&gt;
| [http://min.sf.net/ MIN Test Framework] || Advanced test framework&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/OTS|OTS - open testing system]] || Test automation system&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Testplanner|Testplanner]] || Simple tool for creating and editing test plan files &lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Testrunner-lite|testrunner-lite]] ||Command line tool for test execution&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Testrunner|Testrunner]] || Test execution tool with graphical UI&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/QA-tools/TDriver|Testability Driver]] || Comprehensive tool for UI testing&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/QAReports|QA Reports]] || Reporting tool for publishing test reports&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Test suites'''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|'''Test suite (link to wiki page)''' ||| '''Test plans'''&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/TestSuite/MCTS|MeeGo Core Test Suite]] ||[http://testplans.meego.com/mcts/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/TestSuite/handset-test-suite/handset-ux-test_Releases |MeeGo Handset UX Test Suite]] ||[http://testplans.meego.com/handset-ux-tests/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/Netbook Test Suite and Utilities|MeeGo Netbook Test Suite]] ||[http://testplans.meego.com/mnts/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo SDK Test Suite ||[http://testplans.meego.com/meego-sdk-tests/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Other utilities'''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|'''Name (link to wiki page)''' ||'''Short description'''&lt;br /&gt;
|- &lt;br /&gt;
|[[Quality/QA-tools/Test-definition|test-definition]]|| XML schema for test plan and result files&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Eat|eat - enables automated testing]] || Test automation configuration packages&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/QA-tools/Autotest-guide#Automatic_image_installations|MeeGo Automated installer]] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/qtuitest-mbt-adapter|Model-Based Testing adapter for qtuitest]]  || &lt;br /&gt;
|-&lt;br /&gt;
| Rich Core dumper || &lt;br /&gt;
|-&lt;br /&gt;
| Crash Reporter settings || Settings package for Crash Reporter&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/hat-control|Hardware Accessory for Testing (HAT)]] || &lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Scripts_and_utils|Scripts and utils]] || &lt;br /&gt;
|-&lt;br /&gt;
| Service OS based Flasher || &lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Qpid C wrapper|Qpid C wrapper library - libcqpid]] || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Feature requests and bugs ==&lt;br /&gt;
&lt;br /&gt;
Want to report an feature idea or bug to us? - [http://bugs.meego.com/enter_bug.cgi?product=MeeGo%20Quality%20Assurance Please do it here]&lt;br /&gt;
 &lt;br /&gt;
* [http://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;order=Importance&amp;amp;bug_status=ASSIGNED&amp;amp;component=eat&amp;amp;component=Fast%20Feedback%20Testing&amp;amp;component=hat&amp;amp;component=libcqpid&amp;amp;component=meego-qa-reports&amp;amp;component=min&amp;amp;component=ots&amp;amp;component=TDriver&amp;amp;component=testdefinition&amp;amp;component=Testplanner&amp;amp;component=Testrunner&amp;amp;component=testrunner-lite&amp;amp;component=Others&amp;amp;classification=MeeGo%20Projects&amp;amp;product=MeeGo%20Quality%20Assurance Assigned bugs and features - Working on it]&lt;br /&gt;
* [http://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;order=Importance&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;bug_status=RESOLVED&amp;amp;component=eat&amp;amp;component=Fast%20Feedback%20Testing&amp;amp;component=hat&amp;amp;component=libcqpid&amp;amp;component=meego-qa-reports&amp;amp;component=min&amp;amp;component=ots&amp;amp;component=TDriver&amp;amp;component=testdefinition&amp;amp;component=Testplanner&amp;amp;component=Testrunner&amp;amp;component=testrunner-lite&amp;amp;component=Others&amp;amp;classification=MeeGo%20Projects&amp;amp;product=MeeGo%20Quality%20Assurance All open features and bugs in priority order]&lt;br /&gt;
&lt;br /&gt;
Bugzilla instructions:&lt;br /&gt;
* [[Quality/How To Report Bugs|How to report bugs]]&lt;br /&gt;
* [[Quality/Bug Life Cycle and Handling|Bugzilla workflow]]&lt;br /&gt;
&lt;br /&gt;
== Collaboration spaces ==&lt;br /&gt;
&lt;br /&gt;
Team communication is in English. Our collaboration spaces are:&lt;br /&gt;
* [http://lists.meego.com/listinfo/meego-qa meego-qa@lists.meego.com mailing list]&lt;br /&gt;
* [http://webchat.freenode.net/?channels=meego-qa #meego-qa IRC channel on irc.freenode.net]&lt;br /&gt;
* [http://www.youtube.com/user/meegoqatools YouTube channel for demo videos]&lt;br /&gt;
* [http://meegoqatools.wordpress.com/ QA-tools team blog]&lt;br /&gt;
&lt;br /&gt;
[[Category:QA]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools</id>
		<title>Quality/QA-tools</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools"/>
				<updated>2011-03-24T07:39:03Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Quality assurance (QA) tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Quality assurance (QA) tools =&lt;br /&gt;
&lt;br /&gt;
''' We moved our discussion to #meego-qa IRC channel. Please join us there. '''&lt;br /&gt;
&lt;br /&gt;
[[File:Tool_meegon.png|400px]]&lt;br /&gt;
&lt;br /&gt;
Quality Assurance tools are developed to ensure MeeGo SW quality. QA tools team develops and maintains tools for quality assurance.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Open source tools  – available for all, available for development and contributions. Make people accountable for quality.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Please note''' that developer-oriented content has been moved to [[Quality/QA tools development|QA tools development]] page. We apologize for any inconvenience. The target is to make this page clearer and more informative for the actual users of QA tools.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
QA tools support test planning, test execution and test reporting. The most important tool offering relating to this is illustrated in the figure below. In addition, there is also a [http://www.youtube.com/watch?v=WdXBqGdLz8I concept video] available on the tool offering for manual testing on our [http://www.youtube.com/user/meegoqatools YouTube channel].&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-qa-tools.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Tools, test suites and other utilities ==&lt;br /&gt;
&lt;br /&gt;
If you want to contribute to the development of the following tools, test suites and utilities, please visit [[Quality/QA_tools_development|QA tools development page]].&lt;br /&gt;
&lt;br /&gt;
'''Test tools'''&lt;br /&gt;
&lt;br /&gt;
Each wiki page will contain more detailed description, installation instructions and tutorial on the basic usage. For now, please [[Quality/QA-tools#Collaboration spaces|contact us]] if you need help. Currently, you can install Testrunner, testrunner-lite, test-definition, Testplanner, OTS, Meego-ai, libcqpid, eat and MIN from Tools:Testing repository. The instructions for setting up the repositories can be found [[Quality/QA-tools/How_to_set_up_repositories|here]].&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|'''Tool (link to wiki page)''' ||'''Short description'''&lt;br /&gt;
|- &lt;br /&gt;
| Crash Reporter || On-device tool for sending core dumps to core dump data base&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/MeeGo_Fast_Feedback_Testing|MeeGo Fast Feedback Testing (MeeGo-FFT)]] || &lt;br /&gt;
|-&lt;br /&gt;
| [http://min.sf.net/ MIN Test Framework] || Advanced test framework&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/OTS|OTS - open testing system]] || Test automation system&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Testplanner|Testplanner]] || Simple tool for creating and editing test plan files &lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Testrunner-lite|testrunner-lite]] ||Command line tool for test execution&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Testrunner|Testrunner]] || Test execution tool with graphical UI&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/QA-tools/TDriver|Testability Driver]] || Comprehensive tool for UI testing&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/QAReports|QA Reports]] || Reporting tool for publishing test reports&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Test suites'''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|'''Test suite (link to wiki page)''' ||| '''Test plans'''&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/TestSuite/MCTS|MeeGo Core Test Suite]] ||[http://testplans.meego.com/mcts/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/TestSuite/handset-test-suite/handset-ux-test_Releases |MeeGo Handset UX Test Suite]] ||[http://testplans.meego.com/handset-ux-tests/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/Netbook Test Suite and Utilities|MeeGo Netbook Test Suite]] ||[http://testplans.meego.com/mnts/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo SDK Test Suite ||[http://testplans.meego.com/meego-sdk-tests/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Other utilities'''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|'''Name (link to wiki page)''' ||'''Short description'''&lt;br /&gt;
|- &lt;br /&gt;
|[[Quality/QA-tools/Test-definition|test-definition]]|| XML schema for test plan and result files&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Eat|eat - enables automated testing]] || Test automation configuration packages&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/QA-tools/Autotest-guide#Automatic_image_installations|MeeGo Automated installer]] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/qtuitest-mbt-adapter|Model-Based Testing adapter for qtuitest]]  || &lt;br /&gt;
|-&lt;br /&gt;
| Rich Core dumper || &lt;br /&gt;
|-&lt;br /&gt;
| Crash Reporter settings || Settings package for Crash Reporter&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/hat-control|Hardware Accessory for Testing (HAT)]] || &lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Scripts_and_utils|Scripts and utils]] || &lt;br /&gt;
|-&lt;br /&gt;
| Service OS based Flasher || &lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Qpid C wrapper|Qpid C wrapper library - libcqpid]] || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Feature requests and bugs ==&lt;br /&gt;
&lt;br /&gt;
Want to report an feature idea or bug to us? - [http://bugs.meego.com/enter_bug.cgi?product=MeeGo%20Quality%20Assurance Please do it here]&lt;br /&gt;
 &lt;br /&gt;
* [http://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;order=Importance&amp;amp;bug_status=ASSIGNED&amp;amp;component=eat&amp;amp;component=Fast%20Feedback%20Testing&amp;amp;component=hat&amp;amp;component=libcqpid&amp;amp;component=meego-qa-reports&amp;amp;component=min&amp;amp;component=ots&amp;amp;component=TDriver&amp;amp;component=testdefinition&amp;amp;component=Testplanner&amp;amp;component=Testrunner&amp;amp;component=testrunner-lite&amp;amp;component=Others&amp;amp;classification=MeeGo%20Projects&amp;amp;product=MeeGo%20Quality%20Assurance Assigned bugs and features - Working on it]&lt;br /&gt;
* [http://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;order=Importance&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;bug_status=RESOLVED&amp;amp;component=eat&amp;amp;component=Fast%20Feedback%20Testing&amp;amp;component=hat&amp;amp;component=libcqpid&amp;amp;component=meego-qa-reports&amp;amp;component=min&amp;amp;component=ots&amp;amp;component=TDriver&amp;amp;component=testdefinition&amp;amp;component=Testplanner&amp;amp;component=Testrunner&amp;amp;component=testrunner-lite&amp;amp;component=Others&amp;amp;classification=MeeGo%20Projects&amp;amp;product=MeeGo%20Quality%20Assurance All open features and bugs in priority order]&lt;br /&gt;
&lt;br /&gt;
Bugzilla instructions:&lt;br /&gt;
* [[Quality/How To Report Bugs|How to report bugs]]&lt;br /&gt;
* [[Quality/Bug Life Cycle and Handling|Bugzilla workflow]]&lt;br /&gt;
&lt;br /&gt;
== Collaboration spaces ==&lt;br /&gt;
&lt;br /&gt;
Team communication is in English. Our collaboration spaces are:&lt;br /&gt;
* [http://lists.meego.com/listinfo/meego-qa meego-qa@lists.meego.com mailing list]&lt;br /&gt;
* [http://webchat.freenode.net/?channels=meego-qa #meego-qa IRC channel on irc.freenode.net]&lt;br /&gt;
* [http://www.youtube.com/user/meegoqatools YouTube channel for demo videos]&lt;br /&gt;
* [http://meegoqatools.wordpress.com/ QA-tools team blog]&lt;br /&gt;
&lt;br /&gt;
[[Category:QA]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools</id>
		<title>Quality/QA-tools</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools"/>
				<updated>2011-03-24T07:38:11Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Collaboration spaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Quality assurance (QA) tools =&lt;br /&gt;
&lt;br /&gt;
[[File:Tool_meegon.png|400px]]&lt;br /&gt;
&lt;br /&gt;
Quality Assurance tools are developed to ensure MeeGo SW quality. QA tools team develops and maintains tools for quality assurance.&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Open source tools  – available for all, available for development and contributions. Make people accountable for quality.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Please note''' that developer-oriented content has been moved to [[Quality/QA tools development|QA tools development]] page. We apologize for any inconvenience. The target is to make this page clearer and more informative for the actual users of QA tools.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
QA tools support test planning, test execution and test reporting. The most important tool offering relating to this is illustrated in the figure below. In addition, there is also a [http://www.youtube.com/watch?v=WdXBqGdLz8I concept video] available on the tool offering for manual testing on our [http://www.youtube.com/user/meegoqatools YouTube channel].&lt;br /&gt;
&lt;br /&gt;
[[File:Meego-qa-tools.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Tools, test suites and other utilities ==&lt;br /&gt;
&lt;br /&gt;
If you want to contribute to the development of the following tools, test suites and utilities, please visit [[Quality/QA_tools_development|QA tools development page]].&lt;br /&gt;
&lt;br /&gt;
'''Test tools'''&lt;br /&gt;
&lt;br /&gt;
Each wiki page will contain more detailed description, installation instructions and tutorial on the basic usage. For now, please [[Quality/QA-tools#Collaboration spaces|contact us]] if you need help. Currently, you can install Testrunner, testrunner-lite, test-definition, Testplanner, OTS, Meego-ai, libcqpid, eat and MIN from Tools:Testing repository. The instructions for setting up the repositories can be found [[Quality/QA-tools/How_to_set_up_repositories|here]].&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|'''Tool (link to wiki page)''' ||'''Short description'''&lt;br /&gt;
|- &lt;br /&gt;
| Crash Reporter || On-device tool for sending core dumps to core dump data base&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/MeeGo_Fast_Feedback_Testing|MeeGo Fast Feedback Testing (MeeGo-FFT)]] || &lt;br /&gt;
|-&lt;br /&gt;
| [http://min.sf.net/ MIN Test Framework] || Advanced test framework&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/OTS|OTS - open testing system]] || Test automation system&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Testplanner|Testplanner]] || Simple tool for creating and editing test plan files &lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Testrunner-lite|testrunner-lite]] ||Command line tool for test execution&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Testrunner|Testrunner]] || Test execution tool with graphical UI&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/QA-tools/TDriver|Testability Driver]] || Comprehensive tool for UI testing&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/QAReports|QA Reports]] || Reporting tool for publishing test reports&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Test suites'''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|'''Test suite (link to wiki page)''' ||| '''Test plans'''&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/TestSuite/MCTS|MeeGo Core Test Suite]] ||[http://testplans.meego.com/mcts/ Link]&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/TestSuite/handset-test-suite/handset-ux-test_Releases |MeeGo Handset UX Test Suite]] ||[http://testplans.meego.com/handset-ux-tests/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/Netbook Test Suite and Utilities|MeeGo Netbook Test Suite]] ||[http://testplans.meego.com/mnts/ Link]&lt;br /&gt;
|-&lt;br /&gt;
| MeeGo SDK Test Suite ||[http://testplans.meego.com/meego-sdk-tests/ Link]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Other utilities'''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|'''Name (link to wiki page)''' ||'''Short description'''&lt;br /&gt;
|- &lt;br /&gt;
|[[Quality/QA-tools/Test-definition|test-definition]]|| XML schema for test plan and result files&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Eat|eat - enables automated testing]] || Test automation configuration packages&lt;br /&gt;
|- &lt;br /&gt;
| [[Quality/QA-tools/Autotest-guide#Automatic_image_installations|MeeGo Automated installer]] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/qtuitest-mbt-adapter|Model-Based Testing adapter for qtuitest]]  || &lt;br /&gt;
|-&lt;br /&gt;
| Rich Core dumper || &lt;br /&gt;
|-&lt;br /&gt;
| Crash Reporter settings || Settings package for Crash Reporter&lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/hat-control|Hardware Accessory for Testing (HAT)]] || &lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Scripts_and_utils|Scripts and utils]] || &lt;br /&gt;
|-&lt;br /&gt;
| Service OS based Flasher || &lt;br /&gt;
|-&lt;br /&gt;
| [[Quality/QA-tools/Qpid C wrapper|Qpid C wrapper library - libcqpid]] || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Feature requests and bugs ==&lt;br /&gt;
&lt;br /&gt;
Want to report an feature idea or bug to us? - [http://bugs.meego.com/enter_bug.cgi?product=MeeGo%20Quality%20Assurance Please do it here]&lt;br /&gt;
 &lt;br /&gt;
* [http://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;order=Importance&amp;amp;bug_status=ASSIGNED&amp;amp;component=eat&amp;amp;component=Fast%20Feedback%20Testing&amp;amp;component=hat&amp;amp;component=libcqpid&amp;amp;component=meego-qa-reports&amp;amp;component=min&amp;amp;component=ots&amp;amp;component=TDriver&amp;amp;component=testdefinition&amp;amp;component=Testplanner&amp;amp;component=Testrunner&amp;amp;component=testrunner-lite&amp;amp;component=Others&amp;amp;classification=MeeGo%20Projects&amp;amp;product=MeeGo%20Quality%20Assurance Assigned bugs and features - Working on it]&lt;br /&gt;
* [http://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;order=Importance&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;bug_status=RESOLVED&amp;amp;component=eat&amp;amp;component=Fast%20Feedback%20Testing&amp;amp;component=hat&amp;amp;component=libcqpid&amp;amp;component=meego-qa-reports&amp;amp;component=min&amp;amp;component=ots&amp;amp;component=TDriver&amp;amp;component=testdefinition&amp;amp;component=Testplanner&amp;amp;component=Testrunner&amp;amp;component=testrunner-lite&amp;amp;component=Others&amp;amp;classification=MeeGo%20Projects&amp;amp;product=MeeGo%20Quality%20Assurance All open features and bugs in priority order]&lt;br /&gt;
&lt;br /&gt;
Bugzilla instructions:&lt;br /&gt;
* [[Quality/How To Report Bugs|How to report bugs]]&lt;br /&gt;
* [[Quality/Bug Life Cycle and Handling|Bugzilla workflow]]&lt;br /&gt;
&lt;br /&gt;
== Collaboration spaces ==&lt;br /&gt;
&lt;br /&gt;
Team communication is in English. Our collaboration spaces are:&lt;br /&gt;
* [http://lists.meego.com/listinfo/meego-qa meego-qa@lists.meego.com mailing list]&lt;br /&gt;
* [http://webchat.freenode.net/?channels=meego-qa #meego-qa IRC channel on irc.freenode.net]&lt;br /&gt;
* [http://www.youtube.com/user/meegoqatools YouTube channel for demo videos]&lt;br /&gt;
* [http://meegoqatools.wordpress.com/ QA-tools team blog]&lt;br /&gt;
&lt;br /&gt;
[[Category:QA]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-18T08:21:28Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* OTS setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs (in priority order) =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* OTS server - Ville Ilvonen/Riku Halonen, DONE&lt;br /&gt;
* OTS worker(s) for core tests - Ville Ilvonen/Riku Halonen/Timo Harkonen - ONGOING (2 workers up) &lt;br /&gt;
* OTS worker for UX tests &lt;br /&gt;
* Power consumption measurements&lt;br /&gt;
* Reporting to QA-reports&lt;br /&gt;
* Minimize automatic installation time to 10mins - Timo Makimattila, ONGOING&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup (maybe later with BOSS)&lt;br /&gt;
* We need to be able to control included test packages&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
* Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
&lt;br /&gt;
== Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;br /&gt;
&lt;br /&gt;
== Error Management ==&lt;br /&gt;
* Error Manager Iekku Huttunen&lt;br /&gt;
&lt;br /&gt;
[[Category:N900]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-18T08:21:05Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* OTS setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs (in priority order) =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* OTS server - Ville Ilvonen/Riku Halonen, DONE&lt;br /&gt;
* OTS worker(s) for core tests - Ville Ilvonen/Riku Halonen/Timo Harkonen - ONGOING (2 workers up) &lt;br /&gt;
* OTS worker for UX tests &lt;br /&gt;
* Power consumption measurements&lt;br /&gt;
* Reporting to QA-reports&lt;br /&gt;
* Minimize automatic installation time to 10mins, Timo Makimattila, ONGOING&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup (maybe later with BOSS)&lt;br /&gt;
* We need to be able to control included test packages&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
* Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
&lt;br /&gt;
== Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;br /&gt;
&lt;br /&gt;
== Error Management ==&lt;br /&gt;
* Error Manager Iekku Huttunen&lt;br /&gt;
&lt;br /&gt;
[[Category:N900]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-18T08:19:48Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* OTS setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs (in priority order) =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* OTS server - Ville Ilvonen/Riku Halonen, DONE&lt;br /&gt;
* OTS worker(s) for core tests - Ville Ilvonen/Riku Halonen/Timo Harkonen - ONGOING (2 workers up) &lt;br /&gt;
* OTS worker for UX tests &lt;br /&gt;
* Power consumption measurements&lt;br /&gt;
* Reporting to QA-reports&lt;br /&gt;
* Minimize automatic installation time, Timo Makimattila, ONGOING&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup (maybe later with BOSS)&lt;br /&gt;
* We need to be able to control included test packages&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
* Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
&lt;br /&gt;
== Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;br /&gt;
&lt;br /&gt;
== Error Management ==&lt;br /&gt;
* Error Manager Iekku Huttunen&lt;br /&gt;
&lt;br /&gt;
[[Category:N900]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-17T08:17:02Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs (in priority order) =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* OTS server - DONE&lt;br /&gt;
* OTS worker(s) for core tests - DONE (2 workers up)&lt;br /&gt;
* OTS worker for UX tests &lt;br /&gt;
* Power consumption measurements&lt;br /&gt;
* Reporting to QA-reports&lt;br /&gt;
* Minimize automatic installation time&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup (maybe later with BOSS)&lt;br /&gt;
* We need to be able to control included test packages&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Test Execution Schedule =&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6. QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-17T08:16:39Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs (in priority order) =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* OTS server - DONE&lt;br /&gt;
* OTS worker(s) for core tests - DONE (2 workers up)&lt;br /&gt;
* OTS worker for UX tests &lt;br /&gt;
* Power consumption measurements&lt;br /&gt;
* Reporting to QA-reports&lt;br /&gt;
* Minimize automatic installation time&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup (maybe later with BOSS)&lt;br /&gt;
* We need to be able to control included test packages&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
&lt;br /&gt;
= Test Execution Schedule =&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
&lt;br /&gt;
== 6. QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-17T08:16:04Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* QA TODOs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs (in priority order) =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* OTS server - DONE&lt;br /&gt;
* OTS worker(s) for core tests - DONE (2 workers up)&lt;br /&gt;
* OTS worker for UX tests &lt;br /&gt;
* Power consumption measurements&lt;br /&gt;
* Reporting to QA-reports&lt;br /&gt;
* Minimize automatic installation time&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup (maybe later with BOSS)&lt;br /&gt;
* We need to be able to control included test packages&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
&lt;br /&gt;
== Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
&lt;br /&gt;
== 6. QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-17T08:14:54Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Test automation images */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* OTS server - DONE&lt;br /&gt;
* OTS worker(s) for core tests - DONE (2 workers up)&lt;br /&gt;
* OTS worker for UX tests &lt;br /&gt;
* Power consumption measurements&lt;br /&gt;
* Reporting to QA-reports&lt;br /&gt;
* Minimize automatic installation time&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup hourly image building for autotest image on own setup (maybe later with BOSS)&lt;br /&gt;
* We need to be able to control included test packages&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
&lt;br /&gt;
== Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
&lt;br /&gt;
== 6. QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-17T08:14:14Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs =&lt;br /&gt;
&lt;br /&gt;
== OTS setup and automated hourly testing ==&lt;br /&gt;
&lt;br /&gt;
=== OTS setup ===&lt;br /&gt;
* OTS server - DONE&lt;br /&gt;
* OTS worker(s) for core tests - DONE (2 workers up)&lt;br /&gt;
* OTS worker for UX tests &lt;br /&gt;
* Power consumption measurements&lt;br /&gt;
* Reporting to QA-reports&lt;br /&gt;
* Minimize automatic installation time&lt;br /&gt;
&lt;br /&gt;
=== Test automation images ===&lt;br /&gt;
* Setup image building for autotest image on own setup (maybe later with BOSS)&lt;br /&gt;
* We need to be able to control included test packages&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
&lt;br /&gt;
== Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
&lt;br /&gt;
== 6. QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-17T08:10:15Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs =&lt;br /&gt;
&lt;br /&gt;
== 1. OTS setup ==&lt;br /&gt;
* OTS server&lt;br /&gt;
* OTS worker(s) for core tests&lt;br /&gt;
* OTS worker for UX tests&lt;br /&gt;
* Power consumption measurements&lt;br /&gt;
* Reporting to QA-reports&lt;br /&gt;
* Minimize automatic installation time&lt;br /&gt;
&lt;br /&gt;
== 2. Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== 3. Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
&lt;br /&gt;
== 4. Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 5. Test automation images ==&lt;br /&gt;
* Setup image building? own setup or BOSS?&lt;br /&gt;
* We need to be able to control included test packages - If images are build by release engineering we need meta test packages to control the content&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
&lt;br /&gt;
== 6. QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/ARM/N900/QA</id>
		<title>ARM/N900/QA</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/ARM/N900/QA"/>
				<updated>2011-03-17T08:09:44Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA TODOs =&lt;br /&gt;
&lt;br /&gt;
== 1. OTS setup ==&lt;br /&gt;
* OTS server&lt;br /&gt;
* OTS worker(s) for core tests&lt;br /&gt;
* OTS worker for UX tests&lt;br /&gt;
* Power consumption measurements&lt;br /&gt;
* Reporting to QA-reports&lt;br /&gt;
* Minimize automatic installation time&lt;br /&gt;
&lt;br /&gt;
== 2. Applications for testing ==&lt;br /&gt;
* Package QML demo/example applications from http://doc.qt.nokia.com/latest/qdeclarativeexamples.html&lt;br /&gt;
&lt;br /&gt;
== 3. Test asset ==&lt;br /&gt;
* Define what the asset includes&lt;br /&gt;
* Automating as many core/ux tests as possible&lt;br /&gt;
* Call/SMS cases will require parallel test execution support (If we want to automate those kind of tests)&lt;br /&gt;
&lt;br /&gt;
== 4. Test Execution Schedule ==&lt;br /&gt;
* Core&lt;br /&gt;
&lt;br /&gt;
* Handset UX weekly testing schedule&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Day !! Test set (status) !! Release &lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Key feature (OK)&lt;br /&gt;
| Preview&lt;br /&gt;
|-&lt;br /&gt;
| Monday&lt;br /&gt;
| Acceptance (OK)&lt;br /&gt;
| Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Tuesday	     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Preview&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Wednesday    &lt;br /&gt;
|Key feature (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Dataflow (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE use cases (Ok)	     &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|Sanity Ok	             &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Reliability (Ongoing)&lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Thursday     &lt;br /&gt;
|DE Performance (Ongoing)    &lt;br /&gt;
|Weekly&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Acceptance (Ok)	     &lt;br /&gt;
|Testing trunk&lt;br /&gt;
|-&lt;br /&gt;
|Friday	     &lt;br /&gt;
|Sanity (Ok)	     &lt;br /&gt;
|Daily trunk&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 5. Test automation images ==&lt;br /&gt;
* Setup image building? own setup or BOSS?&lt;br /&gt;
* We need to be able to control included test packages - If images are build by release engineering we need meta test packages to control the content&lt;br /&gt;
&lt;br /&gt;
If you need something else from QA please tell it to us :)&lt;br /&gt;
&lt;br /&gt;
== 6. QA Tasks For Developer Edition ==&lt;br /&gt;
There is a wiki article about the [[ARM/N900/DeveloperEdition|Developer Edition]].&lt;br /&gt;
&lt;br /&gt;
QA tasks for the Developer Edition differ from the usual N900 approach in that there are less features to be tested. There are currently 2 test sets for the Developer Edition, these are the Sanity Test Set and the Feature Test Set. They are described below.&lt;br /&gt;
&lt;br /&gt;
== Crashdb support for ARM core dumps ==&lt;br /&gt;
&lt;br /&gt;
Core dump processing and backtraces from crashing ARM processes.&lt;br /&gt;
&lt;br /&gt;
=== Sanity Test Set ===&lt;br /&gt;
The sanity set should be run automatically on every image. As such it must meet the following requirements:&lt;br /&gt;
* 100% automated&lt;br /&gt;
* Testing only basic features&lt;br /&gt;
&lt;br /&gt;
=== Feature Test Set ===&lt;br /&gt;
The feature set will be run periodically and will test the basic features as well as enablers for those features (e.g. PIM for phoning contacts). Performance will also be analysed, at the moment, this will include browser startup time and a CPU benchmark but this will be expanded later. &lt;br /&gt;
&lt;br /&gt;
Suggestions are welcome.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/QAReports/Basic_Workflow</id>
		<title>Quality/QA-tools/QAReports/Basic Workflow</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/QAReports/Basic_Workflow"/>
				<updated>2011-01-05T13:43:19Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Uploading the Result File */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Basic Workflow =&lt;br /&gt;
&lt;br /&gt;
== Planning and Executing Test Runs ==&lt;br /&gt;
&lt;br /&gt;
== Importing Test Results ==&lt;br /&gt;
In order to import new test results, you will need a user account on the MeeGo QA Reports service.&lt;br /&gt;
&lt;br /&gt;
=== Filling in Test Details ===&lt;br /&gt;
You can input the test execution date in YYYY-MM-DD format, or click the calendar icon to choose the date from a calendar view.&lt;br /&gt;
&lt;br /&gt;
Test type and hardware can be freely typed in, or you can click on the commonly used options on the right.&lt;br /&gt;
&lt;br /&gt;
=== Uploading the Result File ===&lt;br /&gt;
If you are using a modern version of Google Chrome or Mozilla Firefox, you can drag and drop one or multiple files on the upload box. You can also click the button titled &amp;quot;Browse&amp;quot; to browse and select files from your local folders.&lt;br /&gt;
&lt;br /&gt;
The QA Reports tool expects the uploaded files to be XML with the structure specified [http://meego.gitorious.org/meego-quality-assurance/test-definition/blobs/master/src/data/testdefinition-results.xsd here]. There is also legacy support for CSV files with a specific format (see [[Quality/QA-tools/QAReports/CSVFormat|QA Reports CSV Format]]).&lt;br /&gt;
&lt;br /&gt;
If you upload more than one test result file, they merged into a single test report.&lt;br /&gt;
&lt;br /&gt;
== Deleting a Test Report ==&lt;br /&gt;
If you are logged in, you can delete a test report by viewing it and clicking the Delete button next to the test report title. Deleting a report is irreversible. The report and all changes made to it are permanently removed.&lt;br /&gt;
&lt;br /&gt;
== Editing Test Results ==&lt;br /&gt;
Majority of the data comes from the uploaded test result file, and cannot be modified afterwards, but you can make limited adjustments to some of the data and add explanatory text sections.&lt;br /&gt;
&lt;br /&gt;
In order to make any of the following changes, you need to be in edit mode. To enter the editing mode, you must be logged in and viewing a report. You can then click the button labeled &amp;quot;Edit&amp;quot; next to the test report title.&lt;br /&gt;
&lt;br /&gt;
=== Editing the Report Title ===&lt;br /&gt;
In edit mode, you can click the test report title in order to modify it. After making your changes, click the Save-button to commit them or Cancel to restore the original title.&lt;br /&gt;
&lt;br /&gt;
=== Changing the Test Execution Date ===&lt;br /&gt;
If the report has an incorrect test execution date, listed in the summary box next to the table of contents, you can click it to make it editable. As in the upload form, you can either type a date by hand (in YYYY-MM-DD format) or click the calendar icon to use a visual date picker.&lt;br /&gt;
&lt;br /&gt;
After correcting the date, press Save to commit your change or Cancel to undo.&lt;br /&gt;
&lt;br /&gt;
=== Editing the Text Sections ===&lt;br /&gt;
All the text sections such as Test Objective, Test Environment and Quality Summary can be edited by clicking them. The content uses a slightly modified sub-set of the MediaWiki format for formatting text.&lt;br /&gt;
&lt;br /&gt;
Headers and sub-headers can be added by using lines beginning with == and ===. E.g.&lt;br /&gt;
&amp;lt;pre&amp;gt;== Some Header ==&lt;br /&gt;
=== Some Sub-header ===&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can italicize a section of text by enclosing it in a pair of single quotes or bold it by using three single quotes. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;''This is italic''&lt;br /&gt;
'''This is bold'''&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
You can create bulleted lists by starting your lines with an asterisk. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;* Item 1&lt;br /&gt;
* Item 2&lt;br /&gt;
* Item 3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can link to external pages by using the syntax &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[url Title]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, for example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[[http://meego.com MeeGo]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As a shorthand, you can directly link to the MeeGo bug tracker by entering the bug id, e.g.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[[11780]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The title and current status of the bug will be automatically fetched and updated to the test report.&lt;br /&gt;
&lt;br /&gt;
=== Changing Individul Test Results ===&lt;br /&gt;
You can change the test result (pass/fail/na) of an individual test case by clicking on the result and selecting a new one from the drop down. Any change you make is committed immediately to the server.&lt;br /&gt;
&lt;br /&gt;
=== Editing Test Case Notes ===&lt;br /&gt;
You can edit the notes of an individual test case by clicking the note field of that test case (i.e. the rightmost column in the table). The note field supports the same formatting options as all the regular text fields, with one difference: bugzilla links do not render the full bug title, but only the bug id. The title can been seen by hovering the mouse cursor over the bug id.&lt;br /&gt;
&lt;br /&gt;
== Emailing and Printing Test Results ==&lt;br /&gt;
When viewing a test report, you can click the Print-button to access a simplified layout that is optimized for priting and emailing.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/QAReports</id>
		<title>Quality/QA-tools/QAReports</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/QAReports"/>
				<updated>2010-12-30T06:04:42Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Reports =&lt;br /&gt;
&lt;br /&gt;
[[File:MeeGoQAReports.png|right|415px]]&lt;br /&gt;
&lt;br /&gt;
[http://qa-reports.meego.com/ MeeGo QA reports] is test reporting application for anyone testing MeeGo.&lt;br /&gt;
&lt;br /&gt;
== Access to MeeGo QA reports ==&lt;br /&gt;
&lt;br /&gt;
Access to '''publish''' MeeGo QA reports is provided on need and request basis. If you need access please file a request at [http://bugs.meego.com/enter_bug.cgi?product=MeeGo%20Quality%20Assurance MeeGo Quality Assurance &amp;gt; Others]&lt;br /&gt;
&lt;br /&gt;
== User Documentation == &lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/QAReports/Basic_Workflow|Basic workflow]]&lt;br /&gt;
* [[Quality/QA-tools/QAReports/API|API Documentation]]&lt;br /&gt;
&lt;br /&gt;
== Available environments == &lt;br /&gt;
&lt;br /&gt;
* [http://qa-reports.meego.com/ Production environment - http://qa-reports.meego.com]&lt;br /&gt;
* [http://meego.qa.leonidasoy.fi/ Staging environment - http://meego.qa.leonidasoy.fi/]&lt;br /&gt;
&lt;br /&gt;
== Source code == &lt;br /&gt;
&lt;br /&gt;
* [http://meego.gitorious.org/meego-quality-assurance/qa-reports Source code in Gitorious]&lt;br /&gt;
&lt;br /&gt;
== Developer information ==&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/QAReports/Contributing_to_qa-reports|Contributing to MeeGo QA Reports]]&lt;br /&gt;
* [[Quality/QA-tools/QAReports/Setting_up_the_development_environment|Setting up a development environment]]&lt;br /&gt;
* [[Quality/QA-tools/QAReports/Setting_up_the_production_environment|Setting up a production environment]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/QAReports</id>
		<title>Quality/QA-tools/QAReports</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/QAReports"/>
				<updated>2010-12-30T06:04:00Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Access to MeeGo QA reports */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Reports =&lt;br /&gt;
&lt;br /&gt;
[[File:MeeGoQAReports.png|right|415px]]&lt;br /&gt;
&lt;br /&gt;
[http://qa-reports.meego.com/ MeeGo QA reports] is test reporting application for the MeeGo QA teams.&lt;br /&gt;
&lt;br /&gt;
== Access to MeeGo QA reports ==&lt;br /&gt;
&lt;br /&gt;
Access to '''publish''' MeeGo QA reports is provided on need and request basis. If you need access please file a request at [http://bugs.meego.com/enter_bug.cgi?product=MeeGo%20Quality%20Assurance MeeGo Quality Assurance &amp;gt; Others]&lt;br /&gt;
&lt;br /&gt;
== User Documentation == &lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/QAReports/Basic_Workflow|Basic workflow]]&lt;br /&gt;
* [[Quality/QA-tools/QAReports/API|API Documentation]]&lt;br /&gt;
&lt;br /&gt;
== Available environments == &lt;br /&gt;
&lt;br /&gt;
* [http://qa-reports.meego.com/ Production environment - http://qa-reports.meego.com]&lt;br /&gt;
* [http://meego.qa.leonidasoy.fi/ Staging environment - http://meego.qa.leonidasoy.fi/]&lt;br /&gt;
&lt;br /&gt;
== Source code == &lt;br /&gt;
&lt;br /&gt;
* [http://meego.gitorious.org/meego-quality-assurance/qa-reports Source code in Gitorious]&lt;br /&gt;
&lt;br /&gt;
== Developer information ==&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/QAReports/Contributing_to_qa-reports|Contributing to MeeGo QA Reports]]&lt;br /&gt;
* [[Quality/QA-tools/QAReports/Setting_up_the_development_environment|Setting up a development environment]]&lt;br /&gt;
* [[Quality/QA-tools/QAReports/Setting_up_the_production_environment|Setting up a production environment]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Test_packaging</id>
		<title>Quality/QA-tools/Test packaging</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Test_packaging"/>
				<updated>2010-12-29T13:28:05Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Test plan definition */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Test packaging is intended to provide flexible and consistent ways to run tests and get results. You may select testing tools of your choice.&lt;br /&gt;
&lt;br /&gt;
Test packaging is set of simple rules to wrap tests with test plan inside rpm package. Tool support for validating test plan and automating test plan execution is provided with testrunner. Following describes rpm-version of test packaging.&lt;br /&gt;
&lt;br /&gt;
== Open Testing Service Architecture ==&lt;br /&gt;
&lt;br /&gt;
The context of test package usage is described in [[Quality/QA-tools/OTS|Open Testing Service (OTS) architecture]].&lt;br /&gt;
&lt;br /&gt;
== Test packaging rules ==&lt;br /&gt;
&lt;br /&gt;
A source package with test cases must:&lt;br /&gt;
&lt;br /&gt;
* build binary rpm package with name which ends with &amp;quot;&amp;lt;code&amp;gt;-tests&amp;lt;/code&amp;gt;&amp;quot; (this is a test package)&lt;br /&gt;
&lt;br /&gt;
A test package must:&lt;br /&gt;
&lt;br /&gt;
* contain all tests, scripts and configuration files required to run tests&lt;br /&gt;
* define dependencies - the ones it tests, the test tools and test data it depends on (if any)&lt;br /&gt;
* contain test plan located at &amp;lt;code&amp;gt;/usr/share/&amp;lt;packagename&amp;gt;-tests/tests.xml&amp;lt;/code&amp;gt; [1]&lt;br /&gt;
&lt;br /&gt;
For details on creating a test package, see [[Quality/QA-tools/Test package|Creating a test package]].&lt;br /&gt;
&lt;br /&gt;
== Test plan definition ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;tests.xml&amp;lt;/code&amp;gt; describes what test cases this package has. The file must conform to the specification described in [[Quality/QA-tools/Test plan|Test Definition XML]].&lt;br /&gt;
&lt;br /&gt;
Here are values for some of the key fields:&lt;br /&gt;
* Level: &amp;lt;code&amp;gt;[Component|Feature|System|Product]&amp;lt;/code&amp;gt; - Most common ones for the Meego.com QA use are the Feature (for feature acceptance tests agreed with product management) and System (for Use Case based system tests). Projects might use Component value for the component and component integration tests. &lt;br /&gt;
* Type: &amp;lt;code&amp;gt;[Functional|Integration|Performance|Benchmark|Resource utilisation|Throughput|Latency|Framerate|Robustness|Iterative|Low-resource|Long-lasting|Recoverability|Usability]&amp;lt;/code&amp;gt; - This is now hybrid of test areas and types currently in use (see [http://wiki.meego.com/Quality/TestAreas Test areas]). (Component) Integration testing might be the one on which Projects and Release Engineering are having interest.  &lt;br /&gt;
* Domain: &amp;lt;code&amp;gt;[Security|Data Management|Software Management|System|Location|Kernel|Personal Information Management|Multimedia|Essentials|Communications|Qt|Graphics]&amp;lt;/code&amp;gt; - This is now aligned with architectural domains (see [http://meego.com/developers/meego-architecture/meego-architecture-domain-view MeeGo architecture domain view]).&lt;br /&gt;
* Component: &amp;lt;code&amp;gt;[Accounts|Single Sign-On|Integrity Protection Framework|Certificate Manager|Software Distribution Security|Access Control Framework|Security Adaptation|Content Framework|Package Manager|System Control|Resource Policy|Startup Services|Context Framework|Sensor Framework|Sensor Adaptation|Device Mode Adaptation|Haptics and Vibra Adaptation|Location Framework|Location Adaptation|Linux Kernel|Calendar Engine|Contact Engine|Email Engine|Backup Framework|Synchronization Framework|Imaging and Video Adaptation|Camera Adaptation|UPnP|Gstreamer|Audio Adaptation|Pulse Audio|Base Essentials|IP Telephony|Instant Messaging|Presence|Cellular Framework|ConnMan|Bluetooth|Communication Adaptation|Qt|Qt Mobility|Qt Webkit|Web Runtime|Font Management|Input Adaptation|X11|OpenGL ES|Display and Graphics Adaptation]&amp;lt;/code&amp;gt; - This is now aligned with architectural components (see [http://meego.com/developers/meego-architecture/meego-architecture-domain-view MeeGo architecture domain view]).&lt;br /&gt;
* Feature: List of numeric values of the Bugzilla Feature IDs, which test case is validating (e.g. 11111,22222). IDs enable mapping of features and tests in qa-reports.meego.com.&lt;br /&gt;
* Requirement: ''Deprecated'' - provided for backward compatibility but not to be suppored by Testplanner editor.&lt;br /&gt;
&lt;br /&gt;
== Tool support ==&lt;br /&gt;
&lt;br /&gt;
OTS takes care of automated testing with test packages in cloud. Highest level of automation in this context means one-button test automation triggered with version control update, ending up in test run results in target hardware published.&lt;br /&gt;
&lt;br /&gt;
Tool chain covers all the bits and pieces required for that.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/QAReports</id>
		<title>Quality/QA-tools/QAReports</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/QAReports"/>
				<updated>2010-12-28T08:07:49Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* QA Reports */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Reports =&lt;br /&gt;
&lt;br /&gt;
[[File:MeeGoQAReports.png|right|415px]]&lt;br /&gt;
&lt;br /&gt;
[http://qa-reports.meego.com/ MeeGo QA reports] is test reporting application for the MeeGo QA teams.&lt;br /&gt;
&lt;br /&gt;
== Access to MeeGo QA reports ==&lt;br /&gt;
&lt;br /&gt;
Access to MeeGo QA reports is provided on need and request basis. If you need access please file a request at [[http://bugs.meego.com/enter_bug.cgi?product=MeeGo%20Quality%20Assurance MeeGo Quality Assurance &amp;gt; Others]]&lt;br /&gt;
&lt;br /&gt;
== User Documentation == &lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/QAReports/Basic_Workflow|Basic workflow]]&lt;br /&gt;
* [[Quality/QA-tools/QAReports/API|API Documentation]]&lt;br /&gt;
&lt;br /&gt;
== Available environments == &lt;br /&gt;
&lt;br /&gt;
* [http://qa-reports.meego.com/ Production environment - http://qa-reports.meego.com]&lt;br /&gt;
* [http://meego.qa.leonidasoy.fi/ Staging environment - http://meego.qa.leonidasoy.fi/]&lt;br /&gt;
&lt;br /&gt;
== Source code == &lt;br /&gt;
&lt;br /&gt;
* [http://meego.gitorious.org/meego-quality-assurance/qa-reports Source code in Gitorious]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:MeeGoQAReports.png</id>
		<title>File:MeeGoQAReports.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:MeeGoQAReports.png"/>
				<updated>2010-12-28T08:07:18Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: uploaded a new version of &amp;quot;File:MeeGoQAReports.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MeeGoQAReports Illustrated&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:MeeGoQAReports.png</id>
		<title>File:MeeGoQAReports.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:MeeGoQAReports.png"/>
				<updated>2010-12-28T07:25:26Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: MeeGoQAReports Illustrated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MeeGoQAReports Illustrated&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/TestSuite/MCTS</id>
		<title>Quality/TestSuite/MCTS</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/TestSuite/MCTS"/>
				<updated>2010-12-14T07:40:01Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== MeeGo Core Test Suite (MCTS)==&lt;br /&gt;
=== Overview ===&lt;br /&gt;
INTRODUCTION &amp;lt;br&amp;gt;&lt;br /&gt;
SOURCE CODE AND COMPILING &amp;lt;br&amp;gt;&lt;br /&gt;
TEST ENVIRONMENT &amp;lt;br&amp;gt;&lt;br /&gt;
EXECUTING TESTS &amp;lt;br&amp;gt;&lt;br /&gt;
TEST RESULTS &amp;lt;br&amp;gt;&lt;br /&gt;
KNOWN ISSUES &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MCTS Development Guideline [[/MCTS_Development_Guideline | MCTS Development Guideline]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Discussion about [[/MCTS_API_analysis | API analysis]] for MCTS functional test design&lt;br /&gt;
&lt;br /&gt;
Interested in contributing to MCTS ? Look at [[/MCTS_Start_Contributing | How to start contributing]]&lt;br /&gt;
&lt;br /&gt;
=== Test Suite Code &amp;amp; API Coverage Analysis Repositories ===&lt;br /&gt;
You can get the code here: http://gitorious.org/qa-tools/mcts&amp;lt;br&amp;gt;&lt;br /&gt;
You can get the coverage analysis documents here: http://gitorious.org/qa-tools/mcts-coverage&lt;br /&gt;
&lt;br /&gt;
=== MCTS Releases ===&lt;br /&gt;
MCTS is released typically in a biweekly cycle. The release process&lt;br /&gt;
is described in [[/MCTS_Release_Process | MCTS Release Process.]]&lt;br /&gt;
&lt;br /&gt;
You can find information about the completed and planned MCTS releases from [[/MCTS_Releases | MCTS Releases.]]&lt;br /&gt;
&lt;br /&gt;
=== Test Suite Status For Middleware (New) ===&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!| '''Domain'''&lt;br /&gt;
!| '''Component'''&lt;br /&gt;
!| [http://wiki.meego.com/Quality/Plans/MeeGo_Core_Test_Plan Test Coverage]&lt;br /&gt;
!| '''% Ready'''&lt;br /&gt;
!| '''Auto&amp;amp;nbsp;%'''&lt;br /&gt;
!| [http://gitorious.org/qa-tools/mcts MCTS package]&lt;br /&gt;
!| '''Maintainer'''&lt;br /&gt;
!| '''Target Due'''&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = &amp;quot;6&amp;quot; | Security&lt;br /&gt;
&lt;br /&gt;
| Accounts || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Single Sign-On || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Integrity Protection Framework || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Certificate Manager || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SW Distribution Security || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Access Control Framework || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = &amp;quot;4&amp;quot; | System&lt;br /&gt;
&lt;br /&gt;
| System Control || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Resource Policy || Average || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Context Framework || Through || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Sensor Framework || Average || || || mcts-blts-sensor-frontend mcts-blts-sensor-plugins || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Location&lt;br /&gt;
| [[../GeoClue Test Plan | Location Framework]] || light ||100% ||100% || mcts-geoclue-tests || [mailto:shaofeng.tang@intel.com Shaofeng Tang] ||&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = &amp;quot;5&amp;quot; | PIM&lt;br /&gt;
&lt;br /&gt;
| Calendar Engine || Average || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Contacts Engine || Average || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Email Engine || Average || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Backup Framework || Average || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Synchronization Framework || Average || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = &amp;quot;3&amp;quot; | Multimedia&lt;br /&gt;
&lt;br /&gt;
| Gstreamer || light || || || mcts-mwts-gstreamer mcts-mwts-gcamera || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| PulseAudio || light ||100% ||100% || mcts-pulseaudio-tests mcts-blts-alsa-core || [mailto:hao.h.chen@intel.com Hao Chen] || Dec. 17 for test plan&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| UPnP || light ||100% ||0% || mcts-gupnp-tests || [mailto:daniel.tao@intel.com Daniel Tao] ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = &amp;quot;4&amp;quot;| Communications&lt;br /&gt;
| Telephony &amp;amp; IM || light || || || mcts-mwts-telepathy || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[/OFono Test Plan |Cellular Framework]] || Through ||100% ||36% || mcts-ofono-tests mcts-blts-ofono || [mailto:elva.fu@intel.com Elva Fu]||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[/ConnMan Test Plan | ConnMan]] || Through ||100% ||43% || mcts-connman-tests || [mailto:jeff.zheng@intel.com Jeff Zheng]  ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[/MeeGo Bluez Test Plan |Bluetooth]] || Average ||100% ||16% || mcts-bluez-tests mcts-blts-bluetooth || [mailto:jingke.zhang@intel.com Jingke] ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = &amp;quot;3&amp;quot; | Qt&lt;br /&gt;
| Qt || || || || mcts-mwts-network mcts-mwts-telepathy || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Qt WebKit || || || || N/A || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Qt Web Runtime || || || || N/A || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = &amp;quot;9&amp;quot; | Qt Mobility&lt;br /&gt;
| QtM contacts || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QtM Location || || || || mcts-mwts-location || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QtM Messaging || || || || mcts-mwts-messaging || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QtM Publish &amp;amp; Subscribe || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QtM Sensors || || || || mcts-mwts-sensors || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QtM Service Framework || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QtM Versit || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QtM Multimedia || || || || mcts-mwts-multimedia || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| QtM System Info || || || || WIP || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = &amp;quot;3&amp;quot; | [[../MeeGo_Graphics_Test_Plan | Graphics]]&lt;br /&gt;
| OpenGL ES || Average ||100% ||13% || mcts-qtgfx-tests mcts-blts-openles2-perf || [mailto:kui.zheng@intel.com Kui Zheng] ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Font Management || || || || N/A || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| X11 || Light ||100% ||100% || mcts-x-tests mcts-rendercheck-tests mcts-blts-fbdev || [mailto:kui.zheng@intel.com Kui Zheng] ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Data Management || Content Framework || Through || || || mcts-tracker-tests || ||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| SW Management&lt;br /&gt;
| Package Manager || light || || || mcts-packagekit-tests || [mailto:huajun.li@intel.com Huajun Li] || Dec. 17 for test plan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Kernel&lt;br /&gt;
&lt;br /&gt;
| Linux Kernel || || || || mcts-blts-usb mcts-blts-input-devices mcts-mwts-filesystem || ||&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Released Middleware Test Asset Descriptions ===&lt;br /&gt;
[[../MWTS Asset Descriptions | Released Middleware Test Asset Descriptions]]&lt;br /&gt;
&lt;br /&gt;
=== Test Suite Status For OS Base===&lt;br /&gt;
{|cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!|Category&lt;br /&gt;
!|Component&lt;br /&gt;
!|Test Coverage&lt;br /&gt;
!|Planned #&lt;br /&gt;
!|Ready #&lt;br /&gt;
!|Auto %&lt;br /&gt;
!|Major Contacts&lt;br /&gt;
!|Due&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| rowspan = &amp;quot;15&amp;quot; | OS Base|| [[../Audio Driver Test Specification | Audio Driver]] || '''Light''' ||31||31||0% || [mailto:EXT-jussi.saavalainen@nokia.com Jussi Saavalainen]||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../Bluetooth Driver Test Specification | Bluetooth Driver]] || '''Light''' || 23 || 23 || 0% ||[mailto:EXT-jussi.saavalainen@nokia.com Jussi Saavalainen]||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../Camera Driver Test Specification | Camera Driver]] || '''Light''' || 12 || 12 || 0% ||[mailto:EXT-jussi.saavalainen@nokia.com Jussi Saavalainen]||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../Functional Key Driver  Test Plan | Functional Key Driver]] || '''Open''' || tbd || || || || tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../GPS Driver Test Plan | GPS Driver]] || '''Light''' ||  ||  ||  ||Jussi Saavalainen||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../Input Devices Driver Test Specification | Input Devices Driver]] || '''Light''' || 3 || 3 || 0%  ||  ||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../SD-MMC Driver Test Plan | SD/MMC Driver]] || '''Light''' || 33 || 33 || 0% ||Jussi Saavalainen ||Sep.3.2010&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../Sensor Driver Test Plan | Sensor Driver]] || '''Light''' || 8  || 8  || 0% ||Jussi Saavalainen ||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../Touch Screen Driver Test Plan | Touch Screen Driver]] || '''Light''' ||  ||  ||  || Juhani Taipale||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../Touchpad Driver Test Plan | Touchpad Driver]] || '''Open''' || tbd ||  ||  || ||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../USB Driver Test Specification | USB Driver]] || '''Light''' || 35 || 35 || 0% ||[mailto:EXT-jussi.saavalainen@nokia.com Jussi Saavalainen] ||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../Video Playback Driver Test Specification | Video Playback Driver]] || '''Average''' || 6 || 6 || 0% ||[mailto:kimmo.myllyvirta@digia.com Kimmo Myllyvirta] ||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../Watchdog Driver Test Specification | Watchdog Driver]] || '''Averate''' || 3  || 3 || 0% || [mailto:kimmo.myllyvirta@digia.com Kimmo Myllyvirta] ||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../WIFI Driver Test Specification | WIFI Driver]] || '''Light''' || 10  || 10 || 0% ||Jussi Saavalainen ||tbd&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[../X11 Test Specification | X11]] || '''Light''' || 11  || 11 || 0% || [mailto:kimmo.myllyvirta@digia.com Kimmo Myllyvirta] ||tbd&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/OTS</id>
		<title>Quality/QA-tools/OTS</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/OTS"/>
				<updated>2010-12-08T08:44:20Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OTS Index =&lt;br /&gt;
&lt;br /&gt;
Welcome to the Open Test System (OTS) Wiki Index.&lt;br /&gt;
&lt;br /&gt;
'''''The User Documentation applies to the 0.1 release.'''''&lt;br /&gt;
&lt;br /&gt;
'''''The Developer Documentation track the 0.8 branch (currently under development - see the Project Planning section below).'''''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
OTS is the '''Open Test Service''' for testing software systems on evolving hardware architectures.&lt;br /&gt;
  &lt;br /&gt;
It was born out of the test framework incrementally developed for use on [http://maemo.org/ Maemo] project and is in use for 24/7 testing service by [http://www.nokia.com/ Nokia].&lt;br /&gt;
&lt;br /&gt;
=== What it does ===&lt;br /&gt;
&lt;br /&gt;
'''OTS has the following primary functions:'''&lt;br /&gt;
&lt;br /&gt;
* Distribution&lt;br /&gt;
* Load balancing&lt;br /&gt;
* Remote command running&lt;br /&gt;
* Hardware control&lt;br /&gt;
* Data Acquisition&lt;br /&gt;
* Data Analysis&lt;br /&gt;
&lt;br /&gt;
'''OTS offers the following services:'''&lt;br /&gt;
&lt;br /&gt;
* Fully Open Source&lt;br /&gt;
* Web server &lt;br /&gt;
* Extensible Architecture&lt;br /&gt;
* Interoperability&lt;br /&gt;
&lt;br /&gt;
=== Why it does it ===&lt;br /&gt;
&lt;br /&gt;
Quite simply: to increase efficiency and quality of on-device software testing. &lt;br /&gt;
&lt;br /&gt;
=== How it does it ===&lt;br /&gt;
&lt;br /&gt;
The [[Quality/QA-tools/OTS/Architecture | System Overview]] gives an outline of how OTS works&lt;br /&gt;
&lt;br /&gt;
=== Installing ===&lt;br /&gt;
&lt;br /&gt;
Follow the [[Quality/QA-tools/OTS/UserDocumentation/Installation | installation instructions]]&lt;br /&gt;
&lt;br /&gt;
== Index ==&lt;br /&gt;
&lt;br /&gt;
=== Architecture ===&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Architecture | Overview]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Components | Components]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Plugins | Plugins]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/DataFlow | DataFlow]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Behaviour | Behaviour]]&lt;br /&gt;
&lt;br /&gt;
=== APIs ===&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/DeveloperDocs/OTS_Server_API | Server]]&lt;br /&gt;
&lt;br /&gt;
* [http://gitorious.org/qa-tools/ots/blobs/dev_branch_0.8/ots.server/ots/server/distributor/api.py Distributor]&lt;br /&gt;
&lt;br /&gt;
* [http://gitorious.org/qa-tools/ots/blobs/dev_branch_0.8/ots.results/ots/results/api.py Results]&lt;br /&gt;
&lt;br /&gt;
* [http://gitorious.org/qa-tools/ots/blobs/dev_branch_0.8/ots.worker/ots/worker/api.py Worker]&lt;br /&gt;
&lt;br /&gt;
=== System Wide Concerns ===&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Routing | Testrun Routing]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Protocols | Ports and Protocols]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Configuration | Configuration]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/DeveloperDocs/OTS_Timeouts | Timeouts]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/OptimisingThroughput | Optimising Throughput]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/WatchingOTS | Watching OTS]]&lt;br /&gt;
&lt;br /&gt;
== How to get going... ==&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/UserDocumentation | User Documentation]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/DevelopmentGuidelines | Development Guidelines]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/DeveloperDocs | Developer Documentation]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/DeveloperDocs/NoseTests | Setting up Nose tests]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/CreatingAPublisher | Creating a Publisher]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Transition0.1-0.8 | Making the transition from 0.1 to 0.8]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Flashing | Flashing]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Contributions | Contributions]]&lt;br /&gt;
&lt;br /&gt;
== Argot ==&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Glossary | Glossary]]&lt;br /&gt;
&lt;br /&gt;
== Standards and Conventions ==&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Packages | Packages]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/ErrorCodes | Error Codes]]&lt;br /&gt;
&lt;br /&gt;
== Project Planning ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Roadmap | Roadmap]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/DevelopmentStatus | DevelopmentStatus]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Meetings | Meetings]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/ReleaseChecklist | ReleaseChecklist]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools#Release_Practices | Release Practices]]&lt;br /&gt;
&lt;br /&gt;
OTS releases are done when a new release makes sense from OTS point of view. There are no scheduled releases.&lt;br /&gt;
&lt;br /&gt;
== PEP ==&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/PEP-MimeTypes | MimeTypes]]&lt;br /&gt;
&lt;br /&gt;
* [[Quality/QA-tools/OTS/Naming | Naming]]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Web_infrastructure</id>
		<title>Web infrastructure</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Web_infrastructure"/>
				<updated>2010-12-07T13:31:10Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* MeeGo Services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OSUOSL Migration ==&lt;br /&gt;
A plan is being drawn up for the move of all MeeGo services to OSUOSL for hosting. Look for details of the plan: [[Web_infrastructure/Planning_Security_Review|Planning and Security Review]]&lt;br /&gt;
&lt;br /&gt;
== Request new services ==&lt;br /&gt;
[[Web_infrastructure/Processes|Here]] you can find a description about how to request new services or change requests to existing services.&lt;br /&gt;
&lt;br /&gt;
== MeeGo Services ==&lt;br /&gt;
Like most open source projects, MeeGo has a vast number of services that keep the community functioning on a day to day basis. As the number of services grows and the number of people involved in administering these services grows, it's important to closely track. Below is a list of the various services with links to details about these services.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
!Service&lt;br /&gt;
!Platform&lt;br /&gt;
!Current Host&lt;br /&gt;
!Status&lt;br /&gt;
!Owners&lt;br /&gt;
!Details&lt;br /&gt;
|- &lt;br /&gt;
|http://meego.com 	&lt;br /&gt;
|Drupal 6.x 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/mshaver Mike Shaver] [http://meego.com/users/qgil Quim Gil]&lt;br /&gt;
|[[Web_infrastructure/Meego.com|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://help.meego.com 	&lt;br /&gt;
|Drupal 6.x 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/mshaver Mike Shaver] [http://meego.com/users/noel Noel Arnold]&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://wiki.meego.com 	&lt;br /&gt;
|MediaWiki 1.15.1 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|??	&lt;br /&gt;
|[[Web_infrastructure/Help.meego.com|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://bugs.meego.com 	&lt;br /&gt;
|Bugzilla 3.6x 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/ericlr Eric Le Roux] [http://meego.com/users/may May Xie]&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://apidocs.meego.com 	&lt;br /&gt;
|Static HTML/files 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/bspencer Bob Spencer]	&lt;br /&gt;
|[[SDK|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://lists.meego.com 	&lt;br /&gt;
|Mailman 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/agretzinger Adam Gretzinger]&lt;br /&gt;
|[[Mailing list guidelines|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://forum.meego.com 	&lt;br /&gt;
|vBulletin 	&lt;br /&gt;
|external community hosted 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/reggie Reggie Suplido]	&lt;br /&gt;
|[[Web_infrastructure/Forum|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://news.meego.com 	&lt;br /&gt;
|Midgard 	&lt;br /&gt;
|OSU&lt;br /&gt;
|ready for deployment&lt;br /&gt;
|[http://meego.com/users/bergie Henri Bergius]	 	&lt;br /&gt;
|[[News.meego.com|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://crashdb.meego.com 	&lt;br /&gt;
|Custom PHP 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|active &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|developer.meego.com 	&lt;br /&gt;
|Drupal 6.x 	&lt;br /&gt;
|Offsite/moving to OSU or Softlayer&lt;br /&gt;
|In Review&lt;br /&gt;
|[http://meego.com/users/macron Ronan Mac Laverty/macron,maclaver(IRC)] 	&lt;br /&gt;
|[[Application developer site|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://downloads.meego.com 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|active &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|Metrics Website 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|proposed&lt;br /&gt;
|	 	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|Conference Website http://conference2010.meego.com/ 	&lt;br /&gt;
|Drupal 6.x 	&lt;br /&gt;
|none	&lt;br /&gt;
|active/in process&lt;br /&gt;
|	 	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|Meeting IRC Bot 	&lt;br /&gt;
|[http://wiki.debian.org/MeetBot MeetBot]	&lt;br /&gt;
|Stskeeps' shell in DK&lt;br /&gt;
|active/should migrate to central location &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|povbot IRC bot (#meego) + web logs&lt;br /&gt;
|Supybot + [http://mg.pov.lt/irclog2html/ irclog2html]&lt;br /&gt;
|mgedmin&lt;br /&gt;
|active/should migrate to central location &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|merbot IRC bot (#meego-arm etc) + web logs&lt;br /&gt;
|irssi&lt;br /&gt;
|Stskeeps' shell in DK&lt;br /&gt;
|active/should migrate to central location/merge with meetbot&lt;br /&gt;
|	&lt;br /&gt;
|details&lt;br /&gt;
|- &lt;br /&gt;
| MeeBot IRC bot&lt;br /&gt;
| supybot + [http://mg.pov.lt/irclog2html/ irclog2html] &lt;br /&gt;
| OSUOSL&lt;br /&gt;
| proposed, centralisation of meeting bot and logging&lt;br /&gt;
|	&lt;br /&gt;
| [[Web_infrastructure/IRC|details]]&lt;br /&gt;
|-&lt;br /&gt;
|build.pub.meego.com api.pub.meego.com&lt;br /&gt;
|Community OBS 	&lt;br /&gt;
|OSU servers&lt;br /&gt;
|beta setup on spare hardware, currently setting up servers at OSU. &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|Community Apps Website 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|proposed &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://meego.gitorious.org 	&lt;br /&gt;
|Gitorious 	&lt;br /&gt;
|http://meego.gitorious.org 	&lt;br /&gt;
|active 	&lt;br /&gt;
|	&lt;br /&gt;
|[[Web_infrastructure/Meego.gitorious.org|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://transifex.moblin.org 	&lt;br /&gt;
|Transifex 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active/in process of being migrated to below &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://meego.transifex.org 	&lt;br /&gt;
|Transifex 	&lt;br /&gt;
|http://meego.transifex.org 	&lt;br /&gt;
|active/in process 	&lt;br /&gt;
|	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://mxr.meego.com 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|http://mxr.moego.org 	&lt;br /&gt;
|active/in process 	&lt;br /&gt;
|	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://tl.meego.com 	&lt;br /&gt;
|http://www.teamst.org/ 	&lt;br /&gt;
|none 	&lt;br /&gt;
|active/in process 	&lt;br /&gt;
|	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://hg.meego.com&lt;br /&gt;
|http://mercurial.selenic.com/&lt;br /&gt;
|Bitbucket&lt;br /&gt;
|none&lt;br /&gt;
|	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|Patchwork&lt;br /&gt;
|http://ozlabs.org/~jk/projects/patchwork/&lt;br /&gt;
|none&lt;br /&gt;
|proposed&lt;br /&gt;
|	&lt;br /&gt;
|[http://lists.meego.com/pipermail/meego-dev/2010-August/005169.html details]&lt;br /&gt;
|-&lt;br /&gt;
|ots.meego.com&lt;br /&gt;
|http://gitorious.org/qa-tools/ots&lt;br /&gt;
|OSU&lt;br /&gt;
|active&lt;br /&gt;
| [http://meego.com/users/vilvo Ville Ilvonen]	&lt;br /&gt;
|[http://wiki.meego.com/Quality/QA-tools/OTS details]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Web_infrastructure</id>
		<title>Web infrastructure</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Web_infrastructure"/>
				<updated>2010-12-07T13:30:33Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* MeeGo Services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OSUOSL Migration ==&lt;br /&gt;
A plan is being drawn up for the move of all MeeGo services to OSUOSL for hosting. Look for details of the plan: [[Web_infrastructure/Planning_Security_Review|Planning and Security Review]]&lt;br /&gt;
&lt;br /&gt;
== Request new services ==&lt;br /&gt;
[[Web_infrastructure/Processes|Here]] you can find a description about how to request new services or change requests to existing services.&lt;br /&gt;
&lt;br /&gt;
== MeeGo Services ==&lt;br /&gt;
Like most open source projects, MeeGo has a vast number of services that keep the community functioning on a day to day basis. As the number of services grows and the number of people involved in administering these services grows, it's important to closely track. Below is a list of the various services with links to details about these services.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
!Service&lt;br /&gt;
!Platform&lt;br /&gt;
!Current Host&lt;br /&gt;
!Status&lt;br /&gt;
!Owners&lt;br /&gt;
!Details&lt;br /&gt;
|- &lt;br /&gt;
|http://meego.com 	&lt;br /&gt;
|Drupal 6.x 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/mshaver Mike Shaver] [http://meego.com/users/qgil Quim Gil]&lt;br /&gt;
|[[Web_infrastructure/Meego.com|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://help.meego.com 	&lt;br /&gt;
|Drupal 6.x 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/mshaver Mike Shaver] [http://meego.com/users/noel Noel Arnold]&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://wiki.meego.com 	&lt;br /&gt;
|MediaWiki 1.15.1 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|??	&lt;br /&gt;
|[[Web_infrastructure/Help.meego.com|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://bugs.meego.com 	&lt;br /&gt;
|Bugzilla 3.6x 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/ericlr Eric Le Roux] [http://meego.com/users/may May Xie]&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://apidocs.meego.com 	&lt;br /&gt;
|Static HTML/files 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/bspencer Bob Spencer]	&lt;br /&gt;
|[[SDK|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://lists.meego.com 	&lt;br /&gt;
|Mailman 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/agretzinger Adam Gretzinger]&lt;br /&gt;
|[[Mailing list guidelines|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://forum.meego.com 	&lt;br /&gt;
|vBulletin 	&lt;br /&gt;
|external community hosted 	&lt;br /&gt;
|active &lt;br /&gt;
|[http://meego.com/users/reggie Reggie Suplido]	&lt;br /&gt;
|[[Web_infrastructure/Forum|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://news.meego.com 	&lt;br /&gt;
|Midgard 	&lt;br /&gt;
|OSU&lt;br /&gt;
|ready for deployment&lt;br /&gt;
|[http://meego.com/users/bergie Henri Bergius]	 	&lt;br /&gt;
|[[News.meego.com|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://crashdb.meego.com 	&lt;br /&gt;
|Custom PHP 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|active &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|developer.meego.com 	&lt;br /&gt;
|Drupal 6.x 	&lt;br /&gt;
|Offsite/moving to OSU or Softlayer&lt;br /&gt;
|In Review&lt;br /&gt;
|[http://meego.com/users/macron Ronan Mac Laverty/macron,maclaver(IRC)] 	&lt;br /&gt;
|[[Application developer site|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://downloads.meego.com 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|active &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|Metrics Website 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|proposed&lt;br /&gt;
|	 	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|Conference Website http://conference2010.meego.com/ 	&lt;br /&gt;
|Drupal 6.x 	&lt;br /&gt;
|none	&lt;br /&gt;
|active/in process&lt;br /&gt;
|	 	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|Meeting IRC Bot 	&lt;br /&gt;
|[http://wiki.debian.org/MeetBot MeetBot]	&lt;br /&gt;
|Stskeeps' shell in DK&lt;br /&gt;
|active/should migrate to central location &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|povbot IRC bot (#meego) + web logs&lt;br /&gt;
|Supybot + [http://mg.pov.lt/irclog2html/ irclog2html]&lt;br /&gt;
|mgedmin&lt;br /&gt;
|active/should migrate to central location &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|merbot IRC bot (#meego-arm etc) + web logs&lt;br /&gt;
|irssi&lt;br /&gt;
|Stskeeps' shell in DK&lt;br /&gt;
|active/should migrate to central location/merge with meetbot&lt;br /&gt;
|	&lt;br /&gt;
|details&lt;br /&gt;
|- &lt;br /&gt;
| MeeBot IRC bot&lt;br /&gt;
| supybot + [http://mg.pov.lt/irclog2html/ irclog2html] &lt;br /&gt;
| OSUOSL&lt;br /&gt;
| proposed, centralisation of meeting bot and logging&lt;br /&gt;
|	&lt;br /&gt;
| [[Web_infrastructure/IRC|details]]&lt;br /&gt;
|-&lt;br /&gt;
|build.pub.meego.com api.pub.meego.com&lt;br /&gt;
|Community OBS 	&lt;br /&gt;
|OSU servers&lt;br /&gt;
|beta setup on spare hardware, currently setting up servers at OSU. &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|Community Apps Website 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|proposed &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://meego.gitorious.org 	&lt;br /&gt;
|Gitorious 	&lt;br /&gt;
|http://meego.gitorious.org 	&lt;br /&gt;
|active 	&lt;br /&gt;
|	&lt;br /&gt;
|[[Web_infrastructure/Meego.gitorious.org|details]]&lt;br /&gt;
|-&lt;br /&gt;
|http://transifex.moblin.org 	&lt;br /&gt;
|Transifex 	&lt;br /&gt;
|Softlayer 	&lt;br /&gt;
|active/in process of being migrated to below &lt;br /&gt;
|		&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://meego.transifex.org 	&lt;br /&gt;
|Transifex 	&lt;br /&gt;
|http://meego.transifex.org 	&lt;br /&gt;
|active/in process 	&lt;br /&gt;
|	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://mxr.meego.com 	&lt;br /&gt;
|?? 	&lt;br /&gt;
|http://mxr.moego.org 	&lt;br /&gt;
|active/in process 	&lt;br /&gt;
|	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://tl.meego.com 	&lt;br /&gt;
|http://www.teamst.org/ 	&lt;br /&gt;
|none 	&lt;br /&gt;
|active/in process 	&lt;br /&gt;
|	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|http://hg.meego.com&lt;br /&gt;
|http://mercurial.selenic.com/&lt;br /&gt;
|Bitbucket&lt;br /&gt;
|none&lt;br /&gt;
|	&lt;br /&gt;
|details&lt;br /&gt;
|-&lt;br /&gt;
|Patchwork&lt;br /&gt;
|http://ozlabs.org/~jk/projects/patchwork/&lt;br /&gt;
|none&lt;br /&gt;
|proposed&lt;br /&gt;
|	&lt;br /&gt;
|[http://lists.meego.com/pipermail/meego-dev/2010-August/005169.html details]&lt;br /&gt;
|-&lt;br /&gt;
|ots.meego.com&lt;br /&gt;
|http://gitorious.org/qa-tools/ots&lt;br /&gt;
|OSU&lt;br /&gt;
|active&lt;br /&gt;
| Ville Ilvonen	&lt;br /&gt;
|[http://wiki.meego.com/Quality/QA-tools/OTS details]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Meetings</id>
		<title>Quality/QA-tools/Meetings</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Meetings"/>
				<updated>2010-12-07T13:08:14Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* QA Tools - Weekly Meetings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Tools - Weekly Meetings =&lt;br /&gt;
&lt;br /&gt;
[[Quality/QA-tools|QA tools team]] meetings will be held on need basis for specific topics in &amp;lt;code&amp;gt;#meego-meeting on irc.freenode.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-12-07-11.59.html This was agreed in the last weekly meeting held on December 7th 2010]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Meeting Agendas and Minutes ==&lt;br /&gt;
&lt;br /&gt;
=== Meeting Agenda ===&lt;br /&gt;
&lt;br /&gt;
Regular meeting agenda:&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
'''Tuesday December 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda &lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-12-07-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 30rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda &lt;br /&gt;
* Discussion on test report templates support at qa-reports.meego.com (#9922)&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-30-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 23rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-23-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 16th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-16-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 9th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-09-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 2nd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-02-12.06.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 26th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
* Co-maintainer for Tools:Testing&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-26-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 19th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-19-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 12th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-12-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 5th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-05-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 28th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released packages and videos&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-28-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 21th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* OTS client toolchain status&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-21-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 14th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Review of Release Practices proposal (Timo Härkönen &amp;amp; Timo Mäkimattila)&lt;br /&gt;
* Status check of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-14-11.57.html Minutes of the meeting]&lt;br /&gt;
 &lt;br /&gt;
'''Tuesday September 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Tool maintainers and substitutes&lt;br /&gt;
* Release practices&lt;br /&gt;
* Status check of bugs and development&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-07-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday August 31th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Short intro for project targets and tools we work with&lt;br /&gt;
* Status of open bugs / features at [http://bugs.meego.com/buglist.cgi?classification=MeeGo%20Platform&amp;amp;query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;component=eat&amp;amp;component=min&amp;amp;component=testdefinition&amp;amp;component=testrunner-lite&amp;amp;product=Development%20Tools bugs.meego.com]&lt;br /&gt;
* Review of released demo videos&lt;br /&gt;
* Review of contribution guidelines&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-08-31-11.57.html Minutes of the meeting]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Meetings</id>
		<title>Quality/QA-tools/Meetings</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Meetings"/>
				<updated>2010-12-07T13:06:54Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Regular Meeting Agenda */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Tools - Weekly Meetings =&lt;br /&gt;
&lt;br /&gt;
[[Quality/QA-tools|QA tools team]] meetings will be held weekly on Tuesdays 12:00 UTC in &amp;lt;code&amp;gt;#meego-meeting on irc.freenode.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Meeting Agendas and Minutes ==&lt;br /&gt;
&lt;br /&gt;
=== Meeting Agenda ===&lt;br /&gt;
&lt;br /&gt;
Regular meeting agenda:&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
'''Tuesday December 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda &lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-12-07-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 30rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda &lt;br /&gt;
* Discussion on test report templates support at qa-reports.meego.com (#9922)&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-30-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 23rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-23-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 16th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-16-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 9th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-09-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 2nd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-02-12.06.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 26th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
* Co-maintainer for Tools:Testing&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-26-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 19th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-19-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 12th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-12-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 5th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-05-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 28th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released packages and videos&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-28-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 21th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* OTS client toolchain status&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-21-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 14th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Review of Release Practices proposal (Timo Härkönen &amp;amp; Timo Mäkimattila)&lt;br /&gt;
* Status check of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-14-11.57.html Minutes of the meeting]&lt;br /&gt;
 &lt;br /&gt;
'''Tuesday September 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Tool maintainers and substitutes&lt;br /&gt;
* Release practices&lt;br /&gt;
* Status check of bugs and development&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-07-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday August 31th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Short intro for project targets and tools we work with&lt;br /&gt;
* Status of open bugs / features at [http://bugs.meego.com/buglist.cgi?classification=MeeGo%20Platform&amp;amp;query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;component=eat&amp;amp;component=min&amp;amp;component=testdefinition&amp;amp;component=testrunner-lite&amp;amp;product=Development%20Tools bugs.meego.com]&lt;br /&gt;
* Review of released demo videos&lt;br /&gt;
* Review of contribution guidelines&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-08-31-11.57.html Minutes of the meeting]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Meetings</id>
		<title>Quality/QA-tools/Meetings</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Meetings"/>
				<updated>2010-12-07T11:35:42Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Meeting Agendas and Minutes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Tools - Weekly Meetings =&lt;br /&gt;
&lt;br /&gt;
[[Quality/QA-tools|QA tools team]] meetings will be held weekly on Tuesdays 12:00 UTC in &amp;lt;code&amp;gt;#meego-meeting on irc.freenode.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Meeting Agendas and Minutes ==&lt;br /&gt;
&lt;br /&gt;
=== Regular Meeting Agenda ===&lt;br /&gt;
&lt;br /&gt;
Following items are covered weekly:&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
'''Tuesday December 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda &lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 30rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda &lt;br /&gt;
* Discussion on test report templates support at qa-reports.meego.com (#9922)&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-30-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 23rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-23-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 16th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-16-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 9th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-09-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 2nd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-02-12.06.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 26th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
* Co-maintainer for Tools:Testing&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-26-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 19th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-19-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 12th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-12-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 5th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Regular Meeting Agenda&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-05-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 28th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released packages and videos&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-28-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 21th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* OTS client toolchain status&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-21-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 14th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Review of Release Practices proposal (Timo Härkönen &amp;amp; Timo Mäkimattila)&lt;br /&gt;
* Status check of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-14-11.57.html Minutes of the meeting]&lt;br /&gt;
 &lt;br /&gt;
'''Tuesday September 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Tool maintainers and substitutes&lt;br /&gt;
* Release practices&lt;br /&gt;
* Status check of bugs and development&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-07-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday August 31th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Short intro for project targets and tools we work with&lt;br /&gt;
* Status of open bugs / features at [http://bugs.meego.com/buglist.cgi?classification=MeeGo%20Platform&amp;amp;query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;component=eat&amp;amp;component=min&amp;amp;component=testdefinition&amp;amp;component=testrunner-lite&amp;amp;product=Development%20Tools bugs.meego.com]&lt;br /&gt;
* Review of released demo videos&lt;br /&gt;
* Review of contribution guidelines&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-08-31-11.57.html Minutes of the meeting]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/TestSuite/MCTS/MCTS_Development_Guideline</id>
		<title>Quality/TestSuite/MCTS/MCTS Development Guideline</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/TestSuite/MCTS/MCTS_Development_Guideline"/>
				<updated>2010-12-02T12:35:37Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* File Naming Structure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MeeGo Core Test Suite Quality Standards =&lt;br /&gt;
&lt;br /&gt;
== Introduction and Importance ==&lt;br /&gt;
While the importance of testing needs little explaining, the relevance of maintaining quality standards may be less obvious. The standards of test documentation, packaging etc. are not as important when used for internal testing but when external users need to make use of the tests, ease of use and consistent packaging become important. MCTS will be used in hardware acceptance testing by companies not related to the test development therefore, it is important that the tests are easy to install, run and understand.&lt;br /&gt;
&lt;br /&gt;
== Packaging ==&lt;br /&gt;
Packages must all conform to these standards and be self contained. This way, the user of the tests won't need to search for information/files.&lt;br /&gt;
&lt;br /&gt;
In package names, words should be separated with a dash ('-').&lt;br /&gt;
&lt;br /&gt;
For MCTS, adding a '-tests' suffix is not required as MCTS is a dedicated test suite. For test packages not contained in a dedicated test suite, the '-tests' suffix must be added.&lt;br /&gt;
&lt;br /&gt;
=== Files ===&lt;br /&gt;
* README (See Documentation section below)&lt;br /&gt;
* src/ : contain source files&lt;br /&gt;
* utils/: contain utility and tools if any&lt;br /&gt;
* Makefile (or Makefile.am, configure.ac, autogen.sh, qmake)&lt;br /&gt;
* tests.xml (alternatively &amp;lt;packagename&amp;gt;.xml, should the tests all be thrown into the same folder, this needs to be documented in the README)&lt;br /&gt;
* data/: contain small data files (For big data such as media content, need separate package)&lt;br /&gt;
* pack.sh: the script to generate rpm package&lt;br /&gt;
* test.spec: spec files to create rpm package&lt;br /&gt;
&lt;br /&gt;
=== File Naming Structure ===&lt;br /&gt;
* Use descriptive names (ie. ftp_file_send)&lt;br /&gt;
* Do not use numbers as test names (Numbers really don't tell the user what the test is supposed to test)&lt;br /&gt;
* Name length should be less than 30 characters long&lt;br /&gt;
* Use '_' to connect words in file names (except in package names)&lt;br /&gt;
&lt;br /&gt;
=== Test Data ===&lt;br /&gt;
Small data files (a few KB) should be included with the tests. Larger files should be made available separately. Instructions for obtaining the data files must be placed in the README file.&lt;br /&gt;
&lt;br /&gt;
Test data must be publicly available (MeeGo git, public media server etc.). &lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
=== README File ===&lt;br /&gt;
A basic template for a README file can be found [[Quality/TestSuite/MCTS/readme_template|here]]. It is important to remember that the user who will be running the tests in the package may not have had previous experience with tests. Thus, the instructions should be as simple and explicit as possible.&lt;br /&gt;
&lt;br /&gt;
The README file should also contain a list of tests and a description of them. If such a list would be too long, make it a separate file and mention this file in the README.&lt;br /&gt;
&lt;br /&gt;
=== Description of Environment ===&lt;br /&gt;
While the description of the environment can be included in the README file, for complex environments, it may be worthwhile to include a separate file.&lt;br /&gt;
The environment description needs to be very explicit, *do not* assume that the user knows anything about your test environment.&lt;br /&gt;
&lt;br /&gt;
Where possible, tests should not depend on proprietary components (hardware or software). All environmental needs should be such that they are available to anyone in the community.&lt;br /&gt;
&lt;br /&gt;
The environment includes everything needed to run the test or tests. This included hardware and software configuration of the device under test as well as any equipment (and its configuration) outside the device itself.&lt;br /&gt;
&lt;br /&gt;
For example: &lt;br /&gt;
&amp;lt;code&amp;gt;&amp;quot;A wireless network called 'test_net' must be accessible by the device and this network needs to be connected to the internet&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
This is not adequate. Several questions are left unanswered, such as: is a DHCP server expected on the network? Are specific ports required to be opened?&lt;br /&gt;
Descriptions of environments should be explicit and parameters (such as network name) should be modifiable in a configuration file or passed as a parameter. *Do not* make the tester dig through source code to find the requirements for the testing environment. &lt;br /&gt;
It is acceptable to point a user to a settings or configuration file to obtain environment information, provided that the file is commented and easy to read.&lt;br /&gt;
&lt;br /&gt;
=== Further Documentation ===&lt;br /&gt;
With the exception of a list of tests and their description, any further information that is not critical to the running od the tests should be placed in a separate file or on the internet (with a link in the README file).&lt;br /&gt;
&lt;br /&gt;
== Source Code ==&lt;br /&gt;
&lt;br /&gt;
=== Header ===&lt;br /&gt;
Must contain:&lt;br /&gt;
* Copyright&lt;br /&gt;
* License&lt;br /&gt;
* Author&lt;br /&gt;
* Contact details (email address) for maintainer&lt;br /&gt;
* Changelog (optional)&lt;br /&gt;
A template can be found [[Mcts-header|here].&lt;br /&gt;
&lt;br /&gt;
=== Coding Style ===&lt;br /&gt;
A common coding-style rule of thumb is provided [[Quality/TestSuite/MCTS/Code_style_common_rule|here]]. Bear in mind that consistency and readability are the primary concerns. If a library that the tests are heavily tied to breaks these common guidelines, then it is acceptable to follow the coding standard of the library. More detailed code style instructions for specific languages can be found here:&lt;br /&gt;
* [http://www.chris-lott.org/resources/cstyle/indhill-cstyle.html C/C++]&lt;br /&gt;
* [http://www.python.org/dev/peps/pep-0008/ Python]&lt;br /&gt;
* [http://hub.opensolaris.org/bin/view/Community+Group+on/shellstyle Shell]&lt;br /&gt;
&lt;br /&gt;
==== Note on Commenting ====&lt;br /&gt;
The code style guide suggests commenting blocks of code rather than individual lines, but any line of code that is not self-explanatory should be commented individually (code readability is the key, so keep that in mind when deciding what, and how much, to comment).&lt;br /&gt;
&lt;br /&gt;
==== Note on Relative References ====&lt;br /&gt;
Relative file references should always be relative to the location of the script. For example, in Python, instead of using:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
: ../../common&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
to refer to a directory 2 levels up from the location of the python script itself, use:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
: os.path.abspath(os.path.dirname(sys.argv[0])) + '/../../common'&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
While this requires the additional import of the 'os' module and is definitely a 'quick-and-dirty' solution, it will give the directory of the currently running script regardless of where it is run from (e.g. if the script is run from another directory).&lt;br /&gt;
&lt;br /&gt;
== Running the Tests ==&lt;br /&gt;
The method used to run the tests must be described in detail in the README file. For inexperienced users, provide a sample command line: e.g. &amp;lt;code&amp;gt;To run the tests use: './mcts_package_test_name.py'&amp;lt;/code&amp;gt;&lt;br /&gt;
Several other points should be kept in mind about the tests while they run:&lt;br /&gt;
&lt;br /&gt;
=== Environment Handling ===&lt;br /&gt;
Tests should set up their own environment and clean the environment again at the end.&lt;br /&gt;
* Test must set up its own environment, any requested parameters should be set by the test itself.&lt;br /&gt;
* Test runs in desired environment&lt;br /&gt;
* Test cleans up and restores environment to original state or to a default state.&lt;br /&gt;
&lt;br /&gt;
NOTE: The environment includes everything needed to run the test or tests. This included hardware and software configuration of the device under test as well as any equipment (and its configuration) outside the device itself.&lt;br /&gt;
&lt;br /&gt;
=== Test Granularity ===&lt;br /&gt;
* Tests must be able to run in *any order* i.e. no test should depend on another test.&lt;br /&gt;
* Running one test must not prevent another test from running afterwards (i.e. do not damage the environment to the point that no other tests can run)&lt;br /&gt;
* Tests must be able to run individually. i.e. be able to run individual tests, not just whole packages.&lt;br /&gt;
* Thus test cases can be executed at any order, test cases can be skipped and one or certain test cases can be repeated multiple times. &lt;br /&gt;
&lt;br /&gt;
=== Log and Result Files ===&lt;br /&gt;
Tests cases should always generate log and data files. This allows for easier analysis of results and problems, especially if the running of test cases is automated.&lt;br /&gt;
* Result files&lt;br /&gt;
** Must contain a Pass/Fail result or a measurement result etc.&lt;br /&gt;
** Must contain test names, so that the user can tell which result corresponds to which test&lt;br /&gt;
** If the test fails, major failure cause should be written to the result file&lt;br /&gt;
** Should contain passed steps: e.g.: Checked power on, turned power off, turned power on data transfer, turned power off&lt;br /&gt;
** Do not rely on what the API returns, check everything (see Result Verification Section for more information)&lt;br /&gt;
* Log files&lt;br /&gt;
** Log files must be detailed in the README file so that they can be found.&lt;br /&gt;
** Log files must contain test results.&lt;br /&gt;
** Reason for test failure should be evident from the log and result files, the developer should not need to run tests to find the cause of failure.&lt;br /&gt;
** It is suggested that log files be verbose and contain (at least) the following:&lt;br /&gt;
*** Functions Visited&lt;br /&gt;
*** Parameters passed (and their values) - (for tests that generate very long log files, there should be an option to disable this)&lt;br /&gt;
*** When a critical function or API call is passed, this should be noted &lt;br /&gt;
&lt;br /&gt;
== Test Definition ==&lt;br /&gt;
* XML format can be found [http://gitorious.org/qa-tools/test-definition here].&lt;br /&gt;
* One test package corresponds one test case definition file&lt;br /&gt;
* Test definition file should be moved to &amp;quot;/usr/share/&amp;lt;testset&amp;gt;-tests/&amp;quot; during the install process.&lt;br /&gt;
* If the file containing all test definitions is called something other than &amp;quot;tests.xml&amp;quot;, this should be mentioned in the README.&lt;br /&gt;
* All tests must be included in the tests.xml file.&lt;br /&gt;
* The tests.xml file should always be up to date.&lt;br /&gt;
&lt;br /&gt;
== Makefile (or autoconf/automake) ==&lt;br /&gt;
* &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; : build test suite.&lt;br /&gt;
* &amp;lt;code&amp;gt;make install&amp;lt;/code&amp;gt; : install whole test suite (binary, script, utils, helper, data) into /opt/{PACKAGE}, and tests.xml into /usr/share/&amp;lt;testpackagename&amp;gt;/tests.xml&lt;br /&gt;
* &amp;lt;code&amp;gt;make clean&amp;lt;/code&amp;gt; : remove all object file and temporary files&lt;br /&gt;
* &amp;lt;code&amp;gt;make uninstall&amp;lt;/code&amp;gt; : remove test binary, scripts, and tests.xml out of target installation directory.&lt;br /&gt;
&lt;br /&gt;
== Test Design ==&lt;br /&gt;
&lt;br /&gt;
=== The Objective of Testing ===&lt;br /&gt;
While the objective of testing is assist developers in creating software that functions correctly, quite often testing falls into the trap of attempting to demonstrate that the software works. This should be avoided.&lt;br /&gt;
* Do not attempt to find work-arounds for problems in the API under test: if '''A''' + '''B''' = '''C''' and that is not the obtained result, then the test must fail&lt;br /&gt;
* Tests should be written against the specification/documentation of software instead of against the implementation as it is the implementation itself that is under test.&lt;br /&gt;
* Always attempt to 'break' the software under test: Do not only test things that are known to be working, testing the unknown areas is as important as testing the commonly used functions.&lt;br /&gt;
* The final objective of testing is to provide information/evidence to developers, therefore, the more (and more detailed) information that the test can provide, the better.&lt;br /&gt;
 &lt;br /&gt;
=== Rules to Remember ===&lt;br /&gt;
Following rules shall be followed by test developer. Deviation from these rules are allowed only with very good grounds:&lt;br /&gt;
* Clear result: Test case should return clear Pass/Fail result&lt;br /&gt;
* Self explanatory: Test case should be easy to understand&lt;br /&gt;
* Avoid duplicated code: Use common functions or classes as much as possible&lt;br /&gt;
* Automate test under condition of stability&lt;br /&gt;
* Main function should kept simple and structure kept neat.&lt;br /&gt;
* For across-test common function, create separated lib file.&lt;br /&gt;
* No dependency on other test case.&lt;br /&gt;
* No dependency on UX or vertical specific apps.&lt;br /&gt;
* Use relative path to access dependency files inside test package such as helper, utilities and data (see notes on relative referencing above)&lt;br /&gt;
* Clean environment after test complete (see Test Granularity section).&lt;br /&gt;
* Enough comments (see comments section above).&lt;br /&gt;
* Use common Linux functions, avoid rewriting functionality that already exists.&lt;br /&gt;
* Avoid complicated code logic (if you have to use it, comment it!)&lt;br /&gt;
* Remove useless code.&lt;br /&gt;
* Use Timeouts to prevent test-case stall.&lt;br /&gt;
&lt;br /&gt;
=== Automation ===&lt;br /&gt;
Automation is of great importance when testing is time sensetive and resources are limited. Where possible, tests should be automated as much as possible.&lt;br /&gt;
&lt;br /&gt;
NOTE: A test is considered a manual when the 'manual=&amp;quot;true&amp;quot;' field is set in the case definition.&lt;br /&gt;
&lt;br /&gt;
=== Result Verification ===&lt;br /&gt;
Parameters under test should be verified before and after the test.&lt;br /&gt;
&lt;br /&gt;
Example: BT power-on test.&lt;br /&gt;
Check that the BT device is off, if it is already on, then the test case may pass (because the device is on at the the end) but the test has not actually turned the device off. If the power is already on before the test starts, turn it off, then have the test turn it on. Do not accept an API call executing with no errors as a 'pass' result, check that the BT device is on after the test. At the end, return environment to default configuration.&lt;br /&gt;
&lt;br /&gt;
=== Test case complexity ===&lt;br /&gt;
In order to meet the environment setup/tear-down requirements, a test case cannot be overly simple: e.g. a wifi data transfer case must enable a wifi device, detect a network, connect to it, transfer data and then close the connection. In this case, there is no need to write a specific network detection, connect to network or disconnect from network test as all of these functions are tested by the data transfer test.&lt;br /&gt;
&lt;br /&gt;
Rather write fewer test-cases that are more flexible and thorough. The objective is not to have many tests but to test the relevant API to the required extent.&lt;br /&gt;
&lt;br /&gt;
=== Dealing with Parameters ===&lt;br /&gt;
Parameters should be read from a configuration file wherever possible instead of being hard-coded. The configuration file should be commented (to explain what each parameter does) so that it is easy to edit. The location of the configuration file and the tests that it applies to should be described in the README file.&lt;br /&gt;
&lt;br /&gt;
For example, a test that uses a GSM network to dial number and then hang up should have any network parameters and phone number (and perhaps the time before hanging up) described in a configuration file.&lt;br /&gt;
&lt;br /&gt;
For tests where 1 or 2 parameters change frequently (and tests need to be re-run with the new parameters), it is acceptable to pass these as arguments to the test command line. It may be beneficial to have these parameters in the configuration file anyway, and simply have the values that are passed as arguments take priority (overwrite) the ones in the file while the test is running.&lt;br /&gt;
&lt;br /&gt;
=== Test Coverage ===&lt;br /&gt;
For a detailed description of how to measure coverage, and what coverage actually means, please see [[Quality/TestSuite/MCTS/MCTS_API_analysis|here]].&lt;br /&gt;
&lt;br /&gt;
Test coverage comes in 3 levels, a description of the levels follows below:&lt;br /&gt;
* Thorough&lt;br /&gt;
** Cover all APIs.&lt;br /&gt;
** Test case targets for usage (API combination) instead of single API.&lt;br /&gt;
** With Parm-pairs of equivalence partitioning and boundary condition  (All-pairs optional)&lt;br /&gt;
* Average&lt;br /&gt;
** High risk APIs(e.g. new functionality relevant APIs) should be covered with thorough test rules&lt;br /&gt;
** Legacy or low risk APIs are covered only with basic tests&lt;br /&gt;
* Light&lt;br /&gt;
** Test most critical functionality&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Meetings</id>
		<title>Quality/QA-tools/Meetings</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Meetings"/>
				<updated>2010-11-30T12:59:52Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Meeting Agendas and Minutes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Tools - Weekly Meetings =&lt;br /&gt;
&lt;br /&gt;
[[Quality/QA-tools|QA tools team]] meetings will be held weekly on Tuesdays 12:00 UTC in &amp;lt;code&amp;gt;#meego-meeting on irc.freenode.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Meeting Agendas and Minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 30rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Discussion on test report templates support at qa-reports.meego.com (#9922)&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-30-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 23rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-23-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 16th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-16-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 9th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-09-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 2nd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-02-12.06.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 26th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
* Co-maintainer for Tools:Testing&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-26-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 19th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-19-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 12th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-12-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 5th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-05-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 28th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released packages and videos&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-28-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 21th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* OTS client toolchain status&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-21-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 14th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Review of Release Practices proposal (Timo Härkönen &amp;amp; Timo Mäkimattila)&lt;br /&gt;
* Status check of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-14-11.57.html Minutes of the meeting]&lt;br /&gt;
 &lt;br /&gt;
'''Tuesday September 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Tool maintainers and substitutes&lt;br /&gt;
* Release practices&lt;br /&gt;
* Status check of bugs and development&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-07-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday August 31th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Short intro for project targets and tools we work with&lt;br /&gt;
* Status of open bugs / features at [http://bugs.meego.com/buglist.cgi?classification=MeeGo%20Platform&amp;amp;query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;component=eat&amp;amp;component=min&amp;amp;component=testdefinition&amp;amp;component=testrunner-lite&amp;amp;product=Development%20Tools bugs.meego.com]&lt;br /&gt;
* Review of released demo videos&lt;br /&gt;
* Review of contribution guidelines&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-08-31-11.57.html Minutes of the meeting]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Meetings</id>
		<title>Quality/QA-tools/Meetings</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Meetings"/>
				<updated>2010-11-24T09:14:29Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Meeting Agendas and Minutes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Tools - Weekly Meetings =&lt;br /&gt;
&lt;br /&gt;
[[Quality/QA-tools|QA tools team]] meetings will be held weekly on Tuesdays 12:00 UTC in &amp;lt;code&amp;gt;#meego-meeting on irc.freenode.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Meeting Agendas and Minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 30rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Discussion on test report templates support at qa-reports.meego.com (#9922)&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 23rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-23-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 16th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-16-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 9th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-09-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 2nd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-02-12.06.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 26th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
* Co-maintainer for Tools:Testing&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-26-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 19th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-19-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 12th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-12-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 5th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-05-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 28th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released packages and videos&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-28-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 21th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* OTS client toolchain status&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-21-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 14th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Review of Release Practices proposal (Timo Härkönen &amp;amp; Timo Mäkimattila)&lt;br /&gt;
* Status check of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-14-11.57.html Minutes of the meeting]&lt;br /&gt;
 &lt;br /&gt;
'''Tuesday September 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Tool maintainers and substitutes&lt;br /&gt;
* Release practices&lt;br /&gt;
* Status check of bugs and development&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-07-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday August 31th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Short intro for project targets and tools we work with&lt;br /&gt;
* Status of open bugs / features at [http://bugs.meego.com/buglist.cgi?classification=MeeGo%20Platform&amp;amp;query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;component=eat&amp;amp;component=min&amp;amp;component=testdefinition&amp;amp;component=testrunner-lite&amp;amp;product=Development%20Tools bugs.meego.com]&lt;br /&gt;
* Review of released demo videos&lt;br /&gt;
* Review of contribution guidelines&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-08-31-11.57.html Minutes of the meeting]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Meetings</id>
		<title>Quality/QA-tools/Meetings</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Meetings"/>
				<updated>2010-11-23T12:50:35Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Meeting Agendas and Minutes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Tools - Weekly Meetings =&lt;br /&gt;
&lt;br /&gt;
[[Quality/QA-tools|QA tools team]] meetings will be held weekly on Tuesdays 12:00 UTC in &amp;lt;code&amp;gt;#meego-meeting on irc.freenode.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Meeting Agendas and Minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 23rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-23-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 16th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-16-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 9th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-09-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 2nd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-02-12.06.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 26th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
* Co-maintainer for Tools:Testing&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-26-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 19th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-19-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 12th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-12-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 5th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-05-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 28th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released packages and videos&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-28-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 21th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* OTS client toolchain status&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-21-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 14th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Review of Release Practices proposal (Timo Härkönen &amp;amp; Timo Mäkimattila)&lt;br /&gt;
* Status check of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-14-11.57.html Minutes of the meeting]&lt;br /&gt;
 &lt;br /&gt;
'''Tuesday September 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Tool maintainers and substitutes&lt;br /&gt;
* Release practices&lt;br /&gt;
* Status check of bugs and development&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-07-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday August 31th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Short intro for project targets and tools we work with&lt;br /&gt;
* Status of open bugs / features at [http://bugs.meego.com/buglist.cgi?classification=MeeGo%20Platform&amp;amp;query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;component=eat&amp;amp;component=min&amp;amp;component=testdefinition&amp;amp;component=testrunner-lite&amp;amp;product=Development%20Tools bugs.meego.com]&lt;br /&gt;
* Review of released demo videos&lt;br /&gt;
* Review of contribution guidelines&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-08-31-11.57.html Minutes of the meeting]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Meetings</id>
		<title>Quality/QA-tools/Meetings</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Meetings"/>
				<updated>2010-11-23T11:59:18Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Meeting Agendas and Minutes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Tools - Weekly Meetings =&lt;br /&gt;
&lt;br /&gt;
[[Quality/QA-tools|QA tools team]] meetings will be held weekly on Tuesdays 12:00 UTC in &amp;lt;code&amp;gt;#meego-meeting on irc.freenode.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Meeting Agendas and Minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 23rd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 16th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-16-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 9th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-09-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 2nd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-02-12.06.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 26th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
* Co-maintainer for Tools:Testing&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-26-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 19th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-19-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 12th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-12-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 5th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-05-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 28th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released packages and videos&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-28-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 21th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* OTS client toolchain status&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-21-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 14th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Review of Release Practices proposal (Timo Härkönen &amp;amp; Timo Mäkimattila)&lt;br /&gt;
* Status check of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-14-11.57.html Minutes of the meeting]&lt;br /&gt;
 &lt;br /&gt;
'''Tuesday September 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Tool maintainers and substitutes&lt;br /&gt;
* Release practices&lt;br /&gt;
* Status check of bugs and development&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-07-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday August 31th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Short intro for project targets and tools we work with&lt;br /&gt;
* Status of open bugs / features at [http://bugs.meego.com/buglist.cgi?classification=MeeGo%20Platform&amp;amp;query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;component=eat&amp;amp;component=min&amp;amp;component=testdefinition&amp;amp;component=testrunner-lite&amp;amp;product=Development%20Tools bugs.meego.com]&lt;br /&gt;
* Review of released demo videos&lt;br /&gt;
* Review of contribution guidelines&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-08-31-11.57.html Minutes of the meeting]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Testplanner</id>
		<title>Quality/QA-tools/Testplanner</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Testplanner"/>
				<updated>2010-11-11T12:21:01Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Testplanner =&lt;br /&gt;
&lt;br /&gt;
[[File:Testplanner-ui-1.png|right|410px]]&lt;br /&gt;
&lt;br /&gt;
Testplanner is a simple tool for creating and editing [[Quality/QA-tools/Test plan | test plan files]] which can be used in test execution. The key features include:&lt;br /&gt;
* Create and edit test plan files through graphical UI&lt;br /&gt;
* Easy reordering of test suites, test sets and test cases&lt;br /&gt;
* Open the test plan directly to [[Quality/QA-tools/Testrunner-ui | Testrunner UI]]&lt;br /&gt;
&lt;br /&gt;
Testplanner is developed by [[Quality/QA-tools | QA tools team]]. You can contact us and contribute via the following channels:&lt;br /&gt;
* [http://webchat.freenode.net/?channels=meego-qa-tools #meego-qa-tools IRC channel on irc.freenode.net]&lt;br /&gt;
* [http://bugs.meego.com/enter_bug.cgi?product=Development%20Tools File new bugs or improvement ideas to Bugzilla]&lt;br /&gt;
* [http://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;order=Importance&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;bug_status=RESOLVED&amp;amp;component=Testplanner&amp;amp;classification=MeeGo%20Platform&amp;amp;product=Development%20Tools Leave a comment or vote the items in our backlog]&lt;br /&gt;
* [http://lists.meego.com/listinfo/meego-qa meego-qa@lists.meego.com mailing list]&lt;br /&gt;
* [http://gitorious.org/qa-tools/testplanner Source codes in Gitorious]&lt;br /&gt;
&lt;br /&gt;
In addition, you can check our demo videos at Youtube:&lt;br /&gt;
* [http://www.youtube.com/watch?v=IQMPp5Nk4f4 Demo of version 0.0.4]&lt;br /&gt;
* [http://www.youtube.com/user/meegoqatools MeeGo QA tools Youtube channel]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Testplanner can be installed on MeeGo Netbook UX, Ubuntu 10.04 (and newer) and Fedora 13.&lt;br /&gt;
&lt;br /&gt;
=== MeeGo Netbook 1.1 ===&lt;br /&gt;
&lt;br /&gt;
1. Download [http://wiki.meego.com/images/Devel-quality.repo repository file] and copy it to right place   &lt;br /&gt;
   sudo cp /home/$USER/Downloads/Devel-quality.repo /etc/yum.repos.d/&lt;br /&gt;
&lt;br /&gt;
2. Inform zypper about new repository&lt;br /&gt;
  &lt;br /&gt;
  sudo zypper addrepo /etc/yum.repos.d/Devel-quality.repo&lt;br /&gt;
  sudo zypper update&lt;br /&gt;
&lt;br /&gt;
3. Install Testplanner&lt;br /&gt;
&lt;br /&gt;
  sudo zypper install testplanner&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
1. Add the following to your sources.list&lt;br /&gt;
&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/ /&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Add the repository key&lt;br /&gt;
&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/Release.key&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 sudo apt-key add Release.key&lt;br /&gt;
 rm Release.key&lt;br /&gt;
&lt;br /&gt;
3. Update your PC's package information&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
4. Install Testplanner&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install testplanner&lt;br /&gt;
&lt;br /&gt;
=== Fedora 13 ===&lt;br /&gt;
&lt;br /&gt;
1. Testplanner is also available from a Fedora 13 repository:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://download.meego.com/live/Tools:/Testing/Fedora13/Tools:Testing.repo&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Copy the repository file to /etc/yum.repos.d/&lt;br /&gt;
&lt;br /&gt;
3. Install the following package from the repository mentioned above&lt;br /&gt;
&lt;br /&gt;
 # yum install testplanner&lt;br /&gt;
&lt;br /&gt;
== Basic Usage ==&lt;br /&gt;
&lt;br /&gt;
The workflow with Testplanner, Testrunner UI and testrunner-lite is show in the following document [[http://wiki.meego.com/images/Testplanner_TestrunnerUI_TestrunnerLite.pdf]].&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/File:Devel-quality.repo</id>
		<title>File:Devel-quality.repo</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/File:Devel-quality.repo"/>
				<updated>2010-11-11T12:15:59Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: devel-quality repository for the latest versions of MeeGo QA tools&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;devel-quality repository for the latest versions of MeeGo QA tools&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Testplanner</id>
		<title>Quality/QA-tools/Testplanner</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Testplanner"/>
				<updated>2010-11-11T12:14:36Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Testplanner =&lt;br /&gt;
&lt;br /&gt;
[[File:Testplanner-ui-1.png|right|410px]]&lt;br /&gt;
&lt;br /&gt;
Testplanner is a simple tool for creating and editing [[Quality/QA-tools/Test plan | test plan files]] which can be used in test execution. The key features include:&lt;br /&gt;
* Create and edit test plan files through graphical UI&lt;br /&gt;
* Easy reordering of test suites, test sets and test cases&lt;br /&gt;
* Open the test plan directly to [[Quality/QA-tools/Testrunner-ui | Testrunner UI]]&lt;br /&gt;
&lt;br /&gt;
Testplanner is developed by [[Quality/QA-tools | QA tools team]]. You can contact us and contribute via the following channels:&lt;br /&gt;
* [http://webchat.freenode.net/?channels=meego-qa-tools #meego-qa-tools IRC channel on irc.freenode.net]&lt;br /&gt;
* [http://bugs.meego.com/enter_bug.cgi?product=Development%20Tools File new bugs or improvement ideas to Bugzilla]&lt;br /&gt;
* [http://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;order=Importance&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;bug_status=RESOLVED&amp;amp;component=Testplanner&amp;amp;classification=MeeGo%20Platform&amp;amp;product=Development%20Tools Leave a comment or vote the items in our backlog]&lt;br /&gt;
* [http://lists.meego.com/listinfo/meego-qa meego-qa@lists.meego.com mailing list]&lt;br /&gt;
* [http://gitorious.org/qa-tools/testplanner Source codes in Gitorious]&lt;br /&gt;
&lt;br /&gt;
In addition, you can check our demo videos at Youtube:&lt;br /&gt;
* [http://www.youtube.com/watch?v=IQMPp5Nk4f4 Demo of version 0.0.4]&lt;br /&gt;
* [http://www.youtube.com/user/meegoqatools MeeGo QA tools Youtube channel]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Testplanner can be installed on MeeGo Netbook UX, Ubuntu 10.04 (and newer) and Fedora 13.&lt;br /&gt;
&lt;br /&gt;
=== MeeGo Netbook 1.1 ===&lt;br /&gt;
&lt;br /&gt;
1. Add repository file /etc/yum.repos.d/devel-quality.repo with following content as sudo&lt;br /&gt;
&lt;br /&gt;
  [devel-quality]&lt;br /&gt;
  name=devel-quality&lt;br /&gt;
  failovermethod=priority&lt;br /&gt;
  baseurl=http://download.meego.com/live/devel:/quality/weekly/&lt;br /&gt;
  gpgcheck=1&lt;br /&gt;
  enabled=1&lt;br /&gt;
&lt;br /&gt;
2. Inform zypper about new repository (ar = add repository)&lt;br /&gt;
  &lt;br /&gt;
  sudo zypper ar /etc/yum.repos.d/devel-quality.repo&lt;br /&gt;
  sudo zypper update&lt;br /&gt;
&lt;br /&gt;
3. Install Testplanner&lt;br /&gt;
&lt;br /&gt;
  sudo zypper install testplanner&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
1. Add the following to your sources.list&lt;br /&gt;
&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/ /&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Add the repository key&lt;br /&gt;
&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/Release.key&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 sudo apt-key add Release.key&lt;br /&gt;
 rm Release.key&lt;br /&gt;
&lt;br /&gt;
3. Update your PC's package information&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
4. Install Testplanner&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install testplanner&lt;br /&gt;
&lt;br /&gt;
=== Fedora 13 ===&lt;br /&gt;
&lt;br /&gt;
1. Testplanner is also available from a Fedora 13 repository:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://download.meego.com/live/Tools:/Testing/Fedora13/Tools:Testing.repo&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Copy the repository file to /etc/yum.repos.d/&lt;br /&gt;
&lt;br /&gt;
3. Install the following package from the repository mentioned above&lt;br /&gt;
&lt;br /&gt;
 # yum install testplanner&lt;br /&gt;
&lt;br /&gt;
== Basic Usage ==&lt;br /&gt;
&lt;br /&gt;
The workflow with Testplanner, Testrunner UI and testrunner-lite is show in the following document [[http://wiki.meego.com/images/Testplanner_TestrunnerUI_TestrunnerLite.pdf]].&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/MeeGo_Conference_2010/Unconference</id>
		<title>MeeGo Conference 2010/Unconference</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/MeeGo_Conference_2010/Unconference"/>
				<updated>2010-11-11T09:28:49Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* I plan to present ... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Day 3 of the [http://conference2010.meego.com MeeGo Conference] will be primarily an unconference run in the BarCamp style. We will also have one room with scheduled activities running in parallel to the unconference for Birds of a Feather sessions, lightning talks and similar activities. &lt;br /&gt;
&lt;br /&gt;
== What is an Unconference and Why should I attend? ==&lt;br /&gt;
&lt;br /&gt;
We've been getting a lot of questions about the unconference day from people who aren't convinced that it is worth their time to attend. [[User:Dawnfoster|I (Dawn)]] have attended many unconferences and organized several of them, and I can honestly say that I usually get as much, if not more, out of them than I do from traditional conferences.&lt;br /&gt;
&lt;br /&gt;
=== Brief Description ===&lt;br /&gt;
&lt;br /&gt;
An unconference is an ad-hoc gathering organized by the attendees for the attendees. The concept originated out of a desire for people to share and learn in an open environment. It is an intense event with discussions, demos and interaction from participants. You never quite know what to expect at an unconference, since each one is shaped by the attendees. When you arrive on Wednesday morning, there will be an agenda framework (times / rooms), but the content for the sessions will be decided by the participants.&lt;br /&gt;
&lt;br /&gt;
=== Why should I attend ===&lt;br /&gt;
&lt;br /&gt;
'''To Present and Lead'''&lt;br /&gt;
* Anyone can present or lead a discussion, so you can talk about any topic of interest to you.&lt;br /&gt;
* If you submitted a session, and it wasn't approved for the main conference, but you still think it would be interesting, you can present it here.&lt;br /&gt;
* We will have plenty of smaller rooms for niche topics of interest to a few people - those rarely fit into a conference format, but work nicely in one of our smaller unconference rooms.&lt;br /&gt;
* It's a great opportunity to follow up on a topic presented in the first days and have a more detailed discussion.&lt;br /&gt;
&lt;br /&gt;
'''To Collaborate and Network'''&lt;br /&gt;
* Use the time to collaborate with people on an interesting MeeGo project.&lt;br /&gt;
* Great opportunity to talk to experts about subjects not covered in the first two days.&lt;br /&gt;
* Network and meet other people interested in our work&lt;br /&gt;
* Learn more about what others need and get feedback on new ways to use MeeGo&lt;br /&gt;
* Collaborate on actual work related to MeeGo in smaller groups&lt;br /&gt;
* Have group discussions or meetings&lt;br /&gt;
&lt;br /&gt;
'''To Learn and Innovate'''&lt;br /&gt;
* It is a great way to spot new talents, new movements, tendencies and upcoming technologies that weren't mature enough for the main conference.&lt;br /&gt;
* An unconference is basically like the conference, but with subjects chosen by the audience (by interest), which means there's a high chance of finding interesting topics.&lt;br /&gt;
* We have a community of interesting smart people, so we should expect plenty of interesting sessions.&lt;br /&gt;
* The flexible format allows for interesting out of the box ideas and ways to accommodate different formats.&lt;br /&gt;
* You are encouraged to use the [http://en.wikipedia.org/wiki/Law_of_Two_Feet#Law_of_Two_Feet Law of Two Feet] - if you go to a session and it isn't what you had hoped, you are encouraged to get up and move to another session.&lt;br /&gt;
* Come home with a fresh set of cutting-edge ideas and inspiration at the front of innovation within MeeGo.&lt;br /&gt;
&lt;br /&gt;
=== More information ===&lt;br /&gt;
* [http://www.youtube.com/watch?v=7XlqEDIJzfw What is BarCamp? video] - short and worth your time to watch.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Barcamp BarCamp Wikipedia entry] with some history and other information.&lt;br /&gt;
&lt;br /&gt;
== Session Ideas ==&lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT: Adding a session to the list below does not reserve a spot on the schedule board on Wednesday. The only way to guarantee a schedule slot is by showing up early and putting your session on the grid in person. See the [[#Schedule]] section below for more details.'''&lt;br /&gt;
&lt;br /&gt;
=== Tips for Presenters ===&lt;br /&gt;
&lt;br /&gt;
* Discussion formats work slightly better than standard conference presentations. Leading a group of people in a discussion is much more interactive and gives people a nice break from the past 2 days of presentations.&lt;br /&gt;
* Prepare in advance - if you plan to lead a session, prepare as you would for any other conference.&lt;br /&gt;
* Have a topic that isn't 45 minutes of material? Team up with one or more people with related topics and share the session.&lt;br /&gt;
* Respect people's time and do not allow your session to run longer than scheduled. Other people will be waiting to get into the room to set up for the next session.&lt;br /&gt;
&lt;br /&gt;
=== I plan to present ... ===&lt;br /&gt;
&lt;br /&gt;
Leave a note with the topic you plan to present along with your name and a link to more information about yourself.&lt;br /&gt;
&lt;br /&gt;
* The title of an example topic description --[[User:Dawnfoster|Dawnfoster]] 22:09, 21 September 2010 (UTC)&lt;br /&gt;
* [http://conference2010.meego.com/session/accounts-sso Introduction to the new Accounts &amp;amp; Single Sign On framework] --[[User:Mardy|Mardy]] 24 Sep 2010 11:52:11 (UTC)&lt;br /&gt;
* [http://conference2010.meego.com/session/content-fw-my-god-its-full-data Introduction to Tracker/Content FW: one of really innovating bits in Meego] --[[User:Ifrade|Frade]] 06 Oct 2010 13:21:00 (EETC)&lt;br /&gt;
* [[MeeGo_Conference2010/QtM_BoF_Unconference|QtMobility &amp;amp; MeeGo BoF/Unconference]] -- [[User:mikeleib|mikeleib]] 06 Oct 2010 04:03 UTC&lt;br /&gt;
* [[MeeGo_Conference_2010/Unconference/ARM|MeeGo ARM Discussion Forum]] -- [[User:stskeeps|stskeeps]] 07 Oct 2010 15:57 UTC&lt;br /&gt;
* [[MeeGo_Conference_2010/Unconference/Plasma|Plasma and QtComponents BoF]] -- [[User:mart|mart]] 07 Oct 2010 23:10 UTC&lt;br /&gt;
* [[MeeGo_Conference_2010/Unconference/TrackerHandsOn|Hands on BOF on making efficient SPARQL queries and mastering the different APIs of MeeGo's metadata service, Tracker]] -- [[User:pvanhoof|pvanhoof]], [[User:abustany|abustany]] 11 Oct 2010 10:34 UTC&lt;br /&gt;
* [http://conference2010.meego.com/session/working-together-world-ready-meego-developers-and-translators MeeGo Internationalization and Localization Discussion] [[User:margie|margie]]--A continuation of the discussion of the new process we are proposing to use for the next MeeGo release&lt;br /&gt;
* [http://wiki.meego.com/MeeGo_Conference_2010/Unconference/Hardware_adaptations_in_MeeGo Hardware adaptations in MeeGo] [[User:stskeeps|stskeeps]] -- An introduction to HW adaptations in MeeGo and the architecture and requirements process around it&lt;br /&gt;
* [http://lists.meego.com/pipermail/meego-qa/2010-November/000091.html Open test management proposal with tool support] [[User:vilvo|vilvo]] -- A proposal to make MeeGo core OS and UX profiles test management more open and how that can be supported with Quality Assurance tools.&lt;br /&gt;
&lt;br /&gt;
=== I would like to see someone talk about ... ===&lt;br /&gt;
&lt;br /&gt;
Have something that you want to see someone else talk about? Feel free to use this space to brainstorm topics.&lt;br /&gt;
&lt;br /&gt;
* Tips for contributing code to MeeGo and getting it accepted --[[User:Dawnfoster|Dawnfoster]] 22:09, 21 September 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
* Q&amp;amp;A and technical discussion of core compliance package list --[[User:Joel|Joel Clark]] 09:04, 5 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
&lt;br /&gt;
=== Schedule Grid and Process for Scheduling Sessions ===&lt;br /&gt;
&lt;br /&gt;
We will have a big grid on the wall where people can post their session ideas on the morning of the event (no sessions reserved in advance). Make sure you arrive on time if you plan to lead a session! &lt;br /&gt;
&lt;br /&gt;
'''To Schedule a Session''':&lt;br /&gt;
* The schedule board will open up after the welcome is completed.&lt;br /&gt;
* Write your topic in big letters on your post it note.&lt;br /&gt;
* Include your contact information in smaller letters (name and cell phone or email address)&lt;br /&gt;
* Put your post it note on the board picking a room and time that looks good to you.&lt;br /&gt;
* Make sure that big meaty topics are in large rooms with niche topics in small rooms.&lt;br /&gt;
&lt;br /&gt;
'''Things to keep in mind''':&lt;br /&gt;
* The schedule board is dynamic and may change at any time during the day.&lt;br /&gt;
* The schedule board on the wall is always the master.&lt;br /&gt;
* We may need to move sessions, so make sure you double check the board to make sure that you are going to the right room / time for the session you want to attend.&lt;br /&gt;
* Sessions that seem very similar may be asked to combine.&lt;br /&gt;
* We reserve the right to move things around to make sure that popular topics have large rooms.&lt;br /&gt;
&lt;br /&gt;
=== Day Schedule and Grid Format ===&lt;br /&gt;
&lt;br /&gt;
This is an example of how the grid will look and is for planning purposes only - '''please do not enter sessions or add other information to the grid'''&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Time || Presidents 1 (sits 300) || Presidents 2 (sits 280) || Vavasour (sits 80) || 1872 area (sits 120) || Havelock (sits 130)||Box 1 (sits 20)||Box 2 (sits 20)|| Box 3 (sits 20)|| Box 4 (sits 20)|| Box 5 (sits 20)|| Box 6 (sits 20)|| Other&lt;br /&gt;
|-&lt;br /&gt;
!9:00 - 9:15 ||colspan=13|Atrium: Welcome - What is an unconference and how do I participate? &lt;br /&gt;
|-&lt;br /&gt;
!9:15 - 9:45 ||colspan=13|Atrium: Schedule board open - people post sessions on the grid. &lt;br /&gt;
|-&lt;br /&gt;
!9:45 - 10:00||colspan=13|Atrium: Schedule board adjustments (combine duplicates, adjust rooms, etc.)&lt;br /&gt;
|-&lt;br /&gt;
|10:00 - 10:45|| BOFs / Scheduled || Unconf Session || Unconf Session || Unconf Session || Unconf Session||Unconf Session||Unconf Session || Unconf Session ||Unconf Session || Unconf Session || Unconf Session&lt;br /&gt;
|-&lt;br /&gt;
|11:00 - 11:45|| BOFs / Scheduled || Unconf Session || Unconf Session || Unconf Session || Unconf Session||Unconf Session||Unconf Session || Unconf Session ||Unconf Session || Unconf Session || Unconf Session&lt;br /&gt;
|-&lt;br /&gt;
|12:00 - 12:45|| Lightning Talks || Unconf Session || Unconf Session || Unconf Session || Unconf Session||Unconf Session||Unconf Session || Unconf Session ||Unconf Session || Unconf Session || Unconf Session&lt;br /&gt;
|-&lt;br /&gt;
!12:45 - 13:45||colspan=13|Lunch and Networking&lt;br /&gt;
|-&lt;br /&gt;
|13:45 - 14:30|| BOFs / Scheduled || Unconf Session || Unconf Session || Unconf Session || Unconf Session||Unconf Session||Unconf Session || Unconf Session ||Unconf Session || Unconf Session || Unconf Session&lt;br /&gt;
|-&lt;br /&gt;
|14:45 - 15:30|| BOFs / Scheduled || Unconf Session || Unconf Session || Unconf Session || Unconf Session||Unconf Session||Unconf Session || Unconf Session ||Unconf Session || Unconf Session || Unconf Session&lt;br /&gt;
|-&lt;br /&gt;
!15:30 - 16:00||colspan=13|We need to be out of Aviva no later than 16:00.&lt;br /&gt;
|-&lt;br /&gt;
!17:45||colspan=13|Doors open for the Ireland / Norway Football game. &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: The BOF / Scheduled session room is out of scope of the unconference team and will be decided and planned by the content committee.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
* Rooms set up - confirm that we do plan to use all of the rooms on the schedule board &amp;amp; we need to know which rooms have projectors.&lt;br /&gt;
* A bunch of 4x6&amp;quot; post it notes&lt;br /&gt;
* A schedule board pre-printed with times and rooms with spaces large enough to accommodate 4x6&amp;quot; post it notes (alternative is painter's tape &amp;amp; a wall)&lt;br /&gt;
* Sharpie pens&lt;br /&gt;
&lt;br /&gt;
== Organizing Team ==&lt;br /&gt;
&lt;br /&gt;
* Lead: [[User:Dawnfoster|Dawn Foster]]&lt;br /&gt;
* Notes / wiki organizer - put a process in place to allow people to take notes and maintain a copy (physical board is the master) of the schedule in the wiki.&lt;br /&gt;
* Schedule volunteers - 2 people (2 shifts - each working half the day) to help manage the schedule board, help people get things scheduled, update schedule changes in the wiki copy, etc. &lt;br /&gt;
* Note taking volunteers - each session needs one or more people to take notes and put them in the wiki&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Testrunner</id>
		<title>Quality/QA-tools/Testrunner</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Testrunner"/>
				<updated>2010-11-10T12:33:10Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Testrunner UI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Testrunner UI =&lt;br /&gt;
&lt;br /&gt;
[[File:Testrunner-ui-1.png|right|400px]]&lt;br /&gt;
&lt;br /&gt;
Testrunner UI is a simple graphical user interface for [[Quality/QA-tools/Testrunner-lite | testrunner-lite]]. It can be used for running automatic, semi-automatic and manual test cases. It takes a [[Quality/QA-tools/Test plan | test plan file]] as input, runs the selected test cases and produces results in format that can be published at [http://qa-reports.meego.com qa-reports.meego.com] XML format [http://gitorious.org/qa-tools/test-definition/blobs/master/src/data/testdefinition-results.xsd definition] is also available. Testrunner UI can also be used together with [[Quality/QA-tools/Testplanner | Testplanner]] which provides a graphical user interface for creating and editing the test plan files.&lt;br /&gt;
&lt;br /&gt;
Testrunner UI is developed by [[Quality/QA-tools | QA tools team]]. You can contact us and contribute via the following channels:&lt;br /&gt;
* [http://webchat.freenode.net/?channels=meego-qa-tools #meego-qa-tools IRC channel on irc.freenode.net]&lt;br /&gt;
* [http://bugs.meego.com/enter_bug.cgi?product=Development%20Tools File new bugs or improvement ideas to Bugzilla]&lt;br /&gt;
* [http://bugs.meego.com/buglist.cgi?query_format=advanced&amp;amp;order=Importance&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;bug_status=RESOLVED&amp;amp;component=testrunner%20UI&amp;amp;classification=MeeGo%20Platform&amp;amp;product=Development%20Tools Leave a comment or vote the items in our backlog]&lt;br /&gt;
* [http://lists.meego.com/listinfo/meego-qa meego-qa@lists.meego.com mailing list]&lt;br /&gt;
* [http://gitorious.org/qa-tools/testrunner-ui Source codes in Gitorious]&lt;br /&gt;
&lt;br /&gt;
In addition, you can check our demo videos at Youtube:&lt;br /&gt;
* [http://www.youtube.com/user/meegoqatools MeeGo QA tools Youtube channel]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Testrunner UI can be installed on Ubuntu 10.04 (and newer) and Fedora 13.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu 10.04 ===&lt;br /&gt;
&lt;br /&gt;
1. Add the following to your sources.list&lt;br /&gt;
&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/ /&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Add the repository key&lt;br /&gt;
&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://download.meego.com/live/Tools:/Testing/xUbuntu_10.04/Release.key&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 sudo apt-key add Release.key&lt;br /&gt;
 rm Release.key&lt;br /&gt;
&lt;br /&gt;
3. Update your PC's package information&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
4. Install the host configuration package&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install testrunner-ui&lt;br /&gt;
&lt;br /&gt;
=== Fedora 13 ===&lt;br /&gt;
&lt;br /&gt;
1. Testrunner UI is also available from a Fedora 13 repository:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://download.meego.com/live/Tools:/Testing/Fedora13/Tools:Testing.repo&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Install the following package from the repository mentioned above&lt;br /&gt;
&lt;br /&gt;
 # yum install testrunner-ui&lt;br /&gt;
&lt;br /&gt;
== Basic Usage ==&lt;br /&gt;
&lt;br /&gt;
The basic workflow goes as follows:&lt;br /&gt;
&lt;br /&gt;
# Open a test definition.&lt;br /&gt;
# Select the test cases for execution. By default, all cases are selected.&lt;br /&gt;
# Drag and drop test suites, sets, and cases to change the execution order.&lt;br /&gt;
# Optionally enter results for manual cases and steps prior to test execution.&lt;br /&gt;
# Run selected or all tests and see execution progress live.&lt;br /&gt;
## When prompted, enter results and comments for manual cases and steps.&lt;br /&gt;
# After execution, view execution results in detail.&lt;br /&gt;
## See testrunner-lite output in a log view.&lt;br /&gt;
## See test case and step results and stdout/stderr output in a case detail view.&lt;br /&gt;
## Modify comments of manual and semi-automatic cases.&lt;br /&gt;
# Save the results.&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/Meetings</id>
		<title>Quality/Meetings</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/Meetings"/>
				<updated>2010-11-09T15:40:48Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Tuesday November 9th 2010 14:30 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Opening/news from MeeGo QA (Vatula)&lt;br /&gt;
* Discussion about IRC usage (#meego-qa, others)&lt;br /&gt;
* Discussion about wiki.meego.com/Quality clean up&lt;br /&gt;
* Status of qa-tools (qa-reports, etc.)&lt;br /&gt;
* Status of Core OS (highlights and problems, new test packages, done executions, up-coming executions)&lt;br /&gt;
* Status of Handset (highlights and problems, new tests in gitorius, executions done, up-coming executions)&lt;br /&gt;
* Status of IVI (highlights and problems, new tests in gitorius, executions done, up-coming executions)&lt;br /&gt;
* Status of Netbook (highlights and problems, new tests in gitorius, executions done, up-coming executions)&lt;br /&gt;
* Status of SDK (highlights and problems, new tests in gitorius, executions done, up-coming executions)&lt;br /&gt;
* Status of Compliance (highlights and problems)&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-09-14.31.html Meeting minutes]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Meetings</id>
		<title>Quality/QA-tools/Meetings</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Meetings"/>
				<updated>2010-11-09T13:18:34Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Meeting Agendas and Minutes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Tools - Weekly Meetings =&lt;br /&gt;
&lt;br /&gt;
[[Quality/QA-tools|QA tools team]] meetings will be held weekly on Tuesdays 12:00 UTC in &amp;lt;code&amp;gt;#meego-meeting on irc.freenode.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Meeting Agendas and Minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 9th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-09-11.59.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 2nd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-02-12.06.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 26th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
* Co-maintainer for Tools:Testing&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-26-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 19th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-19-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 12th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-12-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 5th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-05-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 28th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released packages and videos&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-28-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 21th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* OTS client toolchain status&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-21-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 14th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Review of Release Practices proposal (Timo Härkönen &amp;amp; Timo Mäkimattila)&lt;br /&gt;
* Status check of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-14-11.57.html Minutes of the meeting]&lt;br /&gt;
 &lt;br /&gt;
'''Tuesday September 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Tool maintainers and substitutes&lt;br /&gt;
* Release practices&lt;br /&gt;
* Status check of bugs and development&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-07-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday August 31th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Short intro for project targets and tools we work with&lt;br /&gt;
* Status of open bugs / features at [http://bugs.meego.com/buglist.cgi?classification=MeeGo%20Platform&amp;amp;query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;component=eat&amp;amp;component=min&amp;amp;component=testdefinition&amp;amp;component=testrunner-lite&amp;amp;product=Development%20Tools bugs.meego.com]&lt;br /&gt;
* Review of released demo videos&lt;br /&gt;
* Review of contribution guidelines&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-08-31-11.57.html Minutes of the meeting]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	<entry>
		<id>http://wiki.meego.com/Quality/QA-tools/Meetings</id>
		<title>Quality/QA-tools/Meetings</title>
		<link rel="alternate" type="text/html" href="http://wiki.meego.com/Quality/QA-tools/Meetings"/>
				<updated>2010-11-09T11:41:35Z</updated>
		
		<summary type="html">&lt;p&gt;Vilvo: /* Meeting Agendas and Minutes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= QA Tools - Weekly Meetings =&lt;br /&gt;
&lt;br /&gt;
[[Quality/QA-tools|QA tools team]] meetings will be held weekly on Tuesdays 12:00 UTC in &amp;lt;code&amp;gt;#meego-meeting on irc.freenode.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Meeting Agendas and Minutes ==&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 9th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
'''Tuesday November 2nd 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-11-02-12.06.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 26th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
* Co-maintainer for Tools:Testing&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-26-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 19th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-19-12.00.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 12th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-12-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday October 5th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released items&lt;br /&gt;
* Priorities of development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-10-05-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 28th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Released packages and videos&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-28-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 21th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* OTS client toolchain status&lt;br /&gt;
* Priorities of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-21-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday September 14th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Action points from last meeting&lt;br /&gt;
* Review of Release Practices proposal (Timo Härkönen &amp;amp; Timo Mäkimattila)&lt;br /&gt;
* Status check of new development&lt;br /&gt;
* Status check of bugs&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-14-11.57.html Minutes of the meeting]&lt;br /&gt;
 &lt;br /&gt;
'''Tuesday September 7th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Tool maintainers and substitutes&lt;br /&gt;
* Release practices&lt;br /&gt;
* Status check of bugs and development&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-09-07-11.57.html Minutes of the meeting]&lt;br /&gt;
&lt;br /&gt;
'''Tuesday August 31th 2010 12:00 UTC'''&lt;br /&gt;
&lt;br /&gt;
* Short intro for project targets and tools we work with&lt;br /&gt;
* Status of open bugs / features at [http://bugs.meego.com/buglist.cgi?classification=MeeGo%20Platform&amp;amp;query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=WAITING%20FOR%20UPSTREAM&amp;amp;bug_status=REOPENED&amp;amp;component=eat&amp;amp;component=min&amp;amp;component=testdefinition&amp;amp;component=testrunner-lite&amp;amp;product=Development%20Tools bugs.meego.com]&lt;br /&gt;
* Review of released demo videos&lt;br /&gt;
* Review of contribution guidelines&lt;br /&gt;
&lt;br /&gt;
[http://trac.tspre.org/meetbot/meego-meeting/2010/meego-meeting.2010-08-31-11.57.html Minutes of the meeting]&lt;/div&gt;</summary>
		<author><name>Vilvo</name></author>	</entry>

	</feed>