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.

  • 相关阅读:
    使用pycharm开发代码上传到GitLab和GitHub
    私有仓库GitLab快速入门篇
    修改Linux Operating System的时间与时区
    版本控制工具Git工具快速入门-Linux篇
    Hadoop生态圈-Oozie实战之调度shell脚本
    Hadoop生态圈-Oozie实战之逻辑调度执行多个Job
    JavaScript基础知识-相等运算符
    Hadoop生态圈-Oozie部署实战
    Tomcat定义虚拟主机案例
    Tomcat的配置文件详解
  • 原文地址:https://www.cnblogs.com/dingkui/p/6098834.html
Copyright © 2011-2022 走看看