SoftwareTesting: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
* [[SoftwareTesting:Scratchpad]] | * [[SoftwareTesting:Scratchpad]] | ||
=Projects= | =Projects= | ||
==Testing in General== | |||
[[User:Davel|Dave Liebreich]] is interested in creating running code to test the mozilla codebase. Not just end-to-end automated tests, but unit tests, module tests, test harnesses, test reporting infrastructure, and anything else that lowers the barrier to creating new code that gives someone feedback. | |||
Dave needs help. The codebase is huge. The community is huge. The task is huge. | |||
=Tools= | =Tools= | ||
=People= | =People= | ||
* [[User:Davel|Dave Liebreich]] | * [[User:Davel|Dave Liebreich]] |
Revision as of 21:14, 29 December 2005
In The Ongoing Revolution in Software Testing (pdf), Cem Kaner defines testing as
[...] a technical investigation of a product, done to expose quality-related information.
This page is a starting point to find, learn about, and track technical investigations of the Mozilla codebase.
Please note: this catalog is not limited to investigations done by members of the Mozilla qa team and community.
Projects
Testing in General
Dave Liebreich is interested in creating running code to test the mozilla codebase. Not just end-to-end automated tests, but unit tests, module tests, test harnesses, test reporting infrastructure, and anything else that lowers the barrier to creating new code that gives someone feedback.
Dave needs help. The codebase is huge. The community is huge. The task is huge.