Print Page | Close Window

WhiteBox and Blackbox Testing Order

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Functional Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Functional Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1046
Printed Date: 18Jul2025 at 3:13am


Topic: WhiteBox and Blackbox Testing Order
Posted By: Seema
Subject: WhiteBox and Blackbox Testing Order
Date Posted: 27Apr2007 at 10:31pm
I have heard somewhere that White Box Testing is done after Black Box Testing. Can someone please clear my doubts about it as we generally perform white box before the black box.............



Replies:
Posted By: annu_420
Date Posted: 28Apr2007 at 4:04am
Given that white box testing is any testing that has visibility of the underlying code /

system internals, and black box testing is testing from the users perspective without code

visibility, there can be any number of black box and white box testing activities in the

development life cycle. For example, the developer might use static code analysis, such as

lint, prior to providing a release for functional testing (white box then black box), after

(and during) functional testing, you might carry out code coverage analysis, to find

untested code. (black box then white box). There are many more similar examples.

IMO, white and black box testing are not specific test phases, merely attributes of certain

testing techniques, that can occur throught the testing process. 



Print Page | Close Window