Software Testing Techniques
Software TestingTesting is a process to find bugs, find them as early as possible, and make sure they get fixed. Testing Types1. White box testing (Also known as Clear Box Testing, Glass Box Testing, Open Box Testing, and Structural Testing): Used to test internal-based applications.2. Black box testing (Also known as Skin Box Testing, Closed Box Testing, and Behavioral Testing): Used to test functional-based or requirement-based applications.3. Gray box testing: Used to test web applications. It is a combination of both White box & Black box testing. Testing Techniques (Testing approach) The most popular Black box testing techniques are:1. Equivalence Partitioning2. Boundary Value Analysis3.…
