Skip to Content
Author's profile photo Nicolas Busson

Tip n°2: how to make sure you tested everything

Description

When you’re testing your developments (or when end users are testing them on a quality system), if you ever wanted to know which portions of your code were actually being used, this tool is made for you: SCOV. To sum it up it’s a transaction that will give you the exact percentage of ABAP code that has been executed during a period of time. For example the following screen shot is showing that 80% of the code from class ZCL_TRDA_SEQUENCER has been tested:

Img2.png

And you can also display the corresponding pieces of coding with different colors depending on whether they were executed or not: How cool is that?

Img2.png

To get more information

SCOV : SAP Coverage Analyzer

New ABAP Unit and Coverage Analyzer Features in SAP NetWeaver 7.0 EhP3

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Susan Keohan
      Susan Keohan

      Hi Nicolas,  Maybe this was covered somewhere else, but I am very glad you've raised it to the fore.
      I am not so sure my users will be, when I ask if they tested this scenario and that scenario, and then show them the results.  Heh heh heh.

      Thanks!
      Sue