Unit testing comes under which testing technique, white box / black box?

Showing Answers 1 - 16 of 16 Answers

Kumar Surapaneni

  • Sep 4th, 2006
 

Unit Testing : is done by Programmers not by Testers.

Unit Testing: to test the Particular Module or Source Code.

  Was this answer useful?  Yes

Pushparaj

  • Sep 5th, 2006
 

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.

  Was this answer useful?  Yes

sudhakar2068

  • Sep 15th, 2006
 

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.

 sudhakar kolla.

If you have doubts can ask me.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.

  Was this answer useful?  Yes

gnana

  • Sep 15th, 2006
 

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

  Was this answer useful?  Yes

deepthi

  • Nov 6th, 2007
 

unit testing comes under white box testing

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions