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 Alpha testing/ Beta testing?
What are all the documents you are going to submit at the time of release as a testlead?
When they freez(baseline) the requirement means in which phase of sdlc
why we go for winrunner ? and when we go for winrunner
If there are Requirements document, we can use traceability matrix to find the test coverage. How to get the test coverage if there are no requirements.
What happens in a web application when you enter all the data and click on submit button suddenly the connection goes off? Where the data will go?
what is positive and negative testing with example?
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
Expain Equivalence Class Partion with an Example?
who will infrom the testers when the build is ready to test from developement side?
How to write Negative test cases?
12 Answers CarrizalSoft Technologies, Infosys, Microsoft, Ybrant Technologies,
What is a test environment?