You will install a number of tools and then run mutation testing to determine the quality of the unit test.
Here are the steps:
1. Follow the steps in Tools-Install-And-Run.docx instructions to install tools and run the testing.
2. Save the files as indicated in the instructions to be submitted.
3. Look at the results of your mutation testing on TestDie.java and Test2Die.java and answer the following:
a. Which Junit file has better results?
b. What are the implications related to suite of unit test cases when some mutants are not killed?
c. What could you do to kill more mutants?