• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Version Control / Unit testing / auto deploy suggestions

Mercypoint

Weaksauce
Joined
Oct 22, 2005
Messages
74
Hi,
I am looking into suggesting an integrated Unit testing and one button deployment for our work environment. First, a little background: We are a 95% ASP.NET/VB.NET shop. We most of our applications is in .NET 1.1 and a few in 2.0. Most of our developers uses VS2003 but everyone has VS2005 (Pro). The other 5% write Java code and is using Eclipse/JUnit/Ant/CSV.

Given that we are currently using Visual SourceSafe 6.0 and VS2003, I am looking for a very tightly integrated solution with VS that allows that Eclipse and JUnit/Ant can do. I want the programmer to auto checkin/checkout files. Branch code easily, Unit test with the VS environment and one button deployment to production or staging.

NUnit seems promising but MbUnit seems more popular. With TestDriven.NET, it can be integrated. NAnt is a bit more complex then what I would like. Is there an easier soluation?

Any insights?

Thanks
 
Back
Top