@inproceedings{ec4ad09127ee4ca5828db4e4188bd9ff,
title = "A proposal of test code generation tool for Java programming learning assistant system",
abstract = "To advance Java programming educations, we have developed the Java programming learning assistant system (JPLAS) that can verify the correctness of the code from a student automatically using the test-driven development (TDD) method. Then, to register a new assignment in JPLAS, teachers are required to write the test code in addition to the reference source code. Unfortunately, most teachers at schools are not accustomed to writing test codes. In this paper, we propose a test code generation tool that automatically generates the test cases from the reference source code by extracting the outputs for given inputs using functions in JUnit. As assignments for Java novice students, the code that contains standard inputs/outputs is emphasized. For evaluation, we collected 97 codes containing standard inputs/outputs from Java programming text books or Web sites. The experimental result has shown that the proposed tool correctly generated the test codes for them except for one code using a random generator.",
keywords = "Automatic generation, JPLAS, JUnit, Java programming, Test case, Test code",
author = "Nobuo Funabiki and Ryota Kusaka and Nobuya Ishihara and Kao, {Wen Chung}",
note = "Publisher Copyright: {\textcopyright} 2017 IEEE.; 31st IEEE International Conference on Advanced Information Networking and Applications, AINA 2017 ; Conference date: 27-03-2017 Through 29-03-2017",
year = "2017",
month = may,
day = "5",
doi = "10.1109/AINA.2017.60",
language = "English",
series = "Proceedings - International Conference on Advanced Information Networking and Applications, AINA",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "51--56",
editor = "Tomoya Enokido and Hui-Huang Hsu and Chi-Yi Lin and Makoto Takizawa and Leonard Barolli",
booktitle = "Proceedings - 31st IEEE International Conference on Advanced Information Networking and Applications, AINA 2017",
}