What is Manual Testing

https://www.youtube.com/watch?v=FeihVtO8GBM

  • Manual Testing is a process carried by testing team to find the defects  and to confirm that application works as per the requirements.

  • Testers manually execute test cases without using any automation tools.

  • Tester plays an important role as end user and verify all features of the application work as per requirements.

  • Identify any unexpected behavior or bug

  • 100% automation is impossible

  • In Manual testing the designed test cases or test scenarios will be executed and any differences between actual and expected results are reported as defects. Once the reported defects are fixed, the testers will retest the defect to make sure that the defects are fixed It is preferable to execute User Interface test cases using manual testing.

  • Manual testing is slower than automation. Running tests manually can be very time consuming.

Comments

Popular posts from this blog

What is unit testing

Regression Testing