|
|
Line 10: |
Line 10: |
| =Projects= | | =Projects= |
| ==Testing in General== | | ==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. | | We need your help! There is a small but growing set of software tools for testing Firefox functionality. Please see [http://developer.mozilla.org/en/docs/Mozilla_automated_testing MDC:Mozilla_automated_testing] for details on what we have currently. |
|
| |
|
| Dave is also interested in extending and improving the existing testing process. The information received from community testing efforts can be excellent and invaluable; Dave is looking for ways in which existing volunteers can improve their testing skill and skilled testers can join the effort.
| |
|
| |
| Dave needs help. The codebase is huge. The community is huge. The task is huge.
| |
|
| |
| * [[SoftwareTesting:Watir and Firefox]] - Writing the code necessary for [http://wtr.rubyforge.org/ Watir] to drive Firefox
| |
| * [[SoftwareTesting:BBST and the Mozilla Codebase]] - Using mozilla-based apps and libraries as coursework examples and exercises in [http://testingeducation.org/BBST/index.html A Course in Black Box Testing]
| |
| * [[SoftwareTesting:TDD and the Mozilla Codebase]] - Infrastructure, support, and examples of using TDD in mozilla projects
| |
| ==Black-Box Testing== | | ==Black-Box Testing== |
| * [[SoftwareTesting:BlackBoxTesting]] | | * [[SoftwareTesting:BlackBoxTesting]] |