What is the difference between System Testing & End- to- end Testing?

Questions by sadasivarao.p

Showing Answers 1 - 4 of 4 Answers

tagro82

  • Mar 19th, 2006
 

System testing is testing the system as the whole i.e whether the system is working fine while end to end testing is testing the system from requirement phase to delivery phase

  Was this answer useful?  Yes

ggkmca

  • Apr 25th, 2006
 

System testing is a black-box type testing that is based on overall requirements specifications; covers all combined parts of a system. End-to-end testing is similar to system testing; the 'macro' end of the test scale; involves testing of a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate.Hope this would help you in knowing the difference.Gopi Krishna

  Was this answer useful?  Yes

sudhakar2068

  • Sep 25th, 2006
 

System Testing: Testing that attempts to discover defects that are properties of the entire system rather than of its individual components.

End-to-End testing: Testing a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate.

sudhakar kolla.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.

  Was this answer useful?  Yes

rahuld303

  • Apr 7th, 2009
 

E2E Testing or End - to - End testing comprises of testing the complete life
cycle by integrating all the systems / components together of an area / domain.
Values are passed from upstream components to downstream components. Once the
test case has completed the full journey, it is considered complete and if it
satisfies the specifications / conditions it is a pass, else a fail.


System testing is testing 1 system / component thoroughly. In system testing
stubs play an important role in emulating the E2E journey but importance is
given to a specific system / component.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions