Question:What is unit testing?
Answer
Unit testing is an approach to software development in which tests are written for each function in your application. CodeIgniter's Unit Test class is quite simple, consisting of an evaluation function and two result functions.
+ Report
What is unit testing?