News

Typemock Releases Isolator 7.4

Typemock Ltd. has released version 7.4 of its Isolator unit-testing and test-driven development (TDD) product. The updated Isolator is integrated with Visual Studio and works with many .NET technologies -- including Windows Communication Foundation (WCF), ASP.NET and Silverlight -- as well as code-testing tools such as NCover, TestMatrix and ReSharper.

"With this release, we've made writing, running, and handling the unit-testing process easier and more visible," said Eli Lopian, CEO of Typemock, in a company press release.

Among the additions to Isolator 7.4 is the new GetTimesCalled API, which the company describes as a tool that "helps check how many times a method was called so that assertions can be specified based on that number."

The updated Typemock SmartRunner tool, used for running tests and reporting results, now sorts tests automatically "so [developers] see the relevant tests on the production code," the press release explains. SmartRunner contains a component called Test Navigator, which simplifies the finding and fixing of bugs. "Once a unit test fails, the Test Navigator shows ... a list of methods with potential bugs, sorted by the most suspect methods, based on a usage and coverage analytics algorithm," the Isolator documentation explains.

Other improvements in Isolator 7.4 include "new keyboard shortcuts, re-running, re-debugging, and test windows that automatically open as [developers] navigate to them," according to the press release. By automating as many unit-testing processes as possible, Typemock aims to make the code-testing process seamless for developers -- including those working with legacy code.

"As developers ourselves, we believe that the computer should do all the hard and repetitive work, not the programmers," Lopian said. "Simply put: Our strategy is to make programmers' lives easy, and we're sticking to it."

There are three versions of Isolator 7.4 available, including a free, downloadable Isolator Basic package, which the company recommends for developers who aren't dealing with legacy code. Isolator Essential is priced at $799 and $2,499 for client and server, respectively. Isolator Complete, which is the only edition to include test code auto-completion and testing productivity features, is $1,598 and $4,998 for client and server, respectively.

About the Author

Katrina Carrasco is the associate group managing editor for the 1105 Enterprise Computing Group. She can be reached at [email protected].

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