what is the diff b/w black box and white box

Answers were Sorted based on User's Feedback



what is the diff b/w black box and white box..

Answer / vish

testing the internal interfacing is called white box and
testing the outer interfacing is black box testing

Is This Answer Correct ?    5 Yes 1 No

what is the diff b/w black box and white box..

Answer / ganesan

White Box Testing:
Based on Internal Logic and source code.

Black Box Testing:
Based on User requirements and functionality

Is This Answer Correct ?    4 Yes 0 No

what is the diff b/w black box and white box..

Answer / sudhakar8

Black Box testing: The software tester only knows what the
system is supposed to do, he does not know how it works
internally. He has to test on the basis of expected
outputs.
E.g.: System Testing

White Box testing: The software tester has access to the
program/ code and examine it for errors. Also called Clear
Box testing or Structural Testing
E.g.: Unit Testing

Is This Answer Correct ?    4 Yes 0 No

what is the diff b/w black box and white box..

Answer / umesh koodali

Black box testing: Using specifications to come up with test
cases.
White Box Testing: Using Code structure to come up with test
cases.

Is This Answer Correct ?    3 Yes 0 No

what is the diff b/w black box and white box..

Answer / guest

fuctionality, structral

Is This Answer Correct ?    3 Yes 2 No

what is the diff b/w black box and white box..

Answer / sandy

Block box testing is done by the test engineers it means
that testing the application without knowing the structural
part of that with knowing the functional part of the
application.

whitebox testing :testing the application with knowing the
structural part of the application is called whitebox testing.

Is This Answer Correct ?    1 Yes 0 No

what is the diff b/w black box and white box..

Answer / anish

black box:-
only the input and output is tested...
White box :-
Internal structure i.e codes are also included in this
testing

Is This Answer Correct ?    1 Yes 0 No

what is the diff b/w black box and white box..

Answer / vasu

WBT:
1.testing the appliation by single module of single
functionality
2.it s based on the internal logic of the code
3.done by developers
BBT:
1.testing the application whole functionality
2.its not based on the internal logic of the code
3.done by the testers

Is This Answer Correct ?    0 Yes 0 No

what is the diff b/w black box and white box..

Answer / mfsi_krushnas

Black-box and white-box are test design methods. Black-box
test design
treats the system as a "black-box", so it doesn't explicitly use
knowledge of the internal structure. Black-box test design
is usually
described as focusing on testing functional requirements.
Synonyms for
black-box include: behavioral, functional, opaque-box, and
closed-box. White-box test design allows one to peek inside
the "box",
and it focuses specifically on using internal knowledge of
the software
to guide the selection of test data. Synonyms for white-box
include:
structural, glass-box and clear-box.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is review?

3 Answers  


How to explian the V model ?

1 Answers   Crea,


Can anybody explain about Mercury Quality Center " Dashboard tab" and its usage. Thanks in advance

3 Answers   IBM,


expalin integration tsting who will perform ths type of testing at what time will do

2 Answers   Aspire,


1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?

0 Answers   Amazon,






what is difference between regression & retesting?

7 Answers  


What and why is api testing?

0 Answers  


Why we have to do manual testing?

0 Answers  


Prepare a set of test cases you would use to test a 'Corded telephone?

1 Answers   FCG,


INTERVIEW question:- Explain the process in your company?

3 Answers   ABC, Mind Tree,


1) In a software development project Spiral Model was Chosen as the development model. What is the best-suited reason for this? A)This model is the oldest and most widely used paradigm for software development. B)In this model users get the feel free the actual system and developers get to build something immediately. C)In this model risk analysis is done coupled with evolutionary S/W process model with the iterative nature of prototyping and controlled systematic aspects of water fall model D)This model combines elements of Classical model with this iterative philoophy of prototyping.

2 Answers   Mind Tree,


If someone had 2 months experience in manaul testing but not that much effetive knowledge then what he should do show experience or not in his C.V.

1 Answers  


Categories