What is Difference between White-box Testing and Unit
testing?
Answer Posted / saranya rajaram
White Box testing is a testing technique.
Unit testing is a testing level.
White box testing technique is used in unit testing level.
Its because,in Unit testing we test the individual
module logic(Code).White box testing is atechnique used to
test the code.so we use white box testing in unit testing
level...
| Is This Answer Correct ? | 29 Yes | 3 No |
Post New Answer View All Answers
What are tools of performance testing?
Hi I want to start online training couses for testing Any body plz help me out how to start the online courses Plz post the answer here or send me a mail for kommineni.1020@gmail.com
What are the types of maintenance?
Please anyone give answers for all below questions and help ? realtimers please and please share your knowledge.lot of questions left unanswered.
can u plz give an example for regression testing with example.
Difference between Re-testing and Regression testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
what are the Cs in testing
please give information about ERP Projects and how V-model use in project
What is security Hole ? Is this possible Some one can acess any of restricted page (like admin side)? How you test this previllaze?
What is fuzz testing?
What is defect validity ratio?
Inwhat basis the time is allocated for testing the application?
Can automation testing replace manual testing?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.