views:

34

answers:

2

I have been asked to teach an online programming course, and I am looking for a test harness especially geared to education. Some students will have significant coding experience, but others will be total newbies. The course is an introduction to software development, mostly taught in C with some C++ and Java thrown in.

In any case, I would like to read their source code only after a test suite has made sure that it compiles and executes properly. The students will also benefit from having a tool they can check their code against before submitting it.

However, the Learning Management System my employer is using doesn't have such a system. Do you know of any LMS software that includes this feature? Which testing harness would you recommend in case I have to roll my own?

+1  A: 

Take a look on gap (cgi oriented)

cbolanos
+1  A: 

Can take a look on vpl too (moodle oriented)

cbolanos
Wow, at first blush it seems exactly what I need. Thanks!
candeira