SoftwareTesting:Catalog of Automated Tests: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
(add to me) | (add to me) | ||
* [http://www.mozilla.org/performance/tinderbox-tests.html Tinderbox performance tests] | |||
* [http://lxr.mozilla.org/mozilla/source/browser/components/places/tests/ Places test script] | * [http://lxr.mozilla.org/mozilla/source/browser/components/places/tests/ Places test script] | ||
* [http://lxr.mozilla.org/mozilla/source/netwerk/test/unit/ Netwerk unit tests] | * [http://lxr.mozilla.org/mozilla/source/netwerk/test/unit/ Netwerk unit tests] | ||
* [http://lxr.mozilla.org/mozilla/source/js/tests/ javascript tests - also used for security tests] | * [http://lxr.mozilla.org/mozilla/source/js/tests/ javascript tests - also used for security tests] | ||
* [http://lxr.mozilla.org/mozilla/source/security/nss/tests/ nss tests] | * [http://lxr.mozilla.org/mozilla/source/security/nss/tests/ nss tests] | ||
* layout tests - diff of frame tree dump against golden master | * [http://www.mozilla.org/newlayout/doc/regression_tests.html layout tests - diff of frame tree dump against golden master] | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=301260 bz's copy of netwerk tests for xmlserializer] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=301260 bz's copy of netwerk tests for xmlserializer] | ||
* [http://www.w3.org/DOM/Test/] W3C DOM Tests uses [http://www.edwardh.com/jsunit/] jsunit | * [http://www.w3.org/DOM/Test/] W3C DOM Tests uses [http://www.edwardh.com/jsunit/] jsunit | ||
Revision as of 22:09, 13 January 2006
(add to me)
- Tinderbox performance tests
- Places test script
- Netwerk unit tests
- javascript tests - also used for security tests
- nss tests
- layout tests - diff of frame tree dump against golden master
- bz's copy of netwerk tests for xmlserializer
- [1] W3C DOM Tests uses [2] jsunit
- thuderbird feed parsing tests - blocked by bug 319968
- http://hixie.ch/tests/MANIFEST all hixie's tests
- http://hixie.ch/tests/MANIFEST-visual subset of hixie's tests that is non-interactive