What is the exact difference between Integration & System
testing, give me examples with your project.
Answers were Sorted based on User's Feedback
Integration testing starts after completing of unit
testing.It validates the interaction between grouped
components.It identifies the bugs which can not be
identified at individual testing of
component,submodule,module.
System testing starts after completing of integration
testing.Performance testing,load testing,stress
testing,compatability testing,security testing etc come
under System testing.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / naresh babu
INTEGRATION TESTING:
An orderly progession of testing in which
software components or hardware components or both are
combined and tested until the entire system has been
integrated
SYSTEM TESTING:
The process of testing an integrated hardware
and software system to verify that the system meets its
specified requriments
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / suresh
Integraion system means.. combining the modules together and
testing inorder to validate the design..i.e to found design
errors where as system testing is one which is testing the
whole system inorder to validate the requirements..
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / nashokn
what suresh said is correct Integraion system means.. to
check how the intergrated modules are co-existing with each
other.
System testing means checking the whole requirements.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / satish
INTEGRATION TESTING:
1. The main focus is testingthe data flow across the
integrated modules.
2. Integrationtesting can be conducted if two modules are
integrated together among say 5
SYSTEM TESTING:
checking the whole requirements end to end.
It required all the modules to be integrated and then only
one can perform System testing
| Is This Answer Correct ? | 2 Yes | 0 No |
How to handle exceptions in for loop of DDT script.
what is the winrunner framework?
How do you find out which is the start up file in winrunner?
Can any one plz tell me any site where i could find some free testing tools like winrunner,load runner etc.plz reply on my mail if possible.Regards nitin9360@gmail.com
What does the function represents TL_EXIT and T_EXIT ?
2 Answers PowerNet Technologies,
what happens when the script is executed in verify mode
Can we run WinRunner scripts on the backend?
can i get apex technologies interview questions in testing
What is GapAnalysis? i am not getting the coorct answer for this question still now.
how to write the pass or fail message in winrunner for eg: in QTP we can write like "Reporter.reportEvenr,micDon,"Test Test pass"
Is 'public' allowed inside of the function declarations?
What is the purpose of set_window command?