METHODOLOGIES of Software Testing:
There are primarily two methods / techniques of software testing:
1. Black Box Testing is a software testing method in which the internal structure/design/implementation of the item being tested is not known to the tester. These tests can be functional or non-functional, though usually functional. Test design techniques include:
Equivalence partitioning
Boundary Value Analysis
Cause Effect Graphing
2. White Box Testing is a software testing method in which the internal structure/design/implementation of the item being tested is known to the tester. Test design techniques include:
Control flow testing
Data flow testing
Branch testing
Path testing
These methods can be used in various software testing levels and types.


Recent Comments