views:

41

answers:

1

Hi Everyone,

I am hoping someone out there can give me help with this. So I need to be able to run Microsoft Dynamics AX test case in C#. Now I was going to try and do something like

Process.Start("ax32.exe", "-StartupCmd=RunTestProject_<name of test>");

But I am hoping there might be a way to run it by importing some Dynamics AX DLL in C# and executing the test cases that way with something like SysTestRunner (right now I think this only exists in x++/MorphX).

ANY hints or hunches or potential solutions to this problem are greatly appreciated!

Thanks!!

A: 

Could you elaborate more on what you want to achieve by running the tests from C#? If you want to run daily/nightly tests, you could simply do this running a batch within Dynamics AX.

Skaue
This should probably be a comment.
Timwi
Yes, maybe. But there is no "comment" link on the initial question. I could however comment this answer. Strange... :-/
Skaue