System_Design coding testing implemention and maintaince.pptx
AaashaRana
10 views
10 slides
Jul 07, 2024
Slide 1 of 10
1
2
3
4
5
6
7
8
9
10
About This Presentation
System Design Phase
Logical and Physical model of new system
Logical Design
Physical Design
Report
Importance of Testing Phase
Detect and remove errors
1. Unit Testing
2. System Testing
Types of System Implementation
1. Parallel Conversion
2. Pilot Conversion
3. Phased Conversion
4. Direct ...
System Design Phase
Logical and Physical model of new system
Logical Design
Physical Design
Report
Importance of Testing Phase
Detect and remove errors
1. Unit Testing
2. System Testing
Types of System Implementation
1. Parallel Conversion
2. Pilot Conversion
3. Phased Conversion
4. Direct Conversion
Importance of User Training
Size: 1.37 MB
Language: en
Added: Jul 07, 2024
Slides: 10 pages
Slide Content
Preliminary investigation System Analysis System Design system Coding System Testing System Implementation System Maintenance SDLC
System Design Phase Logical and Physical model of new system state how the new system will Meets requirements from analysis phase
Logical Design Describes general functional capabilities Reviews system requirements and components Uses CASE tools and project management software
Physical Design Details how system will deliver capabilities Specifies: Output requirements Input requirements Storage requirements Processing requirements System control Backup and Recovery procedures
Report Detailed report at end of design phase Submitted for approval
Importance of Testing Phase Detect and remove errors Tested by giving sample data Two stages: 1. Unit Testing Also known as module testing Tests individual units/modules with sample data 2. System Testing Combines all modules/units Tests complete system
Types of System Implementation After testing, also known as system conversion Methods: 1. Parallel Conversion Both old and new systems operate together Safest type Compare results, use old system until issues resolved
Types of System Implementation 2. Pilot Conversion One part uses new system, rest use old system Rest of organization switches after satisfaction
Types of System Implementation 3. Phased Conversion Implement new system components one by one 4. Direct Conversion Old system directly replaced by new system Most risky, used when time is short Also called crash conversion
Importance of User Training Essential for successful operation Proper training needed to use new system Manuals and reference information Computer-based training (CBT) popular