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
Different Types Of Software Testing Levels
Testing levels are very important these levels are normally recognize absent sections and stop the overlapping and recurrence between the all phases of development life cycle. As we know that in the software development life cycle models, there a...
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...
Integration testing mehodologies
There are two approaches of Integration Testing:
Big Bang approach
Incremental approach: Incremental approach includes following methods:
a. Top down approach
b. Bottom Up approach
c. Sandwich approach
Big Bang Approach:
In B...
Manual Testing and Stages of Manual Testing
Manual testing The process carried out to test the software defects manually without using any automated tool or script is know as manual testing. In such testing tester plays a role of end an user and test the software application by using ...
Difference between Integration and system testing?
Most of the user gets confused to differentiate between Integration and System testing. The basic difference as per my understanding is as follows:
Integration Testing: To validate whether applications integrated modules or integration with th...