Skip to content

developer-help/mutation-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

mutation-testing

Mutation Testing (What and why)

  1. Download the git repo

https://github.com/developer-help/mutation-testing

Youtube link https://youtu.be/cDDmnVgdvt0

  1. Open project in eclipse/other editor

  2. Add the dependency of the plugin in pom

  3. Add a test that is not adding any value //For example test without assertion but just covering the line

  4. Add a test that is adding value // Test with right assertions

  5. Analyse the report generated

  6. Identify false positive

  7. Remove the unwanted test

  8. Analyse report again

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages