RE: unit testing comes under which testing technique, ...
Yes it comes under white box tesing which normaly comes under the purview of the developers. Unit test normaly preceds the testing by specialised testers.
RE: unit testing comes under which testing technique, ...
Unit testing come under the testing technique of white testing. It is used for the process of testing the individual components of a program.Typically used to verify the control flow and data flow. It requires the Knowledge of the code hence performed by the developers.
RE: unit testing comes under which testing technique, ...
A unit test is a procedure used to validate that a particular module of source code is working properly. usually done by developers .it involves writing testcases for functions and methods.it comes under white box testing