Thursday 10 May 2012

Difference Between System Testing and End to End Testing

System Testing: In System testing, we will test the functional, performance and usability of the software. This includes stress, usability and performance testing. For Example, if we are testing a web application, we will check if the website is performing correctly as per the software requirements or not.

End to End Testing:  End to end testing means testing the flow of the functionality of the software from start point to end point. For Example, checking whether the functionality of web application from starting to end.

1 comment:

  1. To add extra on End to End testing: It is a testing complete environment in a situation that mimics real world use, such as interaction with MS SQL server 2008.

    ReplyDelete