Content deleted Content added
No edit summary |
No edit summary |
||
Line 4:
Formally, some systems are testable, and some are not. This classification can be achieved by noticing that, to be testable,
for a functionality of the system under test "S",
which takes input "I", a Computable
This function "V" is known as the verification function for the system with input I.
Many software systems are untestable, or not immediately testable. For example, googles
Recaptcha, however, can be immediately tested if for each image shown, there is a tag stored elsewhere. Given this meta information, one can test the system.
|