what is the similarity between black box testing and unit
testing
Answer Posted / sudhananda reddy
Unit testing comes in to whitebox testing.
in Unit Testing the developer checks that all loops and
conditions in each program are working correctly or not.i.e
they check internal logic of the code. we do not involve in
this.
in black box testing we do not check internal logic.we
concentrate on external functionality only. developer
doesn't involve in this.
i think u got my point. if not Ping me..
sudhanandareddy@gmail.com
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
When new application ready to test than whats your testing strategies?
What is common interface?
What is the test harness?
please send me database stored procedure checklist.
Hi I am searching job please send some details abuot ERP project and real time test plan,traceability report,test case if any relate to erp project Please help me out to get a job in testing.my email address is chiku_69@yahoo.in Thank u
what are the 3 test tool categories and describe what each can do.
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
How soon the bug should get fixed?
1. what is baseline document , can you say any two ?
What's the relationship between environment reality and test phases?
What does a manual tester need to become proficient with db testing?
Write 2 scenarios for Integration testing? Please let me know its urgent.
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....