Maintenance expectations not met

From Test Automation Patterns
Revision as of 10:36, 27 September 2018 by Seretta (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Please select what you think is the main reason for the maintenance expectations not being met:

  1. Maintenance costs too high. Maintenance of the automation is (considered) too expensive.
  2. Not reusing existing data or other problems with test data.
  3. Other people have trouble understanding what the tests are, what the scripts do, how the automation works etc. The issue to look at is INADEQUATE DOCUMENTATION.
  4. You have written all your scripts in the language and structure of your current tool, but that tool is no longer appropriate for you. The issue you should look up is TOOL DEPENDENCY.
  5. Documentation is non-existent, so only the developer of the automation can work with it. The issue OBSCURE TESTS will give you a good start on how to solve this problem.
  6. It's difficult to pair the automated scripts to the correct release of the Software Under Test (SUT). Look up the issue INADEQUATE REVISION CONTROL for suggestions.


Return to Improve or revive test automation