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
Inwhat basis the time is allocated for testing the application?
Is an "A fast database retrieval rate" a testable requirement?
Explain the difference between alpha testing and beta testing.
How can you use technology to solve problem?
Why documentation testing is important?
Explain stub in testing point of view?
What are the different levels of manual testing?
what is meant by application server and its functions?
functional testing test cases for transfer funds ?
how deployment phase of SDLC differs in product based and in service based company ?
How can I use bugzilla in my company to track a bug and to allow the client to see the bug report online throughbugzilla. Please explain in detail. I am really need this.
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
write test case for gmail login page
When will the testing starts?
How is ‘build’ different from ‘release’?