Changes between Version 82 and Version 83 of DeveloperGuidelinesTesting
- Timestamp:
- 05/04/10 14:57:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v82 v83 50 50 !ToDo: Investigate how we can test multiple browsers. 51 51 52 [http://web2pyslices.com/main/slices/take_slice/67 Web2Py Slice] on Unit Testing 52 * [http://web2py.com/AlterEgo/default/show/260 AltereEgo entry] on testing in Web2Py 53 * [http://stackoverflow.com/questions/2762294/unit-testing-in-web2py StackOverflow discussion] 54 * [http://web2pyslices.com/main/slices/take_slice/67 Web2Py Slice] on Unit Testing 53 55 54 56 [http://cherrypy.org CherryPy]'s [http://cherrypy.org/browser/trunk/cherrypy/test/webtest.py WebTest] is good for in-process testing & can be run from a browser-less server(easier for CI-integration).[[BR]]