The new version is released - 00.06!
It is compiled for Microsoft .NET Framework 4.0 and runs in MS Web Developer, C# Express 2010. No support for MS Visual Studio is provided, nor a plugin was released. However, note that this will surely work in MS Visual Studio.
Since Visual Studio added unit testing functionality, this project became useless for this tool, frankly speaking.
However, there are many projects which are developed by the free Express tools offered by Microsoft. Since these tools are quite good, many excellent projects are based on these IDEs. They however, do not support plugins, neither the Unit Test feature of Visual Studio. Therefore, the Otter Unit Test Framework now aims to develop Unit Test Framework for these free IDEs.... read more
The version 00.05 of the Otter Unit Test Framework is released. It cames with more assert methods and the splash screen bug fixed.
Moreover, the issue of the lost of application context using MS Visual Studio 2005 Add-in is discussed in the user guide as well as in the project's wiki. Contributions to solve this issue are welcome.
Otter Unit Test Framework version 00.04 was released. As its main new feature, it has a MS Visual Studio 2005 add-in which fully integrate it with Visual Studio Projects.
There is the issue of Web Applicatons not being projects, which makes the add-in not interact with them. The matter can be solved with the installation of an extra package and the Visual Studio SP1, which allows a Web Application to be a project. For more details, please consult http://otterunittest.sourceforge.net/user_guide_00.04/index.html#WebApplicationIssues
Otter Unit Test Framework version 00.03 is released. This version comes with, as its most important feature, the user guide. It is expected that with this guide, it will be much easier to use the framework.
Minor improvements and bug fixes such as: correct version in the splash screen and uppercase letter in the test classes registration methods, were also implemented.