Team, I am executing the same package files twice. For example my package contains 10 files. I am running sanity and basic test cases against 10 java instrumented files. If I run sanity alone am getting 20% and run basic alone test case am getting 30% coverage. Third step, In a single shot I am running both sanity + basic test case. Now the overall code coverage percentage is getting 24%. Here are my questions
- I want to merge two report as a single report. Actually I am running basic test case one shot and sanity in second shot. So, How can I merge those report as a single report.
- How they are calculating overall percentage as 24%. Is there any way to improve the coverage percentage