Posts filed under ‘Test’
Unit Testing: Examples, Concepts and Frameworks
“Testing is the process of executing a program with the intent of finding errors” (Myers)
“Testing can show the presence of bugs, but not the absence” (Dijkstra)
A good test case is one that has a high probability of detecting an as yet undiscovered error or a successful test case is one that detects an as yet undiscovered error (Myers).







Recent Comments