<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Proca+Andreea+Brandusa</id>
	<title>Yocto Project - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Proca+Andreea+Brandusa"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/Special:Contributions/Proca_Andreea_Brandusa"/>
	<updated>2026-05-18T17:13:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=12214</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=12214"/>
		<updated>2014-03-26T11:43:53Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Functionality tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete (fields having null values) or wrong data for a certain set of entries from each table - our goal is to have 90% data collected. The tests can be found [http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=andreeap/toaster-tests&amp;amp;id=7cfd179be5db2a5530d60093fd09d0240138c2fa here];&lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include wrong values); Run: ./fail_rate.py path_to_toaster.sqlite_file. Output: table_name field_name value_that_never_changes and for each table a percentage: (the number of occurences of all the fields that never change their values)/(total number of entries for that table);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying most of the values from the database by connecting directly to the database - our immediate goal is to have 90% correct data collected;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=12213</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=12213"/>
		<updated>2014-03-26T11:42:47Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Functionality tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete (fields having null values) or wrong data for a certain set of entries from each table - our goal is to have 90% data collected. The tests can be found [http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=andreeap/toaster-tests&amp;amp;id=7cfd179be5db2a5530d60093fd09d0240138c2fa here];&lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include wrong values); When running, the user has to give as parameter the path to toaster.sqlite file. Output: table_name field_name value_that_never_changes and for each table a percentage: (the number of occurences of all the fields that never change their values)/(total number of entries for that table);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying most of the values from the database by connecting directly to the database - our immediate goal is to have 90% correct data collected;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11849</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11849"/>
		<updated>2014-01-15T12:09:09Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Functionality tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete (fields having null values) or wrong data for a certain set of entries from each table - our goal is to have 90% data collected. The tests can be found [http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=andreeap/toaster-tests&amp;amp;id=7cfd179be5db2a5530d60093fd09d0240138c2fa here];&lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include wrong values);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying most of the values from the database by connecting directly to the database - our immediate goal is to have 90% correct data collected;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11655</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11655"/>
		<updated>2013-11-29T14:03:33Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Test Cycle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete data (fields having null values) - our goal is to have 100% data collected;&lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include wrong values);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying most of the values from the database by connecting directly to the database - our immediate goal is to have 90% correct data collected;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11652</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11652"/>
		<updated>2013-11-28T10:40:57Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Functionality tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete data (fields having null values) - our goal is to have 100% data collected;&lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include wrong values);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying most of the values from the database by connecting directly to the database - our immediate goal is to have 90% correct data collected;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11651</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11651"/>
		<updated>2013-11-28T10:40:41Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Functionality tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete data (fields having null values) - our goal is to have 100% data collected;; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include wrong values);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying most of the values from the database by connecting directly to the database - our immediate goal is to have 90% correct data collected;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11521</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11521"/>
		<updated>2013-10-31T12:01:02Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Functionality tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete data (fields having null values); &lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include wrong values);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying most of the values from the database by connecting directly to the database - our immediate goal is to have 80% correct data collected;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11516</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11516"/>
		<updated>2013-10-30T12:18:42Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Functionality tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete data (fields having null values); &lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include wrong values);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying most of the values from the database by connecting directly to the database;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11515</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11515"/>
		<updated>2013-10-30T12:17:25Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Functionality tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete data (fields having null values); &lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include wrong values);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying directly most of the values from the database;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11514</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11514"/>
		<updated>2013-10-30T12:15:52Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Functionality tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete data (fields having null values); &lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include wrong values);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying directly some of the values from the database;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11513</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11513"/>
		<updated>2013-10-30T12:15:27Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Backend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning incomplete data (fields having null values); &lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected (the data collection rate does not include the wrong values);&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
*  Verify the quality of the data collected by verifying directly some of the values from the database; &lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11450</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11450"/>
		<updated>2013-10-22T13:48:04Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Functionality tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio between the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11449</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11449"/>
		<updated>2013-10-22T13:12:45Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86-64  ||  ||  || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11448</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11448"/>
		<updated>2013-10-22T10:01:16Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Usability tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and start/stop the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11440</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11440"/>
		<updated>2013-10-22T08:52:10Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Objectives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process;&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI; TBD&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11439</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11439"/>
		<updated>2013-10-22T08:46:47Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Compatibility tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems; TBD&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11438</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11438"/>
		<updated>2013-10-22T08:20:10Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;3&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11437</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11437"/>
		<updated>2013-10-22T08:18:02Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full Pass Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11436</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11436"/>
		<updated>2013-10-22T08:17:34Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;br /&gt;
&lt;br /&gt;
== Release Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Release candidates that pass [[#Full pass test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** All scheduled features are covered, or rescheduled;&lt;br /&gt;
** All relevant bugs are fixed and verified.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11435</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11435"/>
		<updated>2013-10-22T08:16:35Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Test Cycle */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]] || [[#Release Test]]&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Weekly  || Yes || Yes ||&lt;br /&gt;
|-&lt;br /&gt;
| Release || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [[#Test Areas]] || [[#Backend]] || Yes || Yes || Yes &lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes || &lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato-sdk|| || Yes || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11434</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11434"/>
		<updated>2013-10-22T08:02:16Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
| Build type || Weekly  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || [[#Backend]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato|| || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of Toaster component.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11433</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11433"/>
		<updated>2013-10-22T08:00:47Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
| Build type || Weekly  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || [[#Backend]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato|| || Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
** Passed [[#Sanity Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of all {{ns:4}} components.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11432</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11432"/>
		<updated>2013-10-22T08:00:17Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
| Build type || Weekly  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || [[#Backend]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
== Weekly Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built weekly and released through the distribution team.&lt;br /&gt;
** Passed [[#Sanity Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Functionality test on most areas with minimum sets of tests;&lt;br /&gt;
** Regression test with high probability to find bugs.&lt;br /&gt;
&lt;br /&gt;
== Full Pass Test ==&lt;br /&gt;
*; Scope:&lt;br /&gt;
** Images built as candidates for milestone or final release;&lt;br /&gt;
** Passed [[#Weekly Test]]&lt;br /&gt;
&lt;br /&gt;
*; Objective:&lt;br /&gt;
** Ensure functionality of all {{ns:4}} components.&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11431</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11431"/>
		<updated>2013-10-22T07:58:05Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
| Build type || Weekly  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || [[#Backend]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato|| || Yes&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11430</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11430"/>
		<updated>2013-10-22T07:56:54Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
== Backend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
== Frontend ==&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| ||&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || &lt;br /&gt;
! [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Build type &lt;br /&gt;
|-&lt;br /&gt;
! Weekly&lt;br /&gt;
| yes ||&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Build type&lt;br /&gt;
! [[#Backend]]&lt;br /&gt;
| yes || yes&lt;br /&gt;
|-&lt;br /&gt;
! [[#Frontend]]&lt;br /&gt;
| yes || &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;5&amp;quot; |Target machine&lt;br /&gt;
|-&lt;br /&gt;
! qemuarm&lt;br /&gt;
| yes || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemumips&lt;br /&gt;
| || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemuppc&lt;br /&gt;
| || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemux86&lt;br /&gt;
| yes || yes &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
==== perf 2 ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
| Build type || Weekly  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || [[#Backend]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato|| || Yes&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11429</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11429"/>
		<updated>2013-10-22T07:46:49Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* perf 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== 1. Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== 2. Frontend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
= Test Cycle =&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
| Build type || Weekly  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || [[#Backend]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato|| || Yes&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11428</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11428"/>
		<updated>2013-10-22T07:46:36Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Performance tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== 1. Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== 2. Frontend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
==== perf 2 ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
| Build type || Weekly  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || [[#Backend]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato|| || Yes&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11427</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11427"/>
		<updated>2013-10-22T07:44:47Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* perf 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== 1. Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== 2. Frontend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| ||&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || &lt;br /&gt;
! [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Build type &lt;br /&gt;
|-&lt;br /&gt;
! Weekly&lt;br /&gt;
| yes ||&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Build type&lt;br /&gt;
! [[#Backend]]&lt;br /&gt;
| yes || yes&lt;br /&gt;
|-&lt;br /&gt;
! [[#Frontend]]&lt;br /&gt;
| yes || &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;5&amp;quot; |Target machine&lt;br /&gt;
|-&lt;br /&gt;
! qemuarm&lt;br /&gt;
| yes || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemumips&lt;br /&gt;
| || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemuppc&lt;br /&gt;
| || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemux86&lt;br /&gt;
| yes || yes &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
==== perf 2 ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
| Build type || Weekly  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || [[#Backend]] || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| [[#Frontend]]  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Target machine || qemuarm || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemumips|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemuppc|| || Yes&lt;br /&gt;
|-&lt;br /&gt;
| qemux86|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Target image|| core-image-minimal|| Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| core-image-sato|| || Yes&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11426</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11426"/>
		<updated>2013-10-22T07:31:49Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* perf 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== 1. Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== 2. Frontend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| ||&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || &lt;br /&gt;
! [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Build type &lt;br /&gt;
|-&lt;br /&gt;
! Weekly&lt;br /&gt;
| yes ||&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Build type&lt;br /&gt;
! [[#Backend]]&lt;br /&gt;
| yes || yes&lt;br /&gt;
|-&lt;br /&gt;
! [[#Frontend]]&lt;br /&gt;
| yes || &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;5&amp;quot; |Target machine&lt;br /&gt;
|-&lt;br /&gt;
! qemuarm&lt;br /&gt;
| yes || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemumips&lt;br /&gt;
| || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemuppc&lt;br /&gt;
| || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemux86&lt;br /&gt;
| yes || yes &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
==== perf 2 ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || || Weekly Test || Full Pass Test&lt;br /&gt;
|-&lt;br /&gt;
| Build type || Weekly  || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Build type || Backend || Yes || Yes&lt;br /&gt;
|-&lt;br /&gt;
| Frontend  || Yes || Yes&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11425</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11425"/>
		<updated>2013-10-22T07:25:51Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== 1. Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== 2. Frontend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| ||&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || &lt;br /&gt;
! [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Build type &lt;br /&gt;
|-&lt;br /&gt;
! Weekly&lt;br /&gt;
| yes ||&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Build type&lt;br /&gt;
! [[#Backend]]&lt;br /&gt;
| yes || yes&lt;br /&gt;
|-&lt;br /&gt;
! [[#Frontend]]&lt;br /&gt;
| yes || &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;5&amp;quot; |Target machine&lt;br /&gt;
|-&lt;br /&gt;
! qemuarm&lt;br /&gt;
| yes || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemumips&lt;br /&gt;
| || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemuppc&lt;br /&gt;
| || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemux86&lt;br /&gt;
| yes || yes &lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
==== perf 2 ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| || || colspan=&amp;quot;2&amp;quot; | Test execution cycle&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11424</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11424"/>
		<updated>2013-10-22T07:22:20Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== 1. Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== 2. Frontend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
| ||&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|Test execution cycle&lt;br /&gt;
|-&lt;br /&gt;
| || &lt;br /&gt;
! [[#Weekly Test]] || [[#Full Pass Test]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Build type &lt;br /&gt;
|-&lt;br /&gt;
! Weekly&lt;br /&gt;
| yes ||&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |Build type&lt;br /&gt;
! [[#Backend]]&lt;br /&gt;
| yes || yes&lt;br /&gt;
|-&lt;br /&gt;
! [[#Frontend]]&lt;br /&gt;
| yes || &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;5&amp;quot; |Target machine&lt;br /&gt;
|-&lt;br /&gt;
! qemuarm&lt;br /&gt;
| yes || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemumips&lt;br /&gt;
| || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemuppc&lt;br /&gt;
| || yes &lt;br /&gt;
|-&lt;br /&gt;
! qemux86&lt;br /&gt;
| yes || yes &lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11423</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11423"/>
		<updated>2013-10-21T15:05:15Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process focuses on:&lt;br /&gt;
 &lt;br /&gt;
* validating the data collected from the build process&lt;br /&gt;
* verifying the correct functioning of the Toaster GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== 1. Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  [[REST_API_Contracts | REST API]]  verification – create Django tests to detect API calls returning no data; &lt;br /&gt;
*  Calculation of the data collection rate - the ratio of the number of the variables having null values ​​and the total number of variables collected;&lt;br /&gt;
*  Verify that all links in the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== 2. Frontend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
==== Compatibility tests ====&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ==== &lt;br /&gt;
*   Verify if the GUI design is as described here: http://yoctoproject.org/webhob;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
==== Performance tests ====&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11414</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11414"/>
		<updated>2013-10-21T14:41:52Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Test Areas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process is focused on validating the data collected and on verifying the correctness functioning of GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
The Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  REST APIs  verification – create django tests  in order to find out what fields are empty from the response returned by the API called;&lt;br /&gt;
*  Calculation of the data collection rate;&lt;br /&gt;
*  Verify if all the links from the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of the Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
&lt;br /&gt;
=== Functionality tests ===&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
=== Compatibility tests ===&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
=== Usability tests === &lt;br /&gt;
*   Verify if the GUI design is as described here: https://wiki.yoctoproject.org/wiki/WebHob#User_interface;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
=== Performance tests ===&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11413</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11413"/>
		<updated>2013-10-21T14:41:31Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Backend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process is focused on validating the data collected and on verifying the correctness functioning of GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
The Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  REST APIs  verification – create django tests  in order to find out what fields are empty from the response returned by the API called;&lt;br /&gt;
*  Calculation of the data collection rate;&lt;br /&gt;
*  Verify if all the links from the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of the Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
&lt;br /&gt;
=== Functionality tests ===&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
=== Compatibility tests ===&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
=== Usability tests === &lt;br /&gt;
*   Verify if the GUI design is as described here: https://wiki.yoctoproject.org/wiki/WebHob#User_interface;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
=== Performance tests ===&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11412</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11412"/>
		<updated>2013-10-21T14:41:15Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Frontend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process is focused on validating the data collected and on verifying the correctness functioning of GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
The Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  REST APIs  verification – create django tests  in order to find out what fields are empty from the response returned by the API called;&lt;br /&gt;
*  Calculation of the data collection rate;&lt;br /&gt;
*  Verify if all the links from the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of the Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
&lt;br /&gt;
=== Functionality tests ===&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
=== Compatibility tests ===&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
=== Usability tests === &lt;br /&gt;
*   Verify if the GUI design is as described here: https://wiki.yoctoproject.org/wiki/WebHob#User_interface;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
=== Performance tests ===&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11411</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11411"/>
		<updated>2013-10-21T14:38:18Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Usability tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process is focused on validating the data collected and on verifying the correctness functioning of GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
The Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  REST APIs  verification – create django tests  in order to find out what fields are empty from the response returned by the API called;&lt;br /&gt;
*  Calculation of the data collection rate;&lt;br /&gt;
*  Verify if all the links from the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of the Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
&lt;br /&gt;
=== Functionality tests ===&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
=== Compatibility tests ===&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
=== Usability tests === &lt;br /&gt;
*   Verify if the GUI design is as described here: https://wiki.yoctoproject.org/wiki/WebHob#User_interface;&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
=== Performance tests ===&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11410</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11410"/>
		<updated>2013-10-21T14:37:32Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article is the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster].&lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process is focused on validating the data collected and on verifying the correctness functioning of GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
The Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  REST APIs  verification – create django tests  in order to find out what fields are empty from the response returned by the API called;&lt;br /&gt;
*  Calculation of the data collection rate;&lt;br /&gt;
*  Verify if all the links from the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of the Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
&lt;br /&gt;
=== Functionality tests ===&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
=== Compatibility tests ===&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
=== Usability tests === &lt;br /&gt;
*   Verify if the GUI design is as described here: https://wiki.yoctoproject.org/wiki/WebHob#User_interface.&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
=== Performance tests ===&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11409</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11409"/>
		<updated>2013-10-21T14:37:13Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
This article represents the test plan for [https://wiki.yoctoproject.org/wiki/WebHob Toaster]. &lt;br /&gt;
&lt;br /&gt;
= Objectives =&lt;br /&gt;
The test process is focused on validating the data collected and on verifying the correctness functioning of GUI.&lt;br /&gt;
&lt;br /&gt;
= Test Areas =&lt;br /&gt;
The Toaster consists of two big components, as follows:&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
&lt;br /&gt;
==== Functionality tests ====&lt;br /&gt;
*  REST APIs  verification – create django tests  in order to find out what fields are empty from the response returned by the API called;&lt;br /&gt;
*  Calculation of the data collection rate;&lt;br /&gt;
*  Verify if all the links from the simple UI are available;&lt;br /&gt;
*  Verify the quality of the data collected through the simple UI;&lt;br /&gt;
&lt;br /&gt;
==== Usability tests ====&lt;br /&gt;
*  Verify the easy usage of the Toaster ([https://wiki.yoctoproject.org/wiki/WebHob#Installation_and_Running easy to install and stop/start the toaster server])&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
&lt;br /&gt;
=== Functionality tests ===&lt;br /&gt;
*   Manual testing in the first stage;&lt;br /&gt;
*   Automate testing using  [http://www.seleniumhq.org/ Selenium], in the second stage;&lt;br /&gt;
&lt;br /&gt;
=== Compatibility tests ===&lt;br /&gt;
*   Verify the behavior of the GUI on different browsers and operating systems;&lt;br /&gt;
&lt;br /&gt;
=== Usability tests === &lt;br /&gt;
*   Verify if the GUI design is as described here: https://wiki.yoctoproject.org/wiki/WebHob#User_interface.&lt;br /&gt;
*   Friendly graphical user interface;&lt;br /&gt;
&lt;br /&gt;
=== Performance tests ===&lt;br /&gt;
*   Stress testing (e.g. display appropriate error messages when the system is under stress);&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11408</id>
		<title>Toaster testing plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster_testing_plan&amp;diff=11408"/>
		<updated>2013-10-21T13:15:15Z</updated>

		<summary type="html">&lt;p&gt;Proca Andreea Brandusa: Created page with &amp;quot;= Introduction =&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;/div&gt;</summary>
		<author><name>Proca Andreea Brandusa</name></author>
	</entry>
</feed>