I am new to the field of software testing. I would like to clarify the following basic things:
- As there were different types of testing process, we used to do manually enter testcases and write for an specific web applications...etc
As I currently understand it a tester would do the following types of manual testing
Unit Testing
Integration Testing
System Testing
Automating the process of web applications which we can't done manually (Eg regression testing) we use automation testing
I would like to know, what is the need for automation testing? Can anyone explain to me why automation testing should be used, and what is the need for an automation testing process?