microsoft / CRM-Performance-Toolkit

The Microsoft Dynamics CRM 2015 Performance Toolkit was created by the Microsoft CRM product team to formalize performance testing of Microsoft CRM 2013 and later releases. The performance toolkit can be used by the Microsoft CRM partners and customers to collect data to support their CRM deployment decisions.
44 stars 18 forks source link

ConfigSettings - Do I have to modify it? #9

Open stevechin1986 opened 8 years ago

stevechin1986 commented 8 years ago

Hello.

I just successfully performed the MIcrosoft CRM 2015 Performance Toolkit installation, steps 1-8. In regards to the configuration setting, I have a few questions:

Am I supposed to modify this file ever? I ask this because:

Thanks!

jeffreyzhzhang commented 8 years ago

The settings in ConfigSettings.xml need to match the environment under test. If they are not, you can modify the ConfigSettings.xml file manually . I am not sure why the orgname you provided was not honored. Basically what the setup script does is to take users' inputs from command line and overwrite this template file - \Toolkit\Setup\ConfigSettingsTemplate_Onprem.xml (I assume your deployment is on-prem).

Regarding the number of users, as you can see from the template file above, it was set to 320 by default, which can be changed based on your test needs.

Sorry about the confusion regarding the password. You can specify your own password in ConfigSettings.xml. Yes, the password was used on testing environment. I'll remove it shortly.