Mutation testing
Achieving the mutation testing by using muclipse needs quantities of preliminary work.The high-level edition eclipse compiler can not support the muclipse.The first thing is to download “eclipse Juno” which is published in 2012.Then,jdk1.6 environment is suggested as well as the external jar called “extendedOj.jar”.The structure of my directories is posted:
(It is supposed to locate two java class in one folder so that the class type of file generated by the build projecting operation are in the same folder.)
变异体测试,java
After setting some complex configuration in “WordDeilUtil.java”,the compiler generates the mutants.

变异体测试,java变异体测试,java
变异体测试,javaand the comparison is listed as followings:

变异体测试,java

变异体测试,java

变异体测试,java变异体测试,java变异体测试,java变异体测试,java变异体测试,java变异体测试,java
next,set the configuration of “WordDeilUtilTest.java”:
变异体测试,java
变异体测试,java
finally,click the “run” button,the result comes:

变异体测试,java
变异体测试,java

相关文章:

  • 2021-07-23
  • 2021-11-06
  • 2021-12-23
  • 2021-06-16
  • 2021-09-01
  • 2021-11-06
  • 2021-11-14
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2022-01-05
  • 2021-10-22
  • 2021-08-07
  • 2021-06-12
  • 2021-10-09
相关资源
相似解决方案