Please enable JavaScript.
Coggle requires JavaScript to display documents.
7 .Software testing (Defect Discovery (Who? (Lines of code, User…
7 .Software testing
-
-
-
Parameters in Testing
-
-
Corner case
An error or failure that is caused by combination of parameters that together create a failure, but by themselves do not (hard to test)
-
-
Box testing
Black box testing
Black box testing treats the software as a black box, that is we give the software an input and expect an output
The internal structure and design of the software may not be known and is not necessary to greatest test cases
Data driven, input/output driven and requirements driven testing are terms also used for black box testing
-
-
-
-
-