which regression testing should be automated code example
Example 1: which regression testing should be automated
Tests which are stable
• Repeated frequently
• Simple and require no tester input are good
candidates for automation
Example 2: effective regression test
The regression tests should be wide and
detailed enough to allow catching defects.
You can also eliminate duplicate test
cases, merge test cases and automated tests as feasible.