A Review On: Manual Vs. Automated Testing
Keywords:
Software Testing, manual testing, automated testingAbstract
In Software Development Process, Testing is a very important part. It is to verify & change source code. High
quality software produces by Effective Testing. Testing can be done mainly by manually as well as Automated. These two
approaches are complementary of each other: automated testing can perform a more number of tests in less time, whereas
manual testing uses the knowledge of the testing engineer to target testing to the parts of the system. In this paper we
describe advantages and disadvantages of manual and automated testing. Manual testing is a base of automated testing.