Systematic testing: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 6: Line 6:
It consists of several basic tasks:
It consists of several basic tasks:


* improving the list of '''[[OLPC 8.2.0 Features|features]]''' present in 8.2.0.
* Review the '''[[TestPlan_8.2.0|8.2.0 Test Plan]]''' to ensure that it covers the important '''[[OLPC 8.2.0 Features|base product features]]''' as well as the '''[[Release_Notes/8.2.0#New_Features_in_8.2.0|new 8.2 features]]''' being added in this release.
* writing '''[[Test cases 8.2.0#Create New Test Cases|test cases]]''' for each [[OLPC 8.2.0 Features|feature]] (in priority order).
* Write '''[[Test cases 8.2.0#Create New Test Cases|test cases]]''' for each area of the '''[[TestPlan_8.2.0|8.2.0 Test Plan]]''' (in priority order).
* executing the [[Test cases 8.2.0|test cases]] and recording '''[[test results]]'''.
* Execute the [[Test cases 8.2.0|test cases]] and record results.
* contributing patches to the '''[[Tinderbox]]''' so that it can execute test cases!
* Contribute patches to the '''[[Tinderbox]]''' so that it can execute test cases!


[[Category:Testing]]
[[Category:Testing]]

Revision as of 14:55, 23 August 2008


Pencil.png NOTE: The contents of this page are not set in stone, and are subject to change!

This page is a draft in active flux ...
Please leave suggestions on the talk page.

Pencil.png

This page describes a systematic testing effort designed to achieve test coverage sufficient to make good ship/no-ship decisions for the 8.2.0 release.

It consists of several basic tasks: