Build the best - destroy the rest!

Thursday 8 October 2009

How do you test your robot ?

Philip Johnson from University of Hawaii uses Robocode in his computer science course.

He came with idea of unit testing Robocode robots and prepared excellent video guide to show you how to do that.

He reused our implementation of RobotTestBed, which we use to test Robocode engine. We will be working with him to include his idea. Probably as downloadable Robocode extension package.

Code and more could be found in pmj-dacruzer project

Enjoy this great stuff!

1 comment:

Z said...

Only comment I have about the idea is that people should be aware that it's integration test (not unit test) and that Robocode is complex system to integrate with.