Options

Code Coverage w/o C/AL code

GeraldGerald Member Posts: 1
Hi,

do code coverage can detect an object without C/AL code to execute?

ex. I start code coverage on NAV 2015 and open a page like "Payment Term" how contain no c/al code.

The code coverage result, the page is not in the list.

Thanks

Gerald
Gerald

Answers

  • Options
    joshuasungjoshuasung Member Posts: 37
    It goes by object access basis.

    So it still hit all the triggers, even if it's in empty.
    Good example is when you validate some field, although there is no coding in validation trigger, it still read through table relationship in the field to read through (covered in code coverage)
    Joshua H Sung

    Sr. Project Manager
    S-Metric, LLC
    jsung@smetric.com
Sign In or Register to comment.