SoftwareTesting:Catalog of Automated Tests: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (typo) |
||
| Line 8: | Line 8: | ||
* [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] | ||
* [https://bugzilla.mozilla.org/attachment.cgi?id=205677 | * [https://bugzilla.mozilla.org/attachment.cgi?id=205677 thunderbird feed parsing tests] - blocked by {{bug|319968}} | ||
* [[XSLT_Tests|XSLT Tests]] | * [[XSLT_Tests|XSLT Tests]] | ||
* http://hixie.ch/tests/MANIFEST all hixie's tests | * http://hixie.ch/tests/MANIFEST all hixie's tests | ||
* http://hixie.ch/tests/MANIFEST-visual subset of hixie's tests that is non-interactive | * http://hixie.ch/tests/MANIFEST-visual subset of hixie's tests that is non-interactive | ||
* [http://www.allpeers.com/blog/2005/09/28/foxunit-unit-test-framework-for-firefox/ Foxfire] - jUnit-like harness for Firefox, by the AllPeers folks | * [http://www.allpeers.com/blog/2005/09/28/foxunit-unit-test-framework-for-firefox/ Foxfire] - jUnit-like harness for Firefox, by the AllPeers folks | ||
Revision as of 20:46, 4 July 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
- W3C DOM Tests uses jsunit
- thunderbird feed parsing tests - blocked by bug 319968
- XSLT Tests
- http://hixie.ch/tests/MANIFEST all hixie's tests
- http://hixie.ch/tests/MANIFEST-visual subset of hixie's tests that is non-interactive
- Foxfire - jUnit-like harness for Firefox, by the AllPeers folks