Tests automation

Application often changes, it is a bad idea to have outdated tests when the application changes. Tests must be updated too. It is a good idea to run tests automatically when the new change is submitted. It is a good idea of not only run tests to know if the application passes or failing these tests, but to make release of a new version of application depending on tests results.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator