HYBRID TESTING - H2kinfosys
We all know about the integration testing in that we test the standalone modules which are combined and tested as a single entity. There are two popular types of integration testing one is top down approach another one is bottom up approach. In hybrid testing we use the advantages of top down and bottom up approaches and the test is done by using both techniques. This is also known as sandwich testing. hybrid testing The features of Hybrid testing are: It has three layers namely: The main target layer, the layer above the target layer and the layer below the target layer. The testing is focused on the middle level target layer and is selected based on the characteristics of the structure of the code Hybrid testing is adopted if the user wants to work on the working version of the application as soon as possible determine to produce the basic working system in the earlier stages of the development cycle. The main objective of hybrid approach is to create the proc...