Software Development Process

Descrição

Mapa Mental sobre Software Development Process, criado por ross_taylor em 21-03-2014.
ross_taylor
Mapa Mental por ross_taylor, atualizado more than 1 year ago
ross_taylor
Criado por ross_taylor mais de 11 anos atrás
23
1

Resumo de Recurso

Software Development Process
  1. 1. Analysis
    1. Deciding what you want your program to do
      1. Program specification
    2. 2. Design
      1. How you are going to input your program to the computer
        1. Psuedocode
          1. Structure Diagram
        2. 3. Implementation
          1. Inputing the code
          2. 4. Testing
            1. Testing if your program can deal with different kinds of data
              1. Normal
                1. Data in the normal range for what the program is expecting
                2. Extreme
                  1. Data on the boundaries of what the program is expecting
                  2. Exceptional
                    1. Data outwith the boundaries of what the program is expecting
                3. 5. Documentation
                  1. Writing the needed documents for the program
                    1. User Guide
                      1. Technical guide
                    2. 6. Evaluation
                      1. Fitness for purpose
                        1. Checking that the program can do what it is supposed to
                        2. 7. Maintenence
                          1. Updating the program for new software
                            1. Fixing any bugs or glitches