Why do you go for White box testing, when Black box testing
is available?
Answers were Sorted based on User's Feedback
Answer / manasa
we will test an application without the knowledge of
internal structure is called black box testing where are
white box testing is with the knowledge of internal
structure.inorder to test the code we have to go for white
box testing as it covers the path,statements and branch.
suggest me if iam wrong
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vijaya
hi friendz,,,
i wud loke to give the answer in my openion:::::::::
Blackbox testing ensures that the application/system works
as per the requirements.
but white box testing is ment for ensuring the all the
possible ways of execution(basic path coverage).
this is
vijayabhaskar83@sifymail.com
plz rectify the answere if its wrong
| Is This Answer Correct ? | 2 Yes | 1 No |
what is the difference between onshore and offshore company
Is there any issue in the site www.allinterview.com?
Good testing tools institute in Bangalore?My name is Vishal V
what is exemption and resumption criteria in test plan?
If we report a bug to the test lead. What is the responsibility of the Test Lead? Why we report a bug to the test lead???
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
What are the stages in the Test Development Life Cycle?
wht is Defect removable efficiency
What will be your approach if a particular script in Load Test fails?
1. what is the test prcoedure that your fallowing in ur organization ? 2.
what is meant by interoperability testing?
write bug name and discrition for following scenario: 1*1=1,2*2=5,3*3=9,4*4=17 using mscalculator ?