View Single Post

  #4 (permalink)  
Old 07-03-2008, 12:25 PM
Noorjahan Noorjahan is offline
Junior Member
 
Join Date: Jul 2008
Posts: 9
Noorjahan is on a distinguished road
WHITE BOX TESTING: it is nothing but testing the structural and logic behind the software. We need to write test cases satisfying all the paths and loops in the module and check whether the logic is satisfied. It is logic driven testing.

BLACK BOX TESTING: It is jus checking the software for the necessary results by providing different input. It is requirement driving testing.

REGRESSION TESTING: It is testing the software in every version or after fixing the bug or enhancement, to check whether any new errors have been inculcated in the software because of the new build.
Reply With Quote