Chapter 11 - Systems Analysis Methods (1.2) Flashcards
What is Analysis?
Stakeholders state what they want from the finished product to define the problem and system requirements
What is Design?
Designing different aspects of the system
What is Development?
Using the designed product and splitting it into individual self-contained modules which are allocated to teams for programming
What is Alpha Testing?
Testing carried out by the software development teams in the company
What is Beta Testing?
Testing carried out by end-users after alpha testing, who will then give feedback to improve the program
What is White Box Testing?
Testing carried out by software development teams based on the internal structure of the program, all possible routes of the program are tested
What is Black Box Testing?
Testing carried out by software development teams or end-users, they aren’t aware of the structure of the software and traces through inputs and outputs within the system
What is Implementation?
Software installed onto user’s systems once changes are made to it after testing
What is Evaluation?
Effectiveness of the software is evaluated against system requirements in analysis stage to evaluate its suitability in solving the problem