Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What testing framework/unit testing to use with Delphi XE Starter Edition

I'm looking at moving from Delphi 2007 (purchased by my employer) to Delphi XE Starter Edition (purchased by me because my employer is moving away from Delphi) for some open source/hobby work. So, price is definitely a concern.

Delphi XE Starter Edition doesn't appear to have the integrated DUnit stuff. Are there any recommendations for testing frameworks that will work well with XE Starter? The framework must be automatible; for example, it must must be runnable by a Continuous Integration System such as Hudson or CruiseControl. Of course, free would be best. Integration directly into the IDE would also be handy, but not a requirement.

like image 882
Jason Swager Avatar asked Feb 27 '11 22:02

Jason Swager


2 Answers

DUNIT is on SourceForge so you can get it from there. The version on SF is 9.4.0, the same that ships with Delphi XE. The code is however not identical. I do not know if it works with Delphi XE Starter edition but I don't see why it should not.

like image 66
Mikael Eriksson Avatar answered Sep 27 '22 22:09

Mikael Eriksson


Will DUnit2 do?

Dunit2 is used in tiOPF framework and said to be quite good. The download sites are:

http://sourceforge.net/projects/dunit2/

http://members.optusnet.com.au/~mcnabp/

http://github.com/graemeg/dunit2

like image 37
SOUser Avatar answered Sep 27 '22 22:09

SOUser