I¡¯m having difficulty with making tests part of the msbuild process. I am attempting to get the unit tests to run as part of the build process, but I am consistently getting errors (mostly complaining about not being able to find the compiled tests ¨C see below). The unit tests are generated from MS VS 2005 Team Edition for Software Testers.
Are there any specific tricks to get unit tests to run automated
Thanks,
Myles
Run Configuration: Builder Test Run Config
Loading c:\Buddy\2007.11.02.15h51m\Private\data\DAL\Community.Web-Debug.vsmdi.testrunconfig...
Loading c:\Buddy\2007.11.02.15h51m\Private\data\DAL\Community.Web-Debug.vsmdi...
Starting execution...
C:\BaseSrc\source\community\private\builder\newbuild.proj(535,5): error : Can
not find the test 'Step_01_Insert' with storage 'bin\release\Community.Web.UnitTests.dll'.
Done building target "RunCheckinTests" in project "newbuild.proj" -- FAILED.
Done building project "newbuild.proj" -- FAILED.
Build FAILED.
C:\BaseSrc\source\community\private\builder\newbuild.proj(535,5): error : Cannot
find the test 'Step_01_Insert' with storage 'bin\release\Community.Web.UnitTests.dll'.
0 Warning(s)
1 Error(s)