|
![]() ![]() ![]() ![]() ![]() |
Einige Zitate aus dem Buch von Glenford Myers, ``The Art of Software Testing'':
![]() | ``Testing is the process of executing a program with the
intent of finding errors.''
|
![]() | ``A good test case is one that has a high probability of
detecting an as-yet undiscovered error.''
|
![]() | ``A successful test case is one that finds an error.
An unsuccessful test case is one that causes a program
to produce the correct result.''
|
![]() | ``One should start with the assumption that the program
contains errors and then test the program to find as many
of the errors as possible.''
|
Erste Schlußfolgerungen:
![]() | Testen ist ein destruktiver Prozeß.
|
![]() | Der Aufwand, der in die Entwicklung von Tests
fließt, zahlt sich aus, wenn genügend Fehler
gefunden werden, deren Behebung später sehr
viel teuer kommen würden (z.B. nach Auslieferung
eines Software-Produkts).
|
![]() | Tests erlauben es, die Existenz von Fehlern
nachzuweisen, jedoch nicht die Korrektheit eines
Programms.
|
![]() ![]() ![]() ![]() ![]() |
Copyright © 2004, 2005 Andreas Borchert, in HTML konvertiert am 18.02.2005 |