Tell me please whether Unit Testing comes under "Black box
testing" OR "White Box testing" ?
Answers were Sorted based on User's Feedback
Answer / seema
unit testing can come under white box testing and also
black box testing. if u r testing functionality of
perticular unit.its a BBT. and if u r going through syntax
and code then its WBT...
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sahana
its excatly correct what sirisha thought, its comes unger
white box testing and developer will do that testing
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sreenath
No Doubt in this Unit testing comes under whiteBox testing
but in some companies tester will prepare the TCs in some
companies Dev will prepare the TCs
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / chinni
exactly correct what seema said..
Unit testing is comes under Both WB & BB ..
bcoz if we test functionality of an unit(module) it is BB testing here we doesn't know abt code.and if we r going through code then it is WB testing
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the tools of performance testing?
when design phase is going on what testing team will do?
If you open a bug in build -1 and that get closed in build-2 . Again the same bug a raised in build -3. Then what state will you give to that?
you need to deliver the product on monday, but in friday ur test cases get crashed, what you will do?
How to integrate Bugzilla with QTP?
what is means by feature to be tested in test plan
there are n types of test cases how do you do?
1.what is sanity and smoke testing and which one performed first?
if the defect is not reproducible then what u give the status in quality center
which model are you following
Guys, can any one of u give the realtime example for Alpha Testing
What is d difference between Black Box Testing and Functional Testing?