Can we automate all test cases?
Because automating all testing is unfeasible, it’s critical to figure out which test cases should be automated first. The value of automated testing is proportional to the number of times a test may be run. Manual testing is ideal for tests that are only conducted a few times.
Priority test cases that can be automated include: Unit testing, Integration testing, Functional testing.