What is the difference between end to end testing and system testing.
2666
22-Mar-2011
Abhaya Kumar Jena
13-May-2013End-to-End Testing is when you take a process from the very beginning all the way to the end – like accepting an order from a customer and then processing that order all the way through fullfilment, accounting and shipping. This is basically exercising an entire “workflow”. Although System Testing is similar, in System Testing you do not have to complete the entire workflow but may exercise individual interfaces one at a time. However by the end of System Testing most test environments will exercise (or should exercise) an entire end-to-end test.
System Testing and End-to-End Testing is very important in your testing efforts and where lots of defects appear because a lot of testers do not take processes all the way through to other systems. The biggest challenge with this type of testing is that you really need a complete system in your QA environment.