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
Explain the difference between alpha testing and beta testing.
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
when do you escalte issue to your manager?
WHAT IS PROTOCAL TESTING..EXPLAIN? L2, L3 PROTOCALS TESTING MEANS WHAT?EXPLAIN BRIEFLY
What is a bug triage?
What is Test Design?
What is a test scenario?
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
Explain what is exhaustive testing?
how we write test cases to brs,srs,hlds,llds
What is a testing process / lifecycle?
Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
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
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc