zoukankan      html  css  js  c++  java
  • AX7: CREATE AN AUTOMATED TEST PACKAGEMODEL

    AX7: CREATE AN AUTOMATED TEST PACKAGEMODEL

    It’s really important for a stable solution the use of automated test, unit test, black box testing, white box testing, etc. This will give your solution a proper life cycle and will avoid regression and the implementation of new bugs, etc. All this technologies connected with nightly building, weekly building will in the end result in a high quality and stable solution.

    In this post i’ll show you how to create a new packagemodel on AX7 to have unit and automated test classes to your solution and on my next posts i’ll show how to createuse unit testing, task recorder to generate test scenarios, reuse previous scenarios to complement the automate tests, automated build, etc.

    We going to create a new PackageModel for testing for 2 main reasons:

    • Isolate      your solution from your testing classes.
    • Isolating      your solution you can build your solution package and delivery to your      customers without the testing classes.

    See more about AX7 packages and models in the link here.

    To create your Test Package go on VSDynamics AX7Model managementCreate model.

    Name your packagemodel as you like but for pattern proposes i’m using the name of my solution + Test.

    Select create a new package.

    Select your solutions package and the TestEssentials package as references. (If you have customization or other packages, you can select all the use the same test package).

    Finish the package creation.

    Go to Dynamics AX7Model managementView all package dependencies to see you test package and the references.

  • 相关阅读:
    vue 跨域访问http
    vue 生命周期小结
    koa的教程
    spoj104 HIGH
    loj2026 「JLOI / SHOI2016」成绩比较
    loj2024「JLOI / SHOI2016」侦查守卫
    loj2016 「SCOI2016」美味
    loj2014 「SCOI2016」萌萌哒
    loj2013 「SCOI2016」幸运数字
    loj2012 「SCOI2016」背单词
  • 原文地址:https://www.cnblogs.com/dingkui/p/6098834.html
Copyright © 2011-2022 走看看