PDA

Click to See Complete Forum and Search --> : Technical analysis


neptun_
Feb 13th, 2006, 06:41 AM
Hi,

I must develop a program in C#, but first of all, I must build the technical analysis. Do you have any standard procedure that you follow when you are doing this for your projects? Can you show me some examples?

Thanks

Hack
Feb 13th, 2006, 06:49 AM
Meeting with your target audience and gather the programming specifications is step one.

Documenting these specs, and having your audience review them to ensure that you understand what it is they want would be the next logical step.

We always develop test cases and have our clients review them as well to ensure that during the development stage, we are testing the product for scenerios that will actually occur when the product is released.

mendhak
Feb 14th, 2006, 04:49 AM
First, get the business requirements. This is basically a document written in very simple language so that the intellectually challenged clients can understand what is going to happen, overall.

Then, get to the Functional specs... in this, break down each part of the software, and give an overall view of how this is to be done. This is something the team leader, intellectually challenged client and developer will understand.

While test cases can be generated along with the documentation, it is also susceptible to change, so these must be accounted for.