|
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.
|