What is end to end testing and How is it done?

Questions by sumanvanamali

Showing Answers 1 - 4 of 4 Answers

vijay

  • Jun 17th, 2007
 

E2E testing is connecting the entire portal and performing testing, for example application A, B and C are tested separately in system testing when ST is over all this application *A,B and C* are connected and tested to check the stability of the application

  Was this answer useful?  Yes

parul

  • Jun 22nd, 2007
 

End to End testing is done from requirement to report.

  Was this answer useful?  Yes

End-to-end testing is the process of testing transactions or business level products as they pass right through the computer systems. Thus this generally ensures that all aspects of the business are supported by the systems under test.

This ensures that the overall process flows as expected, that is that system components integrate together correctly and that the right information is passed between them.

The process may fail and there could be omissions in the process. Dependencies may not have been identified and incorrect information could be passed between system components and systems. The software may work, but the overall process does not (for example, people order goods, but they are never delivered).

This is also known as end2end testing, end 2 end testing and End-End testing.

End to End Testing can be done through by using different scenarios..

  Was this answer useful?  Yes

Srikant

  • Oct 26th, 2012
 

End-to-End testing is the testing that we carry right from the Requirement analysis phase to User Acceptance phase.
Thus End to end testing comprises of Static as well as dynamic testing techniques. On the dynamic side, the various levels of testing that are considered on an usual basis are Component, Integration, System and Acceptance 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