The study "Achieving Scalable Mutation-based Generation of Whole Test Suites" describes the mutation operators used in evosuite for weak/strong mutation. Is there any way to print the type of each mutant inserted in the CUT, plus the number of times each mutant is inserted? I need something like "mutants.log" that is generated by Major mutation tool i.e a csv (or any file) showing the details of mutation applied at each line of code.
Hello
The study "Achieving Scalable Mutation-based Generation of Whole Test Suites" describes the mutation operators used in evosuite for weak/strong mutation. Is there any way to print the type of each mutant inserted in the CUT, plus the number of times each mutant is inserted? I need something like "mutants.log" that is generated by Major mutation tool i.e a csv (or any file) showing the details of mutation applied at each line of code.
Thanks, Neelofar