
I am new to this group, Not sure is this the right place to ask such question.
I would like to understand the software testing process on MS Dynamic CRM.
Can anyone refer a suitable link to understand how to test MS dynamic CRM.
*This post is locked for comments
I have the same question (0)Do you want to test your own code, or do you want to test the UX?
The last one can be done with a tool like Selenium: http://www.seleniumhq.org/
Custom code can be tested with Unit tests. Depending on your language you can look at a C# unit test project or test frameworks for JavaScript.