Sorry, but there are no more tags available to filter with.
-
Last Wednesday i visited a couple of Team system tracks on the MS TechEd. I was really impressed by MS VS Team System. It offers a lot of tools that we need at the moment (Code Analysis, Unit testing, Code Coverage, Integration Testing, Web Testing, Performance Testing, Automatic builds etc.). The big...
-
A helpfull tool to check you code coverage is NCover. To download this tool check: http://www.ncover.org/ . Based upon a Nunit test or program, you can check the coverage of your code. NCover presents the result in an xml file. The result contains info about, for example, the percentage of coverage....
-
If you want to create your own automatic build environment (for .NET) based upon Cruise control then you should read the article on http://www.15seconds.com/issue/040621.htm . It gives a detailed description and all necessary tools to create a working auto build environment. Be aware that the tools are...
-
The last couple of months i have been working for the Resu!t Centre. This is within LogicaCMG our standarised development environment. One of my task was to create an automatic build environment for .NET. Currently the test environment is finished and i used the following tools: Cruise control .NET and...