what is the difference between unit testing,integration
testing and interface testing?
Answer Posted / satish
Unit Testing
------------
In computer programming, unit testing is a procedure used to
validate that individual units of source code are working
properly. A unit is the smallest testable part of an
application.
Integration Testing
-------------------
Integration Testing is the phase of software testing in
which individual software modules are combined and tested as
a group and verify proper communication between the modules.
Interface Testing
-----------------
Interface Testing is not focussed on what the components are
doing but on how they communicate with each other, as
specified in the "System Design".The tests are organized to
check all the interfaces, until all the components have been
built and interfaced to each other producing the whole system.
| Is This Answer Correct ? | 47 Yes | 6 No |
Post New Answer View All Answers
What are the different modes of recording in winrunner?
What is the disadvantage of loading the GUI maps through start up scripts?
How to check property of specific icon is highlighted or not?
what is the testing high level architecture
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
Which function to use to compare the application date with system date?
when start testing
you hae a inbox and got a mail how can you know it is there or not write script.
How to to get the information from the status bar without doing any activity/click on the hyperlink?
What is the purpose of a gui spy?
Where did you learn winrunner and testdirector?
Name the different types of checkpoints?
How do you handle unexpected events and errors?
Explain the purpose of different record methods?