REPETITIOUS TESTS

From Test Automation Patterns
Revision as of 15:54, 4 April 2018 by Cathal (talk | contribs) (Created page with "<div id="content_view" class="wiki" style="display: block"><span style="font-size: 14px">.........................................................................................")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.................................................................................................................Main Page / Back to Design Issues / Back to Test Automation Issues

Issue summary

Test cases repeat the same actions on different data

Category

Design

Examples

  1. Test cases have the same structure, for instance entering a customer with his address, but use different values


Questions


Are the test cases really similar?

Resolving Patterns

Most recommended:

  • DATA-DRIVEN TESTING: this pattern is one of the most applied on the field (even if nobody knows that it's a pattern!)


Other useful patterns:


.................................................................................................................Main Page / Back to Design Issues / Back to Test Automation Issues