99
edits
(→Test Harnesses: adding link for new page for stand-alone tests) |
(→Test Harnesses: re-order to emphasize some) |
||
Line 31: | Line 31: | ||
| JavaScript | | JavaScript | ||
| Automation being set up on QA Farm. Exec by community is possible with setup. | | Automation being set up on QA Farm. Exec by community is possible with setup. | ||
| [http://developer.mozilla.org/en/docs/Writing_MochiTest-based_unit_tests | | [http://developer.mozilla.org/en/docs/Writing_MochiTest-based_unit_tests mochitest] | ||
|- | |||
| reftest | |||
| comparison of two pages, via JavaScript and Canvas, for visual equivalency | |||
| JavaScript | |||
| runnable on built trunk | |||
| [http://developer.mozilla.org/en/docs/Creating_reftest-based_unit_tests reftest] | |||
|- | |||
| xpcshell | |||
| used by 40+ tests, plans for use by many more | |||
| JavaScript | |||
| recent care and feeding, very usable | |||
| [http://developer.mozilla.org/en/docs/Writing_xpcshell-based_unit_tests xpcshell] | |||
|- | |- | ||
| eggplant | | eggplant | ||
Line 50: | Line 62: | ||
| running, passing, run by tinderbox | | running, passing, run by tinderbox | ||
| [http://wiki.mozilla.org/MozillaQualityAssurance:Performance_Testing wiki] | | [http://wiki.mozilla.org/MozillaQualityAssurance:Performance_Testing wiki] | ||
|- | |- | ||
| test.js | | test.js | ||
Line 68: | Line 74: | ||
| used only for the [http://lxr.mozilla.org/mozilla/source/js/tests js/tests] by [mailto:bc@mozilla.com bc], et al, for JS testing | | used only for the [http://lxr.mozilla.org/mozilla/source/js/tests js/tests] by [mailto:bc@mozilla.com bc], et al, for JS testing | ||
| [http://bclary.com/projects/spider/ bc] | | [http://bclary.com/projects/spider/ bc] | ||
|- | |- | ||
| build/make | | build/make |
edits