Answers for "which regression testing should be automated"

1

which regression testing should be automated

Tests which are stable
• Repeated frequently
• Simple and require no tester input are good
candidates for automation
Posted by: Guest on January-28-2021
-1

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.
Posted by: Guest on January-28-2021

Code answers related to "which regression testing should be automated"

Browse Popular Code Answers by Language