Fixture Setup through Object Notation for Implicit Test Fixtures
- 1 Federal University of Santa Catarina, Brazil
Abstract
This paper presents an approach to the development of fixture setup code through an objects notation that is applied on implicit test fixtures. This approach is integrated with a management mechanism to call the fixture setup code from the JUnit test framework. The objective of this work is to enable the reuse of fixtures across multiple test classes avoiding the management and the creation of fixtures within the test itself. The evaluation of this proposal was performed during test-driven development of a Web-based system. Results present approximately 190 fixture setups with a reutilization average of about 13 times, observed in an analysis with 2200 h of development. Initial results show the growing reutilization of fixture setups during test development, with significant test code volume reduction.
DOI: https://doi.org/10.3844/jcssp.2015.794.803
Copyright: © 2015 Douglas Hiura Longo, Beatriz Wilges, Patrícia Vilain and Renato Cislaghi. 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,425 Views
- 2,491 Downloads
- 5 Citations
Download
Keywords
- Fixture Setup
- Test Fixture
- JUnit
- Test-Driven Development
- Object Notation