by Nataliia Vasylyna | January 19, 2016 12:09 pm
TDD is an abbreviation for test driven development. It is the special practice of the code creation used by developers. Not all development teams practice TDD.
One may think that only developers should be aware of TDD, as it does not concern software testing[1]. It is not really so. Test driven development helps the specialists from software testing company to better understand the software and associated tests. It simplifies the execution of acceptance testing[2].
It is important to clarify what specialists take part in TDD and define the main steps of this practice.
Every expert plays his own role and performs the defined tasks of the TDD Cycle.
TDD provides the immediate feedback on the code functioning. This quick feedback loop can be used by testers. In general, test driven development concerns the design of the code.
To perform mobile testing[3], website testing or any other software product testing, the specialists should apply different principles and use various techniques in their work.
Source URL: https://blog.qatestlab.com/2016/01/19/test-driven-development/
Copyright ©2024 QATestLab Blog unless otherwise noted.