CodeIgniter Forums
how to test CI application - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: how to test CI application (/showthread.php?tid=16083)



how to test CI application - El Forum - 02-24-2009

[eluser]umefarooq[/eluser]
How i can test my CI, or PHP application for bugs and errors is there any testing software for that or any suggestions


how to test CI application - El Forum - 02-24-2009

[eluser]pistolPete[/eluser]
Search for "unit testing":

- CodeIgniter has a Unit Testing Class.
- Toast v1.1 - Unit Testing suite for CodeIgniter
- CIUnit: Unit testing for CodeIgniter


how to test CI application - El Forum - 02-24-2009

[eluser]umefarooq[/eluser]
Thanks for reply let me try, ill put my result over here.