When should you not automate tests?
Tests that should not be automated include the following:
- Usability tests are conducted by users (tests that require a user to respond as to how easy the app is to use).
- You will only perform these tests once.
- This is a test that must be completed as soon as possible.