What is the difference bet white box testing and black box
testing.pls give me an example
Answer Posted / 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 |
Post New Answer View All Answers
State a generalized process for load test? Or explain how you did it previously.
What is Independent Testing?
what type of testing techniques are using after accept the build?
What is an inspection in software testing?
list of methods that is used to document the requirements of a software.
What types of testing is specifically important for web testing?
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
What does 100% statement coverage mean?
what does 80hz refresh rate indicates?
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
Diffrernce between client server testing and web server testing.
On what basis you are fixing up the time for project completion?
Explain severity with example and expalin each example?
What is CVS and why it is used?
What type of metrics would you use?