Hi,
I need some help from you guys. Let me explain you what we were doing, first:
We were working on a Windows Application and all of us are integrated with Team Foundation Server
. We are done with all application features so now what we are working on is the list of defects that are reported from QA
. QA
list all their issues on Mercury QC where we see prioritize and assign to our team. On weekend, we update Mercury QC mark all the resolved issues FIXED
in this week and provide them a build which is just a copy of our bin\Debug
folder.
Now, as things are getting little less stressful we looked back and see how could we get more managed and advance our co-action and ease communication. One more fact is people are working from two different offices. We decided and implemented an agile project management and collaboration wiki tool - Assembla. It gives a separate space for every project and a separate SVN. Migrated from TFS to SVN, we used TortoiseSVN for SVN client and VisualSVN for operating SVN from Visual Studio. Assembla provides a ticketing system which is effective to monitor so QA drop Mercury QC and starting generating new tickets against each bug they found. As they started generating tickets we fix them and update in SVN. NOW THEY NEED TO REVIEW THE FIX AND CLOSE THE TICKET.
Provide release against each ticket wouldn't a good solution here. I hope you guys must have a good suggestion on Build Automation. I've also googled and found a combination of CruiseControl.NET
+ Subversion
+ NAnt
+ MSBuild
. Can you please guide us how to make a Build Automation environment for our QA so they can easily get the updates and make build for themselves so they don't need to bother us anymore for latest release.
Thanks.