What is the difference between system integration testing and end-to-end testing? With examples pls
Answer Posted / 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 |
Post New Answer View All Answers
Where I can get ITB/ISTQB sample question paper?
What are the challenges you faced related to production environment bug?
How can you introduce new software qa processes to an existing organization?
What do you like most about Quality Assurance/Testing?
What is context driven testing?
Tell me in which of the software testing phase is qa involved & qc not involved?
Do anybody have any idea about the testing tools related to client-server apllications( for banking application or products ).Kindly tell me both open source and licensed tools. Thanks in advanceRegards
How do you audit configuration management
What is conformance testing?
what approach do you folllow in writing test cases?
Explain insurance project modules,and what we need to test on which functionality?
What is the difference between quality assurance and software testing?
What are the tables in testplans and testcases?
What is mr and what information does mr consists of?
Can Parrto Principle be used in Quality Assurance and testing?