This tutorial describes how to use automatic session merging to allow many coverage test sessions to result in one set of coverage results.
The first task is to ensure Coverage Validator can store at least two sessions in the session manager. The default for the session manager is one session.
We need to modify Coverage Validator’s settings to ensure that automatic session merging is enabled.
We now need to record multiple coverage sessions containing different code coverage data. For this example we’ll record three code coverage sessions.
In this tutorial, you have learned how to configure automatic session merging and recorded three code coverage sessions, which have been automatically merged into the central session. You have verified the code coverage results have been merged into the central session.