What is Difference between White-box Testing and Unit
testing?
Answer Posted / sunithayagnamurthy
whitebox testing:
whitebox testing means to test the internal
functionality.it test coding....Every whitebox tester
should have coding knowledge.....
Unit testing:
Unit testing means to test the module wise
testing ..It test single pice of code or module....
some times it test whitebox test engineer or developer
Unittesting contains fallowing coverages
1.statment coverage
2.Loop coverage
3.branch coverage
4.functional coverage
statment coverage:
This statment test the statment is correct
or not
loop coverage: this statment test the loop is correctly
working or not like if,while ,whileloop etc
branch stament :this statment test the conditional statment
working correctly or not
functional coverage: the functional staments working
correctly or not
this is the unit testing
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
what is the difference between section & test feature in test case documention?
what types of bugs will we find out in banking projects
HI GUYS,, I HAVE 3 YEARS OF EXP IN MANUAL TESTING...NEXT MONTH ONWARDS I WORK FOR MOBILE TESTING....PLS SUGGEST ME WHAT I LEARN FOR TRAING,, MOBILE TESTING OR ANDROID....FOR MOBILE TESTERS NEED ANDROID(IFONE) DEVOLOPMENT KNOWLEDGE OR NOT? EXPLAIN CLEARLY
14.What is function point breakdown?
I have 2+ year of work exp in manual testing and i have good knowledge in QTP.anybody have requirement in your company please please tell me
What is an end-to-end testing?
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
What is common interface?
What is the first test in software testing process?
how will you test transfer funds module...explain in detail
What are the principles of software testing?
date format and we should 8 digits - not accepted only /accepted write how many in test cases in the date format valid , and in valid
Negative test cases for phone camera
How to find bug in photos and videos ??
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance