The scripts are so complicated that nobody understands them

From Test Automation Patterns
Revision as of 14:21, 30 June 2018 by Seretta (talk | contribs)
Jump to navigation Jump to search
Two issues could suggest patterns to help solve this kind of problem
  1. ''MANUAL MIMICRY'': if your scripts are complicated because they mimic manual test execution
  2. ''OBSCURE TESTS'': if the scripts are not modular, undocumented and much too long

Return to Refactoring the automation scripts