Adjusting tests when application changes

It is not sufficient to write tests once and to say that tests exist. It is necessary to update tests as application changes.

An application may introduce new functionality and new tests must be created. An application may also change, in that case tests may need to be updated. I say may need to be updated, because input and output of the functions may not change.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator