Print Page | Close Window

what is unit testing?

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Unit Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Unit Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=346
Printed Date: 19Feb2025 at 8:06pm


Topic: what is unit testing?
Posted By: vidhya
Subject: what is unit testing?
Date Posted: 28Mar2007 at 3:46am
Unit test are what we call white box testings. They are mostly writen by the programmer using programming code to test procedures and functionalty that has not GUI interface to test them.

Unit test were proven to be most effective in identifing problems before they are getting to the QA lab.

In most cases Unit test are running by the CM personal and should pass in over 90% of success.


-------------
MBA Examination papers



Print Page | Close Window