Law 206D * Cornell College *
600 1st St SW * Mt Vernon, IA 52314 *
319-895-4105 (voice) * 319-895-4478 (fax) *
awildenberg@cornellcollege.edu
Teaching
Software Quality Assurance by
Encouraging Student Contributions to an Open Source
Web-based System for the Assessment of Programming
Assignments
by Olly Gotel, Christelle Scharff and
Andrew Wildenberg, Innovation and Technology in Computer
Science Education, ITiCSE, Madrid, June 24-28, 2008.
Download
Abstract
This paper presents a novel and innovative pedagogical approach
for teaching software quality assurance in the undergraduate
computer science curriculum. The approach is based on students
contributing programming problems to an open source web-based
system that is used for student practice and instructor assessment
of assignments. WeBWorK, and some of the latest web-based
systems, use a mechanism based on unit testing to account for
variation in the way in which the same problem can be answered
in an accurate manner, making such systems highly appealing for
education. Tackling open-ended programming problems within
WeBWorK therefore requires students to write a code fragment
that is then checked for semantic correctness. Given that
WeBWorK is open source, the teaching approach that we have
evolved revolves around students creating their own problems for
other students to practice with. This requires students to construct
comprehensive unit tests that can assure both the usability and
accuracy of their work prior to deployment. The paper describes
this approach, gives examples of student work, presents findings
from the experience of using the approach in the classroom, and
discusses broader lessons and reasons for integrating software
quality assurance practices into the computer science
curriculum.