REPETITIOUS TESTS

From Test Automation Patterns
Revision as of 08:50, 30 April 2018 by Seretta (talk | contribs) (Topic titles in capital letters)
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