The scripts are so complicated that nobody understands them

From Test Automation Patterns
Revision as of 14:10, 24 April 2018 by Cathal (talk | contribs) (Created page with "<div id="content_view" class="wiki" style="display: block"><span style="font-size: 16px">Two issues could suggest patterns to help solve this kind of problem</span><br /> #...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Two issues could suggest patterns to help solve this kind of problem
  1. SORCERER'S APPRENTICE SYNDROME: 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