Between Manual Testing or Automated Testing which approach is better to test the application?
Manish Dwivedi
Select an image from your device to upload
They have their own merits and demerits
1. Automation testing cannot perform user interface testing( like mostly we cannot test how user friendly the application is, typo mistakes, cosmetic bugs cannot b identified by automation)
2. Automation is recommended for Regression testing. Once the test steps are recorded it can be executed as many times required.
3. Automation is recommended for Performance testing also. Though some tools are expensive they are effort able for mnc’s J and we can down load some free trial tools as well.