Mutation Test tools in C#


One of the best tools for mutation testing in C# is “VisualMutator” It is integrated with the .NET programming environment.

The following are the features of VisualMutant, which is a mutation test tool −

  • Measure the quality of the test suite.
  • To create first-order mutants using built-in and custom mutation operators.
  • View modified code fragments in C#.
  • Run NUnit and XUnit tests on generated mutants.
  • Provides information about passed and failed tests
  • You can also write the results to XML.
  • View details about any mutant right after the start of the mutation testing process
  • It gives results as mutation score

Updated on: 21-Jun-2020

238 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements