Cerquit Solutions Inc.

TOOLS

Our Tools

CruiseControl.Net

CC Net is a tool used by Cerquit team for automated Continuous Integration server implemented using the Microsoft .NET Framework. It is a free and open source build scheduler.

The Server automates the integration process by monitoring the team's source control repository directly. Every time a developer commits a new set of modifications, the server will automatically launch an integration build to validate the changes. When the build is complete, the server notifies the developers whether the changes that they committed integrated successfully or not.

nUnit

nUnit is an open source unit testing framework for Microsoft .NET.  It’s a tool for test driven development in .Net.
Cerquit uses this framework for all .Net projects that the team has involved with.  For test runner, we use Nunit GUI-Runner; it is a windows form application that allows you to work selectively with your tests and provides graphical feedback.

nMock

   nMock is a dynamic mock-object library for .NET. Its purpose is to provide a clean API for rapidly creating mock implementations of custom objects and verifying that objects interact with them correctly from unit tests.

nCover

nCover provides statistics about your code, telling you how many times each line of code was executed during a particular run of the application.  The most common use of code coverage analysis is to provide a measurement of how thoroughly your unit tests exercise your code.  After running your unit tests under nCover, you can easily pinpoint sections of code that are poorly covered and write unit tests for those portions.  Code coverage measurement is a vital part of a healthy build environment.

TECH TALK



QUICK CONTACT

Fullname:  
Email Address:  
Message:  
 
Security Code:
Please enter the characters seen from the image above.