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 ?rst-order mutants using built-in and custom mutation operators.
  • View modi?ed 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: 2020-06-21T16:10:08+05:30

333 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements