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
what is the difference between toggle checkpoint and checkpoint?
What is the usage of Test case Design Techniques,in Integration/System Testing?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
What are the reasons that winrunner fails to identify gui object?
descriptive program for web application.
what is the testing high level architecture
What is debug mode in Winrunner?
Name the three modes of running the scripts?
What is the extension of gui map file?
How do you find out which is the start up file in winrunner?
how can you explain your Real Estate Project in front of interviewer..? please step by step......
What is the use of test director testing tool?
How should we write and execute a user define function using WinRunner.
How do you handle dynamically changing area of the window in the bitmap checkpoints?
How to break infinite loop?