What is the difference between White Box testing and Unit
Testing?
Answer Posted / lokesh karanam
generally whitebox testing and unit testing are same. in
other side in balckbox testing, functional testing is also
called as unit testing.
defination of unit testing generally:testing the
functionality/output of a perticular unit or block.
In white box testing: developer will check for the each and
every line of code for the exact output.so checking each
and every line like a unit, so called unit testing.
In black box testing: testing team will check for
functionality of an each field or each option/parameter.
each parameter/field is like a block/unit. so we can call
it as unit testing.
finally, there is no industrial standard defination for
these.but the principles are same in both whitebox and
black box testing.
please correct me if i am wroung.......
regards,
lokesh karanam
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How do you determine user soad for a perf test of a Web application?
Can you please explain me how to do testing of an E-insurance project end to end process..
What is the difference between authentication and authorization in web testing?
How can you do the scalability testing?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
how to test the case with 5 combination and inputs
Why performance testing is performed? What are tools of performance testing?
need testing projects where can i find them
How will you do beta testing?
Which are the standards for software test plans?
What is bug severity?
What is software configuration management?
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
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 an exit criteria?