Monday, May 26, 2008

Testing Techniques

Testing Techniques

Black-Box testing technique:
This technique is used for testing based solely on analysis of
requirements (specification, user documentation.). Also known as functional
testing.

White-Box testing technique:
This technique us used for testing based on analysis of internal
logic (design, code, etc.)(But expected results still come requirements).
Also known as Structural testing.


No comments: