What is the difference bet white box testing and black box
testing.pls give me an example

Answers were Sorted based on User's Feedback



What is the difference bet white box testing and black box testing.pls give me an example..

Answer / abdul sameer

Black Box Testing:- Black Box Testing is a System Testing.
Here we check the complete functionality of the application.
Here the tester does not examine the programming code and
does not need the knowledge of any coding standards. Here he
enters an input and check whether we are able to get the
exact output irrespective of what is happening in the code.
Here we have functional testing and non-functional testing.
Again both are of different concepts.


White Box Testing:- White Box Testing is non-system
testing. Here the tester should have the knowledge of coding
standards. Here we should review the entire coding part like
we should go through the statement coverage testing, branch
testing and loop testing, mean to say that we have to check
the complete coding standards and mainly here we do Mutation
testing (like we make some changes to the existing code and
run the code and check whether we are able to get any error
or not). This again has lot of subject to learn, can’t be
described but you have to refer to the books to get the
complete knowledge on it. For more clarification if you have
the book called “Art of Software testing” it will make u
clear on these topics.

Is This Answer Correct ?    3 Yes 0 No

What is the difference bet white box testing and black box testing.pls give me an example..

Answer / abdul sameer

White Box Testing:- White box testing is based on knowledge
of the internal logic of an application's code. DIfferent
test that take place here are
1. coverage of code statements
2. Branch testing
3. Path Tesitng
4. Condition checking testing.
5. Mutation Testing.

Both are done by Test Engineers but only difference is The
Tester who does Black Box Testing do have the knowledge of
coding part usually we take one of the developers as White
Box Test engineer.


Black Box Testing:- Black box testing is functional testing,
not based on any knowledge of internal software design or
code. Black box testing is based on requirements and
functionality.
Different test that take place here are

1.Boundary value analysis and Equivalence testing
2. Error Guessing
3. Error Handling
4. Compactability testing
5. Parallel testing
6. Configuration Testing.

Apart from these we have lot.

Is This Answer Correct ?    2 Yes 0 No

What is the difference bet white box testing and black box testing.pls give me an example..

Answer / ram mohan reddy

Black Box Testing : If one perform testing only on the functional part of an Application without having structural knowledge then that method of testing is known as Black box Testing. Usually it is done by Test engineer

White Box Testing : If one perform testing on the structural part of an application then that method of testing is known as
White Box Testing.Usually it is done by Developers.
Ex:coding(Unit Testing)

Regards
Ram Mohan reddy

Is This Answer Correct ?    1 Yes 1 No

What is the difference bet white box testing and black box testing.pls give me an example..

Answer / aparna

White box testing is done by the person who is having deeper
knowledge about the module and mostly this will be done by
Developers.
Example: Unit Testing

Black Box testing is done by the tester who is not having
deeper knowledge about software, only based on
specifications testing is done
Example: System Acceptance Testing

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

Where will you give the Reproduce option in Bug report?

2 Answers   GE,


PLEASE ANY ONE SEND SAMPLE DEFECT REPORT DOCUMENT MY MAIL ID IS-----gvbabu143@gmail.com THANKS IN ADVANCE

0 Answers  


wht is TRM

3 Answers  


what do you mean by defect,error and bug????

11 Answers  


is there any difference between test case design and test case development

3 Answers  






1>what is defect matrix? 2>which is the high priority bug in "Open Window"(when we open some file the window get appear)

1 Answers   First Insight,


How do you promote the concept of phase containment and defect prevention?

0 Answers  


What is the big deal about ‘requirements’?

0 Answers  


On what basis test engineer can find out TEST SCENARIOS???

2 Answers  


how do u make severity , suppose login page has been sucessfully passed and entered in 2nd page instead of 1st page. what is ur reaction .

11 Answers   Amdocs,


What kind of interview questions can I expect for an entry level(2 years of exp) software testing position. I am attending for the first interview and bit nervous what to prepare and how to prepare.the company I applied is a product(anti virus software) based company. so what kind of questions can I expect .please help me for preparing .

2 Answers  


What is transient bugs ? How to reproduce those bugs? Can we log the those kind of bugs in tracking tool, if we found?

1 Answers  


Categories