Print Page | Close Window

White box 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=292
Printed Date: 20Jun2024 at 7:39pm


Topic: White box testing
Posted By: sunita
Subject: White box testing
Date Posted: 26Mar2007 at 1:58am

White box testing is a test case design method that uses the control structure of the procedural design to derive test cases. Test cases can be derived that


1. guarantee that all independent paths within a module have been exercised at least once,
2. exercise all logical decisions on their true and false sides,
3. execute all loops at their boundaries and within their operational bounds, and
4. exercise internal data structures to ensure their validity.

The Nature of http://www.onestoptesting.com/types/Whitebox.asp# -



Print Page | Close Window