.Net Testing Tools
Testing Tools refers to the variety of automated tools designed to accomplish such objectives as capture/playback, test data generation, change management, date simulation, test planning/management and problem management/tracking.
From : www.olenick.com/html/glossary.html
ILDASMDC
ILDASMDC is a tool that helps you to keep the (static) architecture of a .Net software clean. You specify allowed dependencies between namespaces, classes, or even methods, and ILDASMDC will check whether the dependencies are violated somewhere. You will use this in Nightly Builds or Continuous Integration Builds to prevent the introduction of unwanted dependencies.
Ideally, the software architect will specify the intended dependencies (or rather, dependency rules) for some module before code is written. However, by creating a diagram of the dependencies, it is also possible to explore and document the dependencies of an existing piece of software. Both ways of proceeding are especially useful to prevent the dreaded cyclic dependencies, which usually result in a tangled monolith of interdependencies, making a software unmaintainable in a quite short period of time.
ILDASMDC has proven its usefulness (and stability) in a project of 25 developers with now more than 2 million LOC.
visit
ILDASMDC
ILDASMDC was visited : 152 times
Loading .....