GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Testing General
Go To First  |  Previous Question  |  Next Question 
 Testing General  |  Question 41 of 497    Print  
Difference between Black & White box testing

Answer posted by Radhika on 2005-05-23 18:10:57: Black Box Testing: Testing input/output without knowledge and/or regard of the internal code. Commonly designed/executed by test team. 
 
White (Glass) Box Testing: Testing input/output with full knowledge and/or regard of the internal code. Commonly designed/executed by Developers. 
 



  
Total Answers and Comments: 16 Last Update: March 26, 2009   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: C.Chitra Naidu
 
Black Box testing is also known as behavioural or closed box testing. It is a software testing technique in which the internal workings of the item to be tested are not known to the tester or they are not taken into consideration. 
 
White Box Testing is also known as structural,open box, clear box or glass box testing. It is a software testing technique in which an explicit knowledge of the internal workings of the item to be tested are tested.

Above answer was rated as good by the following members:
somudotcom
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
May 23, 2005 18:10:57   #1  
Radhika        

RE: Difference between Black & White box testing
Black Box Testing: Testing input/output without knowledge and/or regard of the internal code. Commonly designed/executed by test team.

White (Glass) Box Testing: Testing input/output with full knowledge and/or regard of the internal code. Commonly designed/executed by Developers.


 
Is this answer useful? Yes | No
July 09, 2005 22:43:17   #2  
choudary        

RE: Difference between Black & White box testing
in the Black Box testing we test the functionaliy of the application throughly with the help of requirements. here we do not concern about the internal logic of the code. here we check the system by giving the proper input whether it gives proper output or not. this work done by the testers.

in the White Box testing we more concern about internal logic of the program i.e; here we check module interface local datastructures logical conditions on their true and false side loops etc;
designated and executed by the developers.

 
Is this answer useful? Yes | No
July 15, 2005 05:31:33   #3  
C.Chitra Naidu        

RE: Difference between Black & White box testing
Black Box testing is also known as behavioural or closed box testing. It is a software testing technique in which the internal workings of the item to be tested are not known to the tester or they are not taken into consideration.

White Box Testing is also known as structural open box clear box or glass box testing. It is a software testing technique in which an explicit knowledge of the internal workings of the item to be tested are tested.

 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
August 01, 2005 19:07:58   #4  
Sam        

RE: Difference between Black & White box testing
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.

 
Is this answer useful? Yes | No
September 14, 2005 08:23:13   #5  
narendar.gurijala        

RE: Difference between Black & White box testing

HEY THIS IS NARENDAR.GURIJALA

BLACK BOX TESTING:test is based on the behaviour of the aplication.tester doesn't required code knowledge

WHITE BOX TESTING:

TEST IS BASED ON THE INTERNAL STRUCTURE OF THE APPLICATION TESTER REQUIRED CODE KNOWLEDGE


 
Is this answer useful? Yes | No
October 18, 2005 04:36:47   #6  
parifs Member Since: October 2005   Contribution: 5    

difference betweeen Testing techniques and methodologies
What is the difference betweeen Testing techniques and methodologies
 
Is this answer useful? Yes | No
October 18, 2005 06:38:26   #7  
       

Difference between testing Techniques and methologies
What is the difference between testing Techniques and methologies?
 
Is this answer useful? Yes | No
December 27, 2005 02:25:44   #8  
Gangadhar Nidudavolu        

RE: Difference between Black & White box testing

Testing Technique

We have different types of testing techniques which defines what process we are following. for Ex: Unit Testing System Testing Integration Testing and Acceptance Testing. Apart from this we have Big Bang Testing Module testing End-To-End Testing Data base Testing Etc..

Testing Methodologies

Namely we have three methodologies like Black Box Testing white Box Testing and Grey box testing.

Gangadhar Nidudavolu


 
Is this answer useful? Yes | No
April 18, 2006 03:11:26   #9  
vishal patel        

RE: Difference between Black & White box testing

thanks

chitra


 
Is this answer useful? Yes | No
September 15, 2006 03:49:02   #10  
sunilkumarnanda Member Since: May 2006   Contribution: 13    

RE: Difference between Black & White box testing

Black Box Testing: Testing based on an analysis of the specification of a piece of software without reference to its internal workings. The goal is to test how well the component conforms to the published requirements for the component.

White Box Testing: Testing based on an analysis of internal workings and structure of a piece of software. Includes techniques such as Branch Testing and Path Testing. Also known as Structural Testing and Glass Box Testing. Contrast with Black Box Testing.


 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape