What is unit testing ?
A unit is a single component or module of a software.
Ex:- In Gmail
-> Login - one component/module
-> Composing email - module
-> Sent box - module
-> deleting emails - module
Unit testing conducts on a single program or single module.
Unit testing is a white-box testing technique.
Unit testing is conducted by developers.
No comments