Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
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
Advertisements
