Featured
-
Difference between Boundary Value Analysis and Equivalence Partitioning
Both Boundary Value Analysis and Equivalence Parti
by vinay.kumar -
7 Principles Of Testing
Testing shows presence of defects: Testing identi
by mayank.thapliyal -
Bug life cycle
Below are the state of any bug by which bug goes
by vishwanath.rana
Tags
Integration Testing
Integration Testing
Testing the data flow or the interface between the modules is known as integration testing.
Types of Integration Testing:
Incremental Integration Testing.
Non-Incremental Integration Testing.
Incremental Integ...
Integration Testing Approaches
Integration Testing: In Integration testing, more the one system's modules are combined and tested together to check data flow from one module to another.
Integration Testing Approaches:
1. Big Bang: Where all of the modules are combined toge...