Why Automated Testing?
Automated software testing is important due to following reasons:
Manual Testing of all work flows, all fields , all negative scenarios is time and cost consuming
It i... View MoreWhy Automated Testing?
Automated software testing is important due to following reasons:
Manual Testing of all work flows, all fields , all negative scenarios is time and cost consuming
It is difficult to test for multi lingual sites manually
Automation does not require Human intervention. You can run automated test unattended (overnight)
Automation increases speed of test execution
Automation helps increase Test Coverage
Manual Testing can become boring and hence error prone.