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.

  • 相关阅读:
    SIGGRAPH
    用JSP实现的商城购物车模块
    大数运算
    编写高质量代码改善java程序的151个建议——导航开篇
    Spring3.0 AOP 具体解释
    HDU3400+三分
    Java实现BFS广度优先查找
    Java实现BFS广度优先查找
    Java实现BFS广度优先查找
    Java实现BFS广度优先查找
  • 原文地址:https://www.cnblogs.com/dingkui/p/6098834.html
Copyright © 2011-2022 走看看