We all know that testing your application is important, as it ensures security, customer satisfaction, and saves money in the long run. Sometimes it can save lives as well: China Airlines plane crashed due to a software bug on April 26, 1994, which took 264 lives. In software testing, unit testing is the first level of testing in which where most of the issues can be rectified, which saves time. Let’s understand what is Unit testing.
What is Unit Testing?
In unit testing, individual components of a software application are tested during the development phase. Unit testing is usually done by developers instead of testers. In unit testing, a function which is in the form of a section of code is tested to verify its accuracy using drivers, unit testing frameworks, mock objects, and stubs.
from DZone.com Feed http://bit.ly/2wa6tPB
No comments:
Post a Comment