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
What is test metric is software testing and what information does it contains?
Q. How do you select product components for validation?What are the contents of QMS?
What are the tools used by a tester while testing?
Can any body worked in QA in Finincail / Trading experience. i appreciate if you ans my some questions.
What is basis path testing?
What is the strategy for automation test plan?
Tell me about any quality efforts you have overseen or implemented.
Mention some of the types of software testing?
what are the tables in testcases?
What is mr and er?
Differentiate ad-hoc testing and exploratory testing?
Explain the types of documents in software quality assurance?
insurance domain interview questions ,i done project on insurance (manual testing)
What are the types of testing can be performed on facebook login page?
What is mr and what information does mr consists of?