Testing
Table of contents
TikiTests
TikiTests functionality has been added to Tiki 2.x This is functional testing, not unit testing. This could even be used along with the profile manager to help set up Tiki.
Below are some notes & links about testing in general.
Functional
- http://www.opensourcetesting.org/functional.php
- For functional testing of web sites, I (Alain Désilets) have been told by several reliable sources that the best thing is to use Ruby on Rails: http://www.rubyonrails.org/. But I don't really have experience with that.
Unit
http://en.wikipedia.org/wiki/Unit_testing
http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#PHP
SimpleTest was suggested: Unit- and Mocking-capable
Usability
http://en.wikipedia.org/wiki/Usability_testing
Performance
See Performance
Uptime/Site quality/content
- Maybe will be in TRIM. See section on Uptime, spelling, Broken links, standards compliance, etc
Client (browser) features
Other notes
- http://webtest.canoo.com/ was suggested
- SimpleTest suggested by Damien
- Lime?
- http://selenium-ide.openqa.org/ suggested by http://sebastian-bergmann.de/
- http://sourceforge.net/projects/testlink/
- http://cukes.info/
grinder may be used for load-testing -Dave Thacker

Last Comments