What is the difference between system integration testing and end-to-end testing? With examples pls
Answer / ajit singh
System Integration testing is to ensure that software modules functionally correct after integration.
Example
So let's say you're developing a system A (e.g., online shop) that interacts with external (i.e., not under your control) system B (e.g., PayPal).
Testing whole system A you may verify whether it does what is was requested to, e.g., you are able to select and order a product (system A tests). You may also focus on integration problems here, e.g., because system A integrates backend with frontend (UI). For instance, how frontend behaves when backend is down or backend response is delayed?
Testing A integrated with B you may focus on different problems. You may verify whether after ordering a product money were transferred from your PayPal account to shop account (functionality). This is system C tests. You may also check what will happen when your online shop does not pass (optional) description in payment request to PayPal (more about integration). I would call this system C integration tests.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is crud testing and how to test crud?
what is the diff b/w web, window,desktop and client server application testing?
what is angle testing
what kind of issues do u think a QA team might face if sw is built incorrectly?
Can any one send the Basic Consepts of DB Testing? Which Type of Quarres are Frequently used in the DB Testing? If any one have those please reply..
why ur looking for change
Can you suggest a test system with interactive desktops, live dashboards, and instant communication features?
What's the role of documentation in QA
Can anybody help me what is the diff between CMM,SEI,PCMM and six sigma?
how can we explain for "what is STLC(software test life cycle)
What is software process?
As a tester, what is the final report u submitted to ur customer? please write it in tabular form