Automation Testing
Automation Testing
Software Test Automation is the process of automating the steps of manual test cases using an automation tool
Avoids Human Errors Test Automation is a way of storing knowledge Can be used as proof of completion of Testing Test report can be automatically written to a customized report page which will ensure accuracy of the report. The very important advantage of automation testing over manual testing is, execution speed. Facility of Scheduling Testing Task The functional test automation scripts will be useful for doing performance testing also. Very useful in regression testing. Also helps in comparing the difference between previous and new version
Can use Java, .Net, Perl, PHP, Python, and Ruby Does not support QC, supports Bromine
Tricky setup; dreary errors diagnosis; can not test client server applications
Costing involved
Thank you