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
Post a Comment