date: | 2006-02-27 11:26:53 |
---|---|
category: | Unit Testing in Python |
A number of testing frameworks were used. The Agile Testing tutorial provides a path through the toolsets, showing what you can do, and how you should do it.
Unit Testing: Nose [link ], [link ]
Acceptance Testing: FitNesse [link ]
Regression Testing: TextTest [link ]
Functional Testing: twill [link ]. A thorough analysis is at [link ].
Ajax Interaction Testing: Selenium [link ] and PAMIE [link ].