Closed
How EclEmma or JaCoCo can be used for Rule Coverage
I have a requirement like, I need to find out the rule coverage after executing a certain flow in the application(either in automation or manual script). Is there a way to find out the rule details during execution?
If you are on 7.4 version, there is a new "Test coverage" feature available which can be used for this purpose. But it gives a coverage report across the application but not just the flow process.
You can "Start" the test coverage, execute all your manual or PegaUnit automated tests and "Stop" the test coverage which generates a report showing the rules covered/not covered in the appliation.
This feature only shows the number of rules hit but not the coverage of logic inside rules.