what is system integration testing and component integration
testing?
Answers were Sorted based on User's Feedback
Answer / saff
system integration testing isthe the testing done after the
integration of the modules asthey r deveoped
where as component testing means testing done to verify
that system is communicating with different components
properly
componet maybe a h/w or other s/w
| Is This Answer Correct ? | 13 Yes | 2 No |
There are the two types of integration testing.
Component Integration testing means u will integrate one or more components & test them to check how there interfaces work when integrated e.g data flow between two modules.
System Integration testing is done when Ur integrating more than one separate systems to build the legacy systems.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / umesh
system intigration testing- testing the end to end business
scenarios with environment just similar to the production
environment
component intigration testing -testing the dataflow betwin
two mudules
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sitam jana
System Integration testing is testing the integration of systems and packages; testing interfaces to external organizations.
It generally happens after completion of system testing.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / tarun
component integration testing:- Testing performed to expose defects in the interfaces and interaction between integrated components.
system integration testing: Testing the integration of systems and packages; testing interfaces to external organizations (e.g. Electronic Data Interchange, Internet).
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the difference between testing methodology and testing techniques?
what is CMM Explain the difference between adhoc and smoke testing explain Bug life cycle Explian STLC What is severity and priority and example of highseverity and low priority
how to report a bug to the developer?What is the structure of Bug tracking?
Who design the test case templates?
Guys, can any one of u give the realtime example for Integration Testing
There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?
differnce between testing life cycle and bug life cycle?
What are the baselined document needed to create Test case,Integration TEst case, System test case, Acceptance test case?
What is the difference between Client server and web based systems?
What is the difference between Smoke testing & Sanity Testing?
What is the difference between Functional and Technical bugs? Give an example for each.
4 Answers Geometric Software, TR,
What is the use of doing cookie testing(enable or disable)for web applications?What will happen if u enable or disable the cookies?