Estόria: A Framework for Code and Execution Reuse between Test Classes
- 1 Universidade Federal de Santa Catarina, Brazil
Abstract
Manual implementation of test code can lead to maintainability problems such as test code duplication. Strategies to avoid test code duplication and to promote test code reuse exist in the literature. However, it becomes increasingly difficult to apply these strategies as the system evolves and the number of test increases. In this study, we present a novel strategy to reuse test setup code from other test classes without breaking the independency principle of the Test Automation Manifesto. We implemented this strategy in a framework called Estόria. Beyond test code reuse, the framework also enables the reuse of setup execution. Test execution reuse is important because it reduces testing runtime and allows a quicker feedback to test developers. The overall impact in promoting both code and execution reuse of test setup is an improvement in test maintainability and a reduction in testing effort. Experimental results showed a reduction of 47.62% of duplicate test lines using our strategy. In addition, execution reuse allowed to reduce the execution time by a ratio of 8.
DOI: https://doi.org/10.3844/jcssp.2021.90.111
Copyright: © 2021 Lucas Pereira da Silva and Patrícia Vilain. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
- 3,085 Views
- 1,334 Downloads
- 0 Citations
Download
Keywords
- Software Testing
- Test Code
- Test Code Reuse
- Test Execution Reuse
- Fixture
- Fixture Setup
- Test Class