1. Manual Testing is time consuming.
Automation Testing is Quick.
2. Manual Testing is not expensive.
Automation Testing is expensive as automation tools needs to be purchased
and licence has to be renewed on regular basis.
3. In Manual Testing we make test cases.
In automation we make scripts.
4. In Manual Testing we have to perform steps repeatedly.
In Automation code or script can be reused.