Results 1 to 3 of 3

Thread: Technical analysis

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2004
    Posts
    50

    Technical analysis

    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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Technical analysis

    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.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Technical analysis

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width