CodeIgniter Forums
What are you using for Unit testing? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: What are you using for Unit testing? (/showthread.php?tid=22421)



What are you using for Unit testing? - El Forum - 09-09-2009

[eluser]kenjis[/eluser]
Hi, there.

CI has its Unit testing class. Are you using it?
I've never seen people who use CI Unit testing class in Japan.

What testing library are you really use in practice?
And is there any testing code which could be reference?


What are you using for Unit testing? - El Forum - 09-09-2009

[eluser]Jamie Rumbelow[/eluser]
I've written an extensive blog post on the subject:

[url="http://jamierumbelow.net/2009/08/11/setting-up-the-perfect-codeigniter-tdd-environment/"]http://jamierumbelow.net/2009/08/11/setting-up-the-perfect-codeigniter-tdd-environment/[/url]


What are you using for Unit testing? - El Forum - 09-09-2009

[eluser]kenjis[/eluser]
Oh, Thanks! It looks very useful.

You use SimpleTest with CI.