In a hurry?
Building in a three months or less, well you can depend on Agile method like eXtreme Programming (XP) or Scrum. In this article I will show you several things to do if you wish to use XP as your Agile method.

XP flashback
First of all, XP need a discipline. Forget it, if you have a team that have no spirit to work in time and always postponed their tasks. You can read the entire tasks in Meier’s Blog. The entire tasks is not a must, you can use it when you are really need it. If you are a new kids on the block of XP try to buy the books below
my XP
If you need more simple way to adopt the XP. I constructs a tiny XP method called my-XP. my-XP is a mini implementation of the XP. In my-XP, we just need several artifacts which are
- User story document. http://www.agilemodeling.com/artifacts/userStory.htm
- Spike Solution document http://c2.com/xp/SpikeSolution.html
- Deployment diagram http://msdn.microsoft.com/en-us/library/ms181902(v=VS.80).aspx
the rest of it is just well tested code. test driven model focused in creating test unit and then evaluates your code. If you are using Visual Studio 2010 ALM or others IDE like Eclipse you can get free unit test tool. several references below
- How to- Create and Run a Unit Test – MSDN – Explore Desktop
- How to- Create a Data-Driven Unit Test – MSDN – Explore Desktop
- How to- Generate a Unit Test – MSDN – Explore Desktop, Web
- How to- Create an ASP.NET Unit Test – MSDN – Explore Desktop
- How to- Create a Unit Test without Source Code
Ciao
@ridife
Leave a Reply