Testing Methodology (Testing Techniques):
Basically, there are 2 methods of Testing:
1. Black Box Testing
2. White Box Testing
Note: One more derived method is Grey Box Testing
BLACK BOX TESTING:
Ø It is method of testing in which one will perform testing only on the function part of the application without having the knowledge of structural part.
Ø Usually the Black Box Test engineers will perform.
WHITE BOX (or) GLASS BOX (or) CLEAR BOX TESTING:
Ø It is a method of testing in which one will perform testing on the structural part of the application.
Ø Usually the White Box Tester’s or Developer’s will perform.
Ø
GREY BOX TESTING:
It is method of testing in which one will perform testing on both the functional part as well as structural part of on application.
Ø Usually the Test engineer’s who has the knowledge of structural part will perform.