Hi all, after some time of silence I'd like to give you a few details of what we are currently doing with csUnit. Work has not stopped! Instead we are working...
Amir, no worries! The behavior with regards to that has not changed. Instead the categories concept is implemented in such a way that if you don't want to use...
Hi all, the changes required to support multiple categories at the test fixture and test method level are more or less complete. Several refactorings have led...
Hi all, at this stage we have finished most of the work at the GUI. This also included the interaction between the core, csUnit's UI controls, and the...
Hi, we have just discovered that it is possible to mark more than one method within a test fixture with the attributes SetUp (or TearDown) respectively. If a...
For the command line version of csUnit currently the two options supported are testCategory and fixtureCategory. The questions I have are: 1) Can you provide...
... Bugs: According to the SF trackers we are now down to 8 bugs, two of them are sufficiently critical enough that they have to be fixed before a new release...
csUnit 2.1.2 released ===================== csUnit 2.1.2 has been released and is available for download at http//www.csunit.org/download. csUnit is...
Hi all! Thank you for using csUnit! We would like to make sure that csUnit continues to provide the valuable experience you expect from an engineering tool. ...
I am having trouble using csUnit in an application project. If the project is a library project I can debug the tests just fine. If the project is an...
Hi Edward, Generally speaking: Yes, you also can debug applications. As this might indicate a bug I would like to ask you to enter the defect plus all...
csUnit 2.2 released =================== July 03, 2007 csUnit 2.1 has been released and is available for download at http://www.csunit.org/download. csUnit is...
csUnit 2.3 released =================== March 24, 2008 csUnit 2.3 has been released and is available for download at http://www.csunit.org/download. csUnit is...
csUnit 2.4 released =================== May 06, 2008 csUnit 2.4 has been released and is available for download at http://www.csunit.org/download. csUnit is...
csUnit 2.5 has been released and is available for download at http://www.csunit.org/download. csUnit is open-source and free. csUnit's 37th release since 2001...
I am preparing the lecture notes for my course. csUnit is the unit testing tool chosen. a code coverage tool is still needed. Simple, (Conceptual?), and free ...
I use "Build and Debug Test". but it is only run and appear MS Dos "C:\program files\csunit.org\csunit 2.5\csUnitCmd.exe" but i can not run step by step for my...
Hi every body, I am very happy to enter and to be a member of this group, I am Mohammed Qaisi, Software Test Engineer. I am responsible for testing some .Net...
... Mohammed Qaisi, Software Test Engineer. I am responsible for testing some .Net projects like C# project, i was wondering how to do the automation test...
Good Morning! I'm attempting to use the Parameterized testing facility with some VB code I've been assigned to write and use. I've created my test harness and...
I am a new user of csUnit, and seem to be missing something... My problem is the tests are not being displayed in the 'Tests' tab of the csUnit view within...
Chris, I noticed a "similar" problem in Visual Studio 2005. In my case, I was getting "2" sets of tests - with one set being the "old" tests and the second...
Hello, I'm a new csUnit Visual Studio add-in user and I've noticed that csUnit parameters (such the recipe file content) are reloaded only when I close and...
Hi all, I'm wondering whether is it possible perform this using csUnit. e.g. [SetUp] public void setUp() { filePath = Directory.GetFiles(basePath, "*_ND*"); ...
Why not do a parameterized test? http://www.csunit.org/documentation/2.4/parameterizedTests.html Look for the section who's title is: Parameterization With...
Hi, When I try to install csunit using the latest installer, it gives me a 1606 error (can't find network path). I think this is due to a double slash in the...