What is 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.

Showing Answers 1 - 10 of 10 Answers

vijayalakshmi

  • Dec 5th, 2005
 

It is also called as system testing.Testing the whole application for validation,Data integrity etc..

  Was this answer useful?  Yes

Chandrakant Shivankar

  • Dec 13th, 2005
 

End-to-End testing means testing system unser observation right from origination till end. It involves testing the complete business cycle.

For example, let's take a case of Pizza delivery system. It primarily involves following subsystems

1> Order placing

2> Bill generation

3> Delivery

out of these three primary systems we can test for 1> & 2> by using any testing teschnique 3> is not testable as it is a manual process where the pizza delivery boy has to manually deliver the pizza at you doorstep.

End-to-End testing encompasses complete STLC right from requirement capturing to final delivery.

  Was this answer useful?  Yes

sudhakar2068

  • Sep 14th, 2006
 

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.

If you have doubts can ask me.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.

  Was this answer useful?  Yes

Sujatars

  • Mar 22nd, 2007
 

Testing the entire 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.

  Was this answer useful?  Yes

monacamg

  • May 7th, 2008
 

How we do End to End testing. this manual testing or Automatic testing. which tool (MQC) we use for this testing.

  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