How not to Go Wrong With Automated Testing?
by Nataliia Vasylyna | November 19, 2014 10:00 am
Automation has become widely utilized in course of web site testing, desktop testing and mobile application testing. It is an acknowledged method of increasing efficiency of a testing process.
Unfortunately, some managers do not understand what tests should and what shouldn’t be automated. They are guided by the thought that any tests can be automated. It is true, but automation of only certain tests increases efficiency of the project.
Before Proceeding to Automating Tests it is Necessary:
- to determine what tests are to be automated, as a rule, functional testing, security testing, load testing, regression testing are suitable for this;
- make sure that automation is not applied to tests that must be performed manually, for example, usability testing, exploratory testing, user acceptance testing;
- evaluate the scope of automation and the available resources;
- consider available tools, skills and experience of the staff, complexity of the system, peculiarities of the development process and test environment;
- calculate expenses on the automation and evaluate its expediency for the project;
- take into account maintenance of the automated tests; this work is usually done manually, if it is too labor-consuming, it decreases efficiency of the automated tests.
Automation gives considerable benefits, if it is applied appropriately, and it can make the project unprofitable or even fail, if it is applied to the wrong tests, without proper evaluations and preparation.
Learn more from QATestLab
Related Posts:
- When Does Your Project Need Test Automation?[1]
- Automate or not Automate – That Is the Question![2]
- Software Test Automation: Problems and Tips[3]
Endnotes:- When Does Your Project Need Test Automation?: https://blog.qatestlab.com/2023/04/12/when-automate-testing/
- Automate or not Automate – That Is the Question!: https://blog.qatestlab.com/2017/02/16/automation-principle-approach/
- Software Test Automation: Problems and Tips: https://blog.qatestlab.com/2017/01/04/automation-problems-tips/
Source URL: https://blog.qatestlab.com/2014/11/19/how-not-to-go-wrong-with-automated-testing/
Copyright ©2024 QATestLab Blog unless otherwise noted.