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 quality assurance? What types of testing do testers perform?What ifs the difference between defect, error, bug, failure, fault?
What is the diff b/w Quality Assurence and Quality Control ?..
11 Answers FIC, Visualize Technology,
What is the difference between testing and Quality Assurance?
What is the difference between black box and white box testing?
waht is the difference b/w test caes and test data?
How do you determine which piece of software require how much testing?
What is the Use of Bug Tracking Tools.? what are the common and Importent Fields in any Bug Tracking Tool?
Suggest me MCQ book for Software testing
What is automation Framework?
3 Answers BeBo Technologies, BroadSoft, Coinstar, CSS Corp, Infosys, Microsoft,
if I HAVE 500 TEST CASES ON WHAT BASES I EXECUTE THEM OR PRIORTIZE IT
What are the other test cases apart from functional test cases u write. I told sanity and resgression test case.Then He asked what u cover in sanity test cases and give with example...
Can anybody give answer for WHAT IS THE MEANING OF TRANSACTION BASED TESTING WITH EXAMPLE