Skip to content

Instantly share code, notes, and snippets.

View jameswiseman76's full-sized avatar

James Wiseman jameswiseman76

View GitHub Profile
@jameswiseman76
jameswiseman76 / MutationTestingInDotNet.md
Last active November 10, 2020 09:24
Facets and Challenges of Developing Mutation Testing System in .NET

Intro

I'd like the focus on the following:

  • Choosing Method of Mutation
  • Equivalent Mutants
  • Test Selection
  • Infinite Loop Detection
  • Unit Test Framework Support
  • Visual Studio Integration