A sample Milos unit test config file

The Milos Unit Test Subsystem uses its own configuration file when running unit tests. Currently, a separate file for each solution is installed under the Developer Services installation folder, however this is expected to change in a later version.

C:\Documents and Settings\MYeager\Application Data\EPS\DeveloperServices\UnitTestFramework\MySolutionUnitTestSettings.xml

<configuration> <unitTestSettings> <!--add key="database:TrustedConnection" value="True"/--> <add key="database:UserName" value="MyUserName"/> <add key="database:Password" value="MyPassword"/> <add key="database:Server" value="(local)"/> <add key="database:Catalog" value="Northwind"/> <add key="database:StoredProcedurePrefix" value="milos_"/> <add key="database:AutoLoadSchemaInformation" value="Yes"/> <add key="DataServices" value="SqlDataService"/> <add key="AllowedDataMethod" value="StoredProcedures"/> <!-- Configure user password settings --> <add key="passwordRegularExpression" value="\S{4,}"/> <add key="passwordDescription" value="Password must be at least four characters."/> </unitTestSettings> </configuration>


See the "How-To" help document for a list of all configuration settings




Last Updated: 7/31/2006