vote up 5 vote down star
1

I am using MATLAB R2008a, what testing framework is available and what is recommended. the need for comprehensive from having to refactor a 5 kloc matlab application to Matlab oop.

flag

3 Answers

vote up 5 vote down check

There are several listed on the c2 wiki. xUnit and mlunit_2008a seem to be the most highly regarded.

link|flag
In addition, the documentation for xUnit seems to be very good. – Marc Sep 14 at 13:42
vote up -1 vote down

Hi

I've never come across a Matlab-specific test framework but I've never missed one either. I've always been happy enough to knock up some Matlab to test Matlab.

Not much help to you. Sorry.

Regards

Mark

link|flag
vote up 3 vote down

You can try MATLAB xUnit, which you can download from the MATLAB Central File Exchange.

link|flag
I tried it, but it couldn't find my tests. Using Matlab R2008b 7.7 and Windows 7 – Jader Dias Sep 21 at 22:42
The most likely explanation for what you are seeing is some problem in the test files. Can you post a sample test file so I can look at it? See also my answer to the question you posted about this. – Steve Eddins Sep 22 at 11:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.