Forum Discussion

ToddBfute's avatar
ToddBfute
Occasional Contributor
13 years ago

Overall coverage misses

Howdy,

I've just started playing with coverage ... I'm pleased :-).

One thing that I'm having trouble with is figuring out what values aren't covered. I run my suite and see overall coverage information ... that's good. And I can dive into a message and see what was present/absent from that particular call ... but I'm looking for an amalgamated rollup that shows overall which entry points have been hit and which are missing.

Taking this analogy back to the usual code coverage tools ... they will "paint" my code view so that I can see which areas of code were never touched by any of my test executions. That's what I'm looking for. If I want to improve coverage, what do I need to add to do so.

What I hoped to do was to click on the line that has the coverage rollup numbers and see this in the right pane. But the right pane is empty in that case.

Thanks
-TAB

2 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi Todd,

    If I understand you correctly you should be able to get this under the coverage nodes for each of the operations for your actual services in your project - at the top of the coverage tree

    Or did i misunderstand?

    regards!

    /Ole
    SmartBear Software
  • ToddBfute's avatar
    ToddBfute
    Occasional Contributor
    Ahhhh, under the interface. I see it now.

    That's it. You rock Ole!
    -TAB