|
|
Line 70: |
Line 70: |
| =Ideas to Collect= | | =Ideas to Collect= |
| (stuff that needs to be organised) | | (stuff that needs to be organised) |
| * example jsunit-based tests ([http://people.mozilla.com/~davel/jsunit/ davel's examples]) | | * [[SoftwareTesting:Tools:jsUnit]] |
| ** urls in test suite pages are resolved relative to the url of the test runner page, not the url of the test suite page
| |
| ** can we use chrome urls (with appropriate manifest files) to access the jsunit core js files in a path-independent manner? this means we just have to worry about the test runner page and the test suite/case pages.
| |
| ** this is only a problem for packaging jsunit-based tests in our tree so that they point to the same core jsunit files
| |
| * [[SoftwareTesting:Tools:SimpleXulTestHarness]] | | * [[SoftwareTesting:Tools:SimpleXulTestHarness]] |
| * example extension test using foxunit | | * example extension test using foxunit |