tags:

views:

72

answers:

1

This is my first at doing any sort of builds period. Unfortunately we're using TFS 2008 (I like Subversion better overall in its use because it is just as powerful and simpler to use as most good developers are quite aware of). But anyway, how can you test a build when you only have a dev server and no staging server? I want to test to make sure the build works both server-side and client-side by testing the website. Can you essentially use your dev server as a staging server so that when you run the build against your prod environment there are no surprises thereof?

+1  A: 

just set up your tests to deploy (what that means in your environment) as you see fit and run tests.

Preet Sangha