How to obtain code coverage statistics

Hello,

This youtube video describes a tool for unit testing (and not only) of flow services. At about 24:00 they tell about the code coverage capabilities which are quite impressive.

I’d like to know how is it possible to obtain code coverage stats of an execution of a flow service. Is there some API in the IS which can be plugged into? Is some document published on execution of each and every flow step? Or does one have to somehow instrument the IS code to obtain it (like many java tools do)?

Thanks!

Hello,

The video is prepared by company named CloudGen and they are highlighting their product that they prepared.
Its not In-built to webMethods IS or designer.

Regards,
Syed Faraz Ahmed

1 Like

Yes, I’m aware of that. But still they have to use something IS provides to get the data. I don’t think they’ve re-implemented the whole IS to provide the functionality :slight_smile:

In the video i heard them mentioning its just designer plug-in.
They are using Junit to test the test cases.

I think they are not using any internal IS services for any of these.

Regards,
Syed Faraz Ahmed

1 Like