test data

About this tag
The tag 'test data' on WindowsForum.com is associated with discussions about IntelliTest, a Visual Studio tool that automatically generates unit tests for .NET code. IntelliTest explores code to produce test data and a suite of unit tests, aiming for high code coverage by generating inputs for each statement and conditional branch. This tag is relevant for developers using Visual Studio who are interested in automated testing and improving code quality through generated test data.
  1. News

    Intellitest | Visual Studio Toolbox

    In this episode, Robert is joined by Link Removed, who shows us how to use IntelliTest to automatically generate unit tests. IntelliTest explores your .NET code to generate test data and a suite of unit tests. For every statement in the code, a test input is generated that will execute that...
Back
Top