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

What are the critical defect can find in web based testing(Like if any interview asked what critical defect you found in web based testing)????

1 Answers  


Explain the procedure for manual testing.

0 Answers  


what is application state, base state, & call state.

1 Answers   TCS,


I m writting the test cases in Excel sheet. After wrting test cases for version 2.0.0 If there is new feature added in build 2.0.1, I will write test cases for newly added feature. Then 3.0 version release for testing with new feature. I will write test cases for newly added feature 3.0 But if in between 2.0.2 build release for testing with same feature of 3.0.Then should I have to write test cases for same feature again? If not --> when 2.0.2build again release for testing after 2months then How should I came to know that I have to run these test cases on 2.0.2build?

2 Answers  


how to get top two salaries from employee tables

12 Answers   IBM,






Hi Friends, I want to know the best institute in hyderabad which is giving training in 'SAP Testing' and who is the best faculty. Regards, Imtiyaz..

1 Answers  


HI EVERYONE, recently i got a job as a q.a tester in a bank.the application am going to work is credit cards.the environment will be java ,oracle,qtp quality center,VSAM,CICS,WINDOWSNT .we will be working on mainframes too.can any exp persons help me to understand the scenario and what all shud i learn to perform better(worried abt the frontend ,backend,and the architecture as whole)kindly help me

0 Answers  


What is broken link? how to test in a web application.

2 Answers   Innovizia Technologies, IT Works,


What types of validation check u need to do in fund transfer..?

4 Answers   HCL,


Types of reviews and explain them????

1 Answers  


Wht are the Test cases do we write for Message Box.. can anybody answer it.. Thanks in Advance..

3 Answers   ACS,


If we outsource the testing work, then who prepares the Test Plans? The client or the testing people

1 Answers  


Categories