Black-box testing also called behavioral testing, focuses on the functional requirements of the software. That is black box testing enables the software engineer to derive set of input conditions that will fully exercise all functional requirements for a program.
Black-box testing attempts to find error in the following categories:
- Incorrect or missing functions
- Interface errors
- Errors in data structures or external database access.
- Behavior or performance errors.
- Initialization and termination errors.
0 comments:
Post a Comment