Software testing can be viewed as an important part of Software Quality Assurance (SQA) process
Black Box Testing: It treats the software as "black box", without any knowledge of internal implementation. Specification based testing which is a part of black box testing, tests the functionality of the software without considering the code.
White Box Testing: In Contrast to black box testing, has access to the code, internal data structures and algorithms.
0 comments:
Post a Comment