what is difference between black box and white box testing?
In most of the companies which tecnique is used
Answer Posted / mfsi_priyankaa
Black Box Testing is a software testing method in which the
internal structure/ design/ implementation of the item being
tested is NOT known to the tester.
White Box Testing is a software testing method in which the
internal structure/ design/ implementation of the item being
tested is known to the tester.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is formal testing?
What is junit & api?
What is bottom-up approach?
why testcases are written and what is the importance?
Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.
what are the status have in QC(Test Management Tool). and how you report?
Explain the advantages of automation over manual testing?
Can any one share the domain knwoldege of Telecom Jeeva jeevachr@gmail.com
What are the different strategies for rollout to end users?
what comments have u given in peer review? tell me at least 3 comments what u have given? july27 brahma412@yahoo.co.in
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
Being an Manual tester, what will be the role or activity in test plan ?
can anyone tell me few critical bugs in ecommerce project.
When do we perform smoke testing?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....