/BlogEngine/BlogEngine.Tests/Readme.txt

# · Plain Text · 20 lines · 12 code · 8 blank · 0 comment · 0 complexity · ce5e0caa895de636b894f10028607c94 MD5 · raw file

  1. To run tests:
  2. 1. Copy these files from "..\lib\watin" to "BlogEngine\BlogEngine.Tests\bin\Debug".
  3. Interop.SHDocVw.dll
  4. BlogEngine.Tests.dll.config
  5. 2. Click "BlogEngine\BlogEngine.sln" to load solution in VisualStudio 2010 or Visual Web Developer 2010.
  6. 3. Build and run solution (ctrl + F5 in Visual Studio)
  7. 4. If different, change root path in "BlogEngine\BlogEngine.Tests\Constants.cs" from
  8. http://localhost:53265
  9. to point to website you've started in the previous step and re-build BlogEngine.Tests project.
  10. 5. Click "..\lib\nunit\runner\nunit.exe" to run NUnit UI.
  11. 6. File -> Open Project -> then select "BlogEngine\BlogEngine.Tests\bin\Debug\BlogEngine.Tests.dll"
  12. 7. Click "Run", all should pass.