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 are the modes of script recording in winrunner ?
write a compilemodule function for loginscreen.
Explain the purpose of gui map configuration?
What information is contained in the checklist file?
How to do text matching?
Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.
can i get apex technologies interview questions in testing
How do you find out which is the start up file in winrunner?
How do you configure gui map?
How do u check FONTS in Login Window?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
What in contained in the GUI map?
What is the purpose of regexp_label property?
what is the testing high level architecture
i would like to know the steps to write tsl exception and object exception with a simple example