Publication in conference proceedings
Witter: A library for white-box testing of introductory programming algorithms
Afonso Manuel Barral Caniço (Caniço, A. B.); André Santos (Santos, A. L.);
SPLASH-E 2023: Proceedings of the 2023 ACM SIGPLAN International Symposium on SPLASH-E
Year (definitive publication)
2023
Language
English
Country
United States of America
More Information
Web of Science®

Times Cited: 0

(Last checked: 2024-05-11 20:30)

View record in Web of Science®

Scopus

Times Cited: 0

(Last checked: 2024-05-10 09:42)

View record in Scopus

Google Scholar

This publication is not indexed in Google Scholar

Abstract
Software testing is mostly performed in a black-box manner, that is, without incorporating any knowledge of the internal workings of programs into the tests. This practice usually suffices for enterprises and general practitioners, where the focus lies on producing reliable results while most algorithmic tasks are provided by third-party libraries. However, for computer science students and the like, it might not be straightforward to discern the underlying causes of an incorrect test result or to understand why certain algorithmic goals are not met. We present Witter, a software testing library that allows programming educators to define white-box tests for Java source code. Our tests analyze the execution of a method against a reference solution, to verify that the code not only produces correct results but is also in accordance with a desired algorithm behavior.
Acknowledgements
--
Keywords
Programming education,White-box testing,Assessment,Feedback
Funding Records
Funding Reference Funding Entity
UIDB/04466/2020 Fundação para a Ciência e a Tecnologia
UIDP/04466/2020 Fundação para a Ciência e a Tecnologia
Related Projects

This publication is an output of the following project(s):