Unit 3 Software Development Flashcards
Analysis
the data - its origin, uses, volumes and characteristics
The procedures - what is done, where, when and how, and how errors and expectations are handled
The future - development plans and expected growth rates
Problems with any existing system
Processing
The algorithms and appropriate modular structures for the solutions, specifying modules with clear documented interfaces
Data structures
How data will be held and how it will be accessed - for example in a dynamic data structure such as a queue or tree, or in a file or database
Output
Content, format, sequence, frequency, medium (e.g screen or hard copy)
Input
Volume, frequency, documents used, input methods
User interface
Screens and dialogues, menus, special-purpose requirements
Security
How the data is to be kept secure from accidental corruption or deliberate tampering or hacking
Hardware
Selection of an appropriate configurations
Black box testing (functional testing)
It is testing that is solely carried out in the code. It involves looking at the program specification and creating a set of data that covers all of the inputs and outputs and program functions
White box testing (structural testing)
This is dependent on the code logic, and derives from the program structure rather than its function. Downfall is that it can’t test what isn’t there
Alpha testing
Alpha testing is carried out by the software developer’s in-house testing team. It is essential because it often reveals both errors and omissions in the system requirements definition
Beta testing
When a new package is being developed for release as a software package, beta testing
Implementation
Coding and testing will be carried out, errors traced and corrected. When all is thought to be satisfactory the software will be installed on the user’s system and more testing will be done. At this stage new weaknesses and Omissions are almost bound to the surface and more work will be carried out.
Evaluation
The evaluation may include a post-implementation review, which is a critical examination of the system usually done three to six months after it has been put into operation. This waiting period allows users and technical staff to learn how to use the system, get used to the new ways of working and understand the new procedures required. It allows management a chance to evaluate the usefulness of the reports and on-line queries. The solution should be evaluated on the basis of effectiveness, usability and maintainability
The waterfall lifecycle model
The waterfall model is where each step is completed one at a time from the beginning to the end. Each step has specific outputs that lead into the next step. It is possible to return to a previous stage if necessary but the model shows that the developers then have to work back down through the following stages: Analysis, Design, Implementation, Evaluation and Maintenance