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.

  • 相关阅读:
    zabbix 3.4自动化监控(6)
    zabbix 3.4 web监控(5)
    童年
    CSDN中快速转载别人文章
    10个提升效率的编程好习惯(转载)
    解决vscode中vim插件,不能使用Ctrl+c
    英语复习安排
    比勤奋更能拉开人生差距的,是成长型思维
    转载文章
    红宝书考研资料
  • 原文地址:https://www.cnblogs.com/dingkui/p/6098834.html
Copyright © 2011-2022 走看看