what is the difference between unit testing,integration
testing and interface testing?

Answer Posted / navneet likhar

The big difference between the two testing methodologies is
that unit testing focuses on the internal logic of one
procedure, and integration testing tries to identify
problems that might happen when one procedure (the parent or
"outer" procedure) calls another procedure (the child or
"inner" procedure). Another important difference is that
integration testing usually follows unit testing. After
ridding two or more procedures of any internal defects, you
can integration-test the procedures by checking for defects
in the outer procedure's call statements and in any data or
error messages the inner procedure returns to the outer
procedure.

Is This Answer Correct ?    21 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you select multiple objects during merging the files?

704


What are the virtual objects and how do you learn them?

730


How do you handle tsl exceptions?

698


What happens when the gui map file get loaded?

674


What is boundary test?

657






What is tsl? What 4gl is it similar too?

768


Without the gui map, use the phy desc directly?

616


plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?

2080


What is the purpose of regexp_label property?

603


How do you clear a gui map files?

678


What is the extension of gui map file?

736


What in contained in the GUI map?

625


how can you explain your Real Estate Project in front of interviewer..? please step by step......

1158


How to get the resolution settings?

600


what is the testing high level architecture

2401