Automated Testing with OnPrem BC13 (without containers)

markclemarkcle Member Posts: 65
edited 2020-03-03 in NAV Three Tier
Hi All

We are starting to do some of our own extension development. We are using v13 on prem BUT it has a major add-in and most of our extensions will use data from this add-in.

Can I use the automated testing tools without containers? Or is there way to containerize our on-prem dev environment. (I'm guessing the powerShell script: Run Import-testToolkitToNavcontainer won;t work on an on-prem instance)

Also, we don;t have a developer license (end-user dev): can we still use the automated test tools?

Thanks

Mark

Answers

  • krikikriki Member, Moderator Posts: 9,094
    [Topic moved from 'NAV Tips & Tricks' forum to 'NAV Three Tier' forum]

    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • DarkosDarkos Member Posts: 4
    The test toolkit is available as fob files for v13 on the "DVD".
    We have been writting some tests in C/AL, so can only quess for AL.

    I'm sure that if you install those fobs (make sure the symbols are generated), that your test extensions can download the symbols and make uses of the C/AL test toolkit libraries.

    It also seems you are able to load the test codeunits into the 'Test Tool' page. It uses table 'AllObjWithCaption' to search for codeunits, which are able to see extension objects.
Sign In or Register to comment.