Task 3
1) Difference between system testing, integration testing and End to End testing? system testing : System testing done by a professional testing agent on the completed software product before it is introduced to the market. It is a black box technique Different Types of System Testing: usability testing regression testing load testing recovery testing Integration testing: INTEGRATION TESTING is a level of software testing where individual units / components are combined and tested as a group. The purpose of this level of testing is to expose faults in the interaction between integrated units. It is a white box testing technique. End to End testing: It test from beginning to ending End-to-End testing is also called Chain Testing . End to End Testing is usually executed after functional and system testing The following diagram gives an overview of the End to End testing process. 2) Difference between regression, sanity an...