Changeset 56
- Timestamp:
- 07/02/06 11:48:21
- Files:
-
- misc/ep2006.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
misc/ep2006.html
r55 r56 35 35 <ul> 36 36 <li>Unit test suites</li> 37 <li>JSUnit - not OO, messy, lot of globals</li> 37 38 <li>Functional testing</li> 38 <li> No AJAX, no low-level JS testing</li>39 <li>Selenium - strange (tables), restrictive</li> 39 40 <li>Haven't seen everything yet...</li> 40 41 </ul> … … 198 199 <li>No sleep() or tight loops, block the interpreter</li> 199 200 <li>Polling or callbacks</li> 200 <li>No test suites I know that handle it</li>201 201 </ul> 202 202 </div>
