Automation Testing in Ax

Hi, I am new to Ax and I want to find the possibility of automation testing using X++, could anyone suggest any referral links or guidance about it.

If you want to use X++, there is SysTest framework available, which you can use to write unit tests and various kinds of integration tests.
You can also utilize Acceptance Test Library in these tests, which will help you to deal with data (such as creating or validating records).

Hi Martin
Thankyou for your support, I think your suggestion will helpful for me.