TY - JOUR AU - da Silva, Lucas Pereira AU - Vilain, Patrícia PY - 2021 TI - Estόria: A Framework for Code and Execution Reuse between Test Classes JF - Journal of Computer Science VL - 17 IS - 2 DO - 10.3844/jcssp.2021.90.111 UR - https://thescipub.com/abstract/jcssp.2021.90.111 AB - 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.