what is the similarity between black box testing and unit
testing
Answers were Sorted based on User's Feedback
Answer / ramprasad.s
HI
The question is about similariy.
The Answer is
"Data Validation" Testing
Data Validation is tested both in unit test as well as
in Block box or functional Testing.
sun_ramprasad@yahoo.com
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / osama bin laden
this question is absolutely ridiculous and is not deserving
of an answer. The person who asked this question shud be
ashamed of his very existence. He is a burden on this earh
that shud be removed.
Is This Answer Correct ? | 5 Yes | 4 No |
Answer / anjani d
Both are Dynamic testings and for validation.
Unit testing comes in to whitebox testing.
in Unit Testing the developer checks that all loops and
conditions in each program are working correctly or not.i.e
they check internal logic of the code. we do not involve in
this.
in black box testing we do not check internal logic.we
concentrate on external functionality only. developer
doesn't involve in this.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / veena
black box & unit testing both r methods used for testing
&both r validation technique
Is This Answer Correct ? | 1 Yes | 1 No |
Unit testing comes in to whitebox testing.
in Unit Testing the developer checks that all loops and
conditions in each program are working correctly or not.i.e
they check internal logic of the code. we do not involve in
this.
in black box testing we do not check internal logic.we
concentrate on external functionality only. developer
doesn't involve in this.
i think u got my point. if not Ping me..
sudhanandareddy@gmail.com
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ramarao
verification- is unit testing i.e in unit testing devloper
will check only positive test cases
validation -is black box testing i.e in black box tester
will verify both positive and negitive test cases
Is This Answer Correct ? | 0 Yes | 2 No |
Hi!! Could anyone tell me the risks that usually appear while testing web application [let say - eCommerce] Thanks!
What are the advantage of using V models?
When to start Software Testing?
What is change request & what is the role of Tester in change request ? pl explain with example .
what is mean by funtionality testing and performance testing,and what is the difference?
how to know whether the bug is valid or invalid?
what is the difference between test case and test scenerio.explain it with example?
can u tell me what is orthogonal array testing?
Expalin about PET model?
What are parametere require for Performance testing?
what is sequential injection?
we have combo box for country and states ,if we select India from country box it will Autometically add the all states of India in states box write a test cases for this