1 / 51

Systems Implementation: Application Development and Testing

This chapter focuses on the application development and testing phase of systems implementation in the systems development life cycle (SDLC). It covers topics such as software quality assurance, program design, structure charts, cohesion and coupling, and other application development tools.

greener
Télécharger la présentation

Systems Implementation: Application Development and Testing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Systems Implementation Chapter 9

  2. Phase Description • Systems Implementation is the fourth of five phases in the systems development life cycle (SDLC) • Includes application development, testing, installation, and evaluation • Users will be working with the system on a day-to-day basis, and you will focus on system operation and support, which is the final phase in the SDLC

  3. Introduction • The system design specification serves as a blueprint for constructing the new system • The initial task is application development • Before a changeover can occur, the system must be tested and documented carefully, users must be trained, and existing data must be converted • A formal evaluation of the results takes place as part of a final report to management

  4. Software Quality Assurance • In today’s competitive business environment, companies are intensely concerned with the quality of their products and services • Rigorous testing catches errors in the implementation stage, but it is much less expensive to correct mistakes earlier in the development process • The main objective of quality assurance is to avoid problems or to detect them as soon as possible

  5. Application Development • Application development is the process of constructing the programs and code modules that are the building blocks of the information system • Your first step in application development is to review carefully all existing documentation

  6. Application Development • Documentation Review • You will need solid documentation from prior SDLC phases to design programs and code modules • Using the system documentation as a blueprint, you will develop structure charts that break the system into smaller pieces that programmers can translate into programs and modules

  7. Application Development • Program Design • Must view the system as a series of interactive modules • Top-down design – partitioning – modular design • Use Structure Charts to assist in design • Structure Charts (結構圖) • Structure charts show the program modules and the relationships among them • Control module: a higher-level module • Subordinate modules: lower-level module • Library module: reusable

  8. Application Development • Structure Charts • Module • Data Couple: data passes from one module to another • Control Couple (filled circle) • Flag • A module uses a flag to signal a specific condition or action to another module

  9. Application Development • Structure Charts • Condition • A condition line indicates that a control module determines which subordinate modules will be invoked, depending on a specific condition • A diamond shape. Ex. P. 415 • Loop • A loop indicates that one or more modules are repeated

  10. Application Development • Structure Chart Examples (see also p. 159)

  11. Application Development • Cohesion (內聚) and Coupling (關連) • A module that performs a single function or task has a high degree of cohesion (desirable) • If you need to make a module more cohesive, you can split it into separate units, each of which performs a single function • Loosely coupled: modules are independent • Tightly coupled: (not desirable) ex.p. 417

  12. Application Development • Steps in Drawing a Structure Chart • Step 1: Review the DFDs and Object Models • Check for accuracy and completeness • Step 2: Identify Modules and Relationships • You work your way down from the context diagram to the lower-level diagrams, identifying control modules and subordinate modules, until you reach functional primitives • Step 3: Add Couples, Loops, and Conditions • Identify the data elements that pass from one module to another • Step 4: Analyze the Structure Chart, the DFDs, and the Data Dictionary • Ensure that the chart reflects all previous documentation and that the logic is correct

  13. Application Development • Other Application Development Tools • Program Flowcharts • Program flowcharts graphically represent the logic and interaction between program modules • Pseudocode • Is not language-specific, so you can use it to describe a software module in plain English without requiring strict syntax rules

  14. Coding • Programming Environments • Each IT departments has its own programming environment and standards • Generating Code • Use application generators, report writers, screen generators, fourth-generation languages, and other CASE tools • Can generate editable program code directly from macros, keystrokes, or mouse actions

  15. Testing the System • After coding, a programmer must test each program to make sure that it functions correctly • Syntax errors • Desk checking: to spot semantic errors • Structured walkthrough, or code review • Design walkthrough

  16. Testing the System • Unit Testing • Test data should contain both correct data and erroneous data and should test all possible situations that could occur • Programmers must test programs that interact with other programs and files individually • Regardless of who creates the test plan, the project manager or a designated analyst also reviews the final test results

  17. Testing the System • Integration Testing • Integration testing, or link testing • Testing the programs independently does NOT guarantee that the data passed between them is correct • Integration test data must consider both normal and unusual situations • A testing sequence should not move to the integration stage unless it has performed properly in all unit tests

  18. Testing the System • System Testing • Major objectives: • Perform a final test of all programs • Ensure that the IT staff has the documentation and instructions needed to operate the system properly and that backup and restart capabilities of the system are adequate • Demonstrate that users can interact with the system successfully • Verify that all system components are integrated properly and that actual processing situations will be handled correctly • Confirm that the information system can handle predicted volumes of data in a timely and efficient manner

  19. Testing the System • System Testing • Also called acceptance tests • You should regard thorough testing as a cost-effective means of providing a quality product • If conflicting views exist, management will decide whether or not to install the system after a full discussion of the options

  20. Documentation • Program Documentation • System Documentation • Operations Documentation • User Documentation

  21. Documentation • Program Documentation • Describes the inputs, outputs and processing logic for all program modules • This documentation guides programmers, who construct modules that are well supported by internal and external comments and descriptions that can be understood and maintained easily • System analysts prepare overall documentation, such as process description and report layouts, early in the SDLC

  22. Documentation • System Documentation • Describes the system’s functions and how they are implemented • Includes data dictionary entries, data flow diagrams, object models, screen layouts, source documents, and the systems request that initiated the project • During systems implementation, an analyst must review system documentation to verify that it is complete, accurate, and up-to-date, including any changes made during the implementation process

  23. Documentation • Operations Documentation • Needed when IS environment involves a minicomputer or mainframe and must support centralized operation • Should contains all the information needed for processing and distributing printed output, e.g. • Scheduling info., report frequency and deadlines • Input files and where they originate • Output files and destinations

  24. Documentation • Operations Documentation • Includes the following information: • Special forms required • Error and informational messages to operators and restart procedures • Special instructions, such as security requirements • Operations documentation should be clear, concise, and available online if possible

  25. Documentation • User Documentation • Includes the following: • A system overview that clearly describes all major system features, capabilities, and limitations • Description of source document content, preparation, processing, and samples • Overview of menu and data entry screen options, contents, and processing instructions • Examples of reports that are produced regularly or available at the user’s request, including samples

  26. Documentation • User Documentation • Consists of instructions and info to users who will interact with the system • Includes: user manuals, Help screen, and tutorials • Need to develop it the same time you develop the system • Usually need some professional help • Must be clear, understandable, and readily accessible to users at all levels

  27. Documentation • User Documentation • Neglecting user documentation issues until after all the program is complete often leads to one of two things: • 1) the documentation will be thrown together as quickly as possible just to get it out the door on time, and it more than likely will be inadequate; or • 2) it will be done correctly, and the product release will be delayed considerably

  28. Documentation • User Documentation • Written documentation material also is valuable • The time between finishing software coding and the time when a complete package can be released to users is entirely dependent on how well the documentation is thought out in advance • FAQ • Online documentation

  29. Management Approval • After system testing is complete, you present the results to management • If system testing produced no technical, economical, or operational problems, management determines a schedule for system installation and evaluation

  30. System Installation and Evaluation • Remaining steps in systems implementation: • Prepare a separate operational and test environment • Provide training for users, managers, and IT staff • Perform data conversion and system changeover • Carry out post-implementation evaluation of the system • Present a final report to management

  31. Operational and Test Environments • The environment for the actual system operation is called the operational environment or production environment • The environment that analysts and programmers use to develop and maintain programs is called the test environment • A separate test area is necessary to maintain system security and integrity and protect the operational environment

  32. Operational and Test Environments • Access to the operational environment is limited to users and must be strictly controlled for security purpose • The test environment for an information system contains copies of all programs, procedures, and test data files • After any modification, you should repeat the same acceptance tests you ran when the system was developed

  33. Training • Training Plan • The first step is to identify who should receive training and what training is needed • The three main groups for training are users, managers, and IT staff • You must determine how the company will provide training • Vendor training • Outside training • In-house training

  34. Training • Vendor Training • If the system includes the purchase of software or hardware, then vendor-supplied training is one of the features you should investigate in the RFPs (requests for proposal) and RFQs (requests for quotation) that you send to potential vendors • Vendor training often gives the best return on your training dollars

  35. Training • Outside Training Resources • Many training consultants, institutes, and firms are available that provide either standardized or customized training packages • You can contact a training provider and obtain references from clients

  36. Training • In-House Training • The IT staff and user departments often share responsibility • When developing a training program, you should keep the following guidelines in mind: • Train people in groups, with separate training programs for distinct groups • Select the most effective place to conduct the training • Provide for learning by hearing, seeing, and doing • Prepare effective training materials, including interactive tutorials

  37. Training • In-House Training • When developing a training program, you should keep the following guidelines in mind: • Rely on previous trainees (種子訓練) • Train-the-trainer strategy • When Training is complete, many organizations conduct a full-scale test, or simulation

  38. Data Conversion • Data Conversion • During data conversion, existing data is loaded into the new system • You should develop a data conversion plan as early as possible, and the conversion process should be tested when the test environment is developed

  39. Data Conversion • Data Conversion Strategies • The old system might be capable of exporting data in an acceptable format for the new system or in a standard format such as ASCII or ODBC • If a standard format is not available, you must develop a program to extract the data and convert it • Often requires additional data items, which might require manual entry

  40. Data Conversion • Data Conversion Security and Controls • You must ensure that all system control measures are in place and operational to protect data from unauthorized access and to help prevent erroneous input • It is essential that the new system be loaded with accurate, error-free data • More difficult when the new system replaces a manual system

  41. System conversion • Direct cutover • Parallel operation • Pilot operation • Phased operation

  42. System Changeover • Direct Cutover • Involves more risk than other changeover methods • Companies often choose the direct cutover method for implementing commercial software packages • Cyclical information systems usually are converted using the direct cutover method at the beginning of a quarter, calendar year, or fiscal year

  43. System Changeover • Parallel Operation • Easier to verify that the new system is working properly under parallel operation than under direct cutover • Running both systems might place a burden on the operating environment and cause processing delay • Is not practical if the old and new systems are incompatible technically • Also is inappropriate when the two systems perform different functions

  44. System Changeover • Pilot Operation • The group that uses the new system first is called the pilot site • The old system continues to operate for the entire organization • After they system proves successful at the pilot site, it is implemented in the rest of the organization, usually using the direct cutover method • Is a combination of parallel operation and direct cutover methods

  45. System Changeover • Phased Operation • You give a part of the system to all users • The risk of errors or failures is limited to the implemented module only • Is less expensive than full parallel operation • Is not possible, however, if the system cannot be separated easily into logical modules or segments

  46. System Changeover

  47. Post-Implementation Tasks • Post-Implementation Evaluation • Includes feedback for the following areas: • Accuracy, completeness, and timeliness of information system output • User satisfaction • System reliability and maintainability • Adequacy of system controls and security measures • Hardware efficiency and platform performance

  48. Post-Implementation Tasks • Post-Implementation Evaluation • Includes feedback for the following areas: • Effectiveness of database implementation • Performance of the IT team • Completeness and quality of documentation • Quality and effectiveness of training • Accuracy of cost-benefit estimates and development schedules

  49. Post-Implementation Tasks • Post-Implementation Evaluation • When evaluating a system, you should: • Interview members of management and key users • Observe users and computer operations personnel actually working with the new information system • Read all documentation and training materials • Whenever possible, people who were not directly involved in developing the system should conduct the post-implementation evaluation

  50. Post-Implementation Tasks • Post-Implementation Evaluation • Users can forget details of the developmental effort if too much time elapses • Ideally, conducting a post-implementation evaluation should be standard practice for all information systems projects

More Related