Code Testing as an Apple of Discord
by Nataliia Vasylyna | July 12, 2016 7:21 am
For a software testing lab, it is a standard practice to let testers with programming skills create and maintain the test code.
It seems logical, but what if a software developer is a better choice for this job than a software tester? Developers can make proper modifications to the test code every time they change the production code. The test code will be in good hands, and testers will be able to simply run automated test scripts[1] and observe the results. Wouldn’t it be more efficient? Not necessarily.
Why Should the Test Code Be Handled by Testers?
- Testers know better what to expect from the test code, what scenarios to take into account and how to make it work specifically for testing, not for production.
- To get more from automated software testing or mobile testing[2] and interpret the test results in an effective manner, testers should understand how these results are received.
- Testers are most likely to run unit tests against their code in order to keep it in good condition. Developers, on the contrary, may think that unit testing[3] is required only for the production code.
- The test code is always a priority for testers, but for developers it may be just a distraction from writing the production code. This may result in low quality and poor prioritization.
To cut a long story short, the idea of developers handling the test code is not a win-win. However, if a company successfully masters this approach, there is no need to change the course.
Learn more from QATestLab
Related Posts:
- How to save money for buying a new car by measuring code coverage[4]
- Grandeur and Beauty of Automated Scripts[5]
Endnotes:- automated test scripts: https://qatestlab.com/services/We-Are-Professionals-in/automated-testing/
- mobile testing: http://mobile.qatestlab.com/
- unit testing: https://qatestlab.com/services/Step-by-Step/Unit-Testing/
- How to save money for buying a new car by measuring code coverage: https://blog.qatestlab.com/2019/10/10/measure-code-coverage/
- Grandeur and Beauty of Automated Scripts: https://blog.qatestlab.com/2016/05/24/automated-test-code/
Source URL: https://blog.qatestlab.com/2016/07/12/test-code-problem/
Copyright ©2024 QATestLab Blog unless otherwise noted.