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
Tell me in which of the software testing phase is qa involved & qc not involved?
Hi every body i am going to take the ISTQB Foundation level Exam on March 21th 2010, Could any one send some list of question papers and latest Dumps to My mail id: (saran_loyola05@yahoo.co.in). Advance thanks. Regards, Saran
What is boundary testing?
Give me example of automate the regression test suite ........Thanks...
How would you prepare the test plan without srs?
What is agile testing and what is the importance of agile testing?
What is difference between retesting and regression testing?
is possible smart identification through descriptive Programing
What are the various tools you have used in testing process?
Describe the benefits of agile testing.
How does a server or client environment affect software testing?
Define test strategy.
Tell me about any quality efforts you have overseen or implemented.
Is automating some test case is important? What about the maintenance? When will automated test become uneffective?
How to design test cases?