Book Image

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Book Image

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Overview of this book

Table of Contents (17 chapters)
Microsoft Dynamics AX 2012 R3 Reporting Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In earlier chapters, we have discussed the process of developing simple and advanced SSRS reports in Microsoft Dynamics AX R3. In this last chapter, we will discuss unit test classes and the best practices used while developing SSRS reports. Unit test framework is integrated into MorphX IDE in Microsoft Dynamics AX R3. Unit test classes are classes that are used to test the feature logic. These unit test classes are written along the business feature logic to test the feature logic. We can add test methods to test each requirement of feature code. Unit test classes have some of their own methods, such as assertTrue, which checks whether two values are equal and whether a condition is true; assertFalse, which checks whether a condition is not true; and assertNotEqual, which checks whether two values are not equal.