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.

IntelliTest screenshot 1

Cost / License

  • Paid
  • Proprietary

Application type

Platforms

  • Windows
  • Microsoft Visual Studio  2015 Enterprise
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Unit Testing

 Tags

  • visual-studio

IntelliTest News & Activities

Highlights All activities

Recent activities

Show all activities

IntelliTest information

  • Developed by

    US flagMicrosoft
  • Licensing

    Proprietary and Commercial product.
  • Alternatives

    1 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all
IntelliTest was added to AlternativeTo by johngoldinc on and this page was last updated .
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.