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
Name the three modes of running the scripts?
How do you identify which files are loaded in the gui map?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
What is the XML test cases creation?
Explain the purpose of different record methods?
What Framework is suitable to validate the Login screen.
Explain data parameterization in winrunner?
How do you maintain the document information of the test scripts?
What is the purpose of the temp GUI map file?
Why don’t we normally load the gui maps through start up scripts?
What is parameterizing?
What is the extension of gui map file?
Where do you found that you can't use winrunner for automation?
What is the usage of Test case Design Techniques,in Integration/System Testing?
What is debug mode in Winrunner?