What is the differnce between system testing and end-to-end testing?

Showing Answers 1 - 9 of 9 Answers

devi

  • Sep 1st, 2006
 

hi,

system testing is meant for testing the performance of the application apart from the functional behaviour,in the real time like envt simulated in the testing lab.

end to end testing is mainly functionality testing,to check whether all the components are involved properly to perform a complete transaction

  Was this answer useful?  Yes

Guest

  • Sep 3rd, 2006
 

Definition(1)System testing:System testing is the process of attempting to demonstrate that a program.Is performed by a testing group before the product is made available to customers.It can begin after unit and Integration testing.

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

 Definiton(3)System testing:Testing conducted on a complete, integrated system to evaluate the system's compliance with its specified requirements

end to end testing: Complete end to end testing that optimizes business processes

sudhakar kolla.

my number is :09819859346.

 

Guest

  • Sep 3rd, 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: A test of the ability of a system to transmit data to a receiving system through an intermediary.


Sudhakar Kolla

  Was this answer useful?  Yes

karthik

  • Oct 3rd, 2006
 

SYSTEM TESTING: Testing the over all application in given platform is known as System testing . We wont go for testing by modules and modules

END TO END TESTING: Testing the application by giving appropriate inputs and checking whether outputs are given out

 

  Was this answer useful?  Yes

sudhakar2068

  • Oct 5th, 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

sudhakar kolla.

ganesh_s

  • Aug 17th, 2007
 

System Testing: Black box type testing that is based on overall requirement specification covers all combined part of system

Functional Testing: Black box testing aimed to validated to functional requirement of an application; this type of testing should be done by the tester.

  Was this answer useful?  Yes

System testing: considering the total application as a component and verifying how this component is interacting with other components (like OS, Word, etc).

End to End Testing:
is a series of events with end to end transactions from a business point of view

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