Does JCover provide a way for merging the coverage information generated during multiple test runs?
Yes. Everytime you run the application, the coverage information is saved in a different coverage data file. After the application terminates, you can the load the different coverage files whose merged information you require. JCover automatically creates a union of these data and displays the correct coverage (Refer to topic Dat Merge in help documentation). 31. When I execute my application from JCover, on application exit, JCover automatically merges the coverage information for this run with the previous runs and displays the merged information in a spreadsheet view. I am interested in the coverage for the last run and not the union of all runs. How do I view it? On application exit, the coverage dat file for the last run is added to the project and is listed in the DatView of the Workspace Window. Double click on that dat file to view the coverage metric spreadsheet for the last run (you can do this for any dat file). 32. JCover offers great flexibility by allowing me to view cove