automated testing

Automation Testing means using an automation tool to execute your test case suite. The automation software can also enter test data into the System Under Test , compare expected and actual results and generate detailed test reports

Automated software testing is important due to following reasons:

  • 1.Automation does not require Human intervention. You can run automated test unattended (overnight)
  • 2.Automation increases speed of test execution
  • 3.Automation helps increase Test Coverage