AX7: CREATE AN AUTOMATED TEST PACKAGE\MODEL
AX7: CREATE AN AUTOMATED TEST PACKAGE\MODEL
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 package\model on AX7 to have unit and automated test classes to your solution and on my next posts i’ll show how to create\use 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 Package\Model 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 VS\Dynamics AX7\Model management\Create model.
Name your package\model 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 AX7\Model management\View all package dependencies to see you test package and the references.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?