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
How do you configure gui map?
Explain the use of test director software?
What are the two modes of recording?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
How to get the resolution settings?
by useing qtp where the maximum people feeling difficult
Why don’t we normally load the gui maps through start up scripts?
What are the platforms that WinRunner can be used?
What are the virtual objects and how do you learn them?
Difference between winrunner and test director?
When would you use 'set_window' and when would you use 'win_activate'?
What is the purpose of set_window command?
What all are the different databases winrunner can support?
What is boundary test?
Which function to use to compare the application date with system date?