In-Depth

Borland Ships Gauntlet Automatic Test Tool

Borland Software adds another piece to its life-cycle quality management tool offering with its shipment of Gauntlet automated build and test software.

Borland Software has announced shipment of Gauntlet automated build and test software, adding another piece to its life-cycle quality management (LQM) tools offering.

Gauntlet continuously tests code as developers check it in. It's designed to detect potential problems early by automatically pre-screening all new code against a set of quality guidelines before it enters the build process, according to Borland statements.

The package institutes quality controls within existing version control processes. These controls, called "gauntlets," enable development teams to identify and isolate problems earlier in the application life cycle—when their impact can be minimized—by automatically inspecting development "artifacts" every time a change is made or at desired intervals.

Gauntlet's "dashboards" include realtime snapshots and time series analysis of metrics, such as build performance, unit or functional test results, code coverage, and project activity.

By making it possible for you to view and measure application health earlier in the life cycle, Gauntlet aims to help development teams gain greater confidence and accountability in their estimates, technical predictions, and risk assessments, while also enabling management to identify at-risk projects early enough in the life cycle to institute changes in scope or resources.

Gauntlet is a component of Borland's LQM solution. The LQM solution combines versions of the Silk application life-cycle management products, which Borland acquired from Segue Software in April, with the Gauntlet continuous build and test product, which it acquired in March with the acquisition of Gauntlet Systems, and its Caliber requirements management tools (see Resources). Not so much a bundle as an ala carte menu of integrated products as well as services and consulting, the idea behind Borland's LQM solution, and Gauntlet, is to let development teams more closely track user requirements through the entire process including QA.

In addition, Gauntlet integrates with leading configuration management products—including Borland StarTeam, CVS, and Subversion.

It supports also a growing number of third-party and open source integrations that enable customers to test for a broad range of potential defects—from code complexity and readability to security vulnerabilities or license compliance, Borland said. Gauntlet also lets you add or create your own custom gauntlets, all of which feed metrics into centralized Gauntlet dashboards.

Among the open source integrations for Gauntlet that are currently available or under development, are Ant, CheckStyle, Emma, Findbugs, JUnit, NUnit, and PMD. Commercial tools integrations include Cenzic Hailstorm for Web application vulnerability assessment, Fortify SCA for source code security analysis, Klocwork K7 for automated software detection and prevention, Lint4J for static Java source code analysis, and Palamida IP Amplifier for software intellectual property compliance scanning and auditing.

About the Author

Stuart J. Johnston has covered technology, especially Microsoft, since February 1988 for InfoWorld, Computerworld, Information Week, and PC World, as well as for Enterprise Developer, XML & Web Services, and .NET magazines.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube