Hi there,
I think it would be a good idea to check the coverage of unit tests: If I run "module test" - are all the methods of the object under test processed by the unit tests?
A simple procedure should be available for this. Like an ST05 trace, the procedure could be like this:
- Switch on the coverage analyzer
- Run the module tests for a single code unit
- Switch off the coverage analyzer and view the results.
I have no experience with transaction SCOV. Would it be that simple to use it for isolated, simple unit test coverage? As far as I have looked at it, it seems a much more heavy-weight transaction which is not so easy to use for such a simple purposes. Is this right?
Did anybody make steps in this direction so far?
Rüdiger