ContributionsMost RecentMost LikesSolutionsRe: TestComplete With MS Dynamics CRMI am working on regression tests for CRM also. Some of the objects use the OID as criteria for namemapping. If the previous reply doesn't work you may have to walk the namemapping tree and remove any references to the OID.Re: How to run same script on multiple instancesThis is quite simple. But I do not see how to use this to test a more complex web application. I am attempting to test multiple instances of Microsoft CRM (read hundreds of web objects in the test). I want to quickly switch from testing the development, test and production environments without having to use conditional statement. Also, I do not want to learn every instance. This would not work if another instance is built with a different URL. Anyway to set the URL as a variable and define the pages with enough parameters it can be identified in all of the environments?