IntelliTest

 Like

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 statement.

IntelliTest screenshot 1

License model

Application type

Country of Origin

  • US flagUnited States

Platforms

  • Windows
  • Microsoft Visual Studio  2015 Enterprise
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Unit Testing

 Tags

  • visual-studio

IntelliTest News & Activities

Highlights All activities

Recent activities

No activities found.

IntelliTest information

  • Developed by

    US flagMicrosoft
  • Licensing

    Proprietary and Commercial product.
  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all

Our users have written 0 comments and reviews about IntelliTest, and it has gotten 0 likes

IntelliTest was added to AlternativeTo by johngoldinc on Nov 7, 2016 and this page was last updated Nov 7, 2016.
No comments or reviews, maybe you want to be first?
Post comment/review

What is IntelliTest?

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 statement. A case analysis is performed for every conditional branch in the code. For example, if statements, assertions, and all operations that can throw exceptions are analyzed. This analysis is used to generate test data for a parameterized unit test for each of your methods, creating unit tests with high code coverage. When you run IntelliTest, you can easily see which tests are failing and add any necessary code to fix them. You can select which of the generated tests to save into a test project to provide a regression suite. As you change your code, rerun IntelliTest to keep the generated tests in sync with your code changes.