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
i would like to know the steps to write tsl exception and object exception with a simple example
How to read the third party controls in the application
What do you mean by the logical name of the object.
How do u check FONTS in Login Window?
What all are the different databases winrunner can support?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
How to check the background colour of the screen in WR?
When it is appropriate to change physical description?
What is the purpose of gui map configuration?
How do you identify which files are loaded in the gui map?
How do you handle pop-up exceptions?
soft key for virtual object wizard ?
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
What are the platforms that WinRunner can be used?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?