Testing Methodology(OR) Testing Techniques

There are 3 methods are there

1.Black Box Testing.
2.White Box Testing.
3.Gray Box Testing.

Black Box Testing:

It is a method of testing in which one will perform testing only on the functional part of an application with out having any structural knowledge. Usually test engineers perform it.



White Box Testing (Or) Glass Box Testing (Or) Clear Box Testing
:

It is a method of testing in which one will perform testing on the structural part of an application. Usually developers are white box testers perform it.


Gray Box Testing:

It is a method of testing in which one will perform testing on both the functional part as well as the structural part of an application.


Note: The Test engineer with structural Knowledge will perform gray box testing.

0 comments: