39
PART 1 Information Systems Information Systems Development Development

PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Embed Size (px)

Citation preview

Page 1: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

PART 1

Information Systems Information Systems DevelopmentDevelopment

Page 2: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

LEARNING OBJECTIVES• Systems Development Life Cycle

• Application Development Methodologies

• Project Management

• Systems Acquisition

• Development Phases in a Structured Process

Page 3: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

APPLICATION DEVELOPMENT• Application that is built correctly can transform as

the organization and its business transforms

• Application that effectively meets employee needs will help an organization become more productive and enhance decision making

• Application that does not meet employee needs may have a damaging effect on productivity and can even cause a business to fail

Page 4: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

APPLICATION DEVELOPMENT . . .

• As organizations’ reliance on application software grows, so do the business-related consequences of application software successes and failures including:– Increase or decrease revenue

– Repair or damage to brand reputation

– Prevent or incur liabilities

– Increase or decrease productivity

Page 5: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

The Need for Structured Systems Development Process

• The process of defining requirements, designing, building, and maintaining information systems– Standardized development methods• Best practices to follow• Consistent quality

– Software engineering

Page 6: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

THE SYSTEMS DEVELOPMENT LIFE CYCLE (SDLC)• Systems development

life cycle (SDLC) – The overall process for developing information systems from planning and analysis through implementation and maintenance

Page 7: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

The Systems Development Life Cycle

1. Planning phase – Establishes a high-level plan of the intended project and determines project goals

2. Analysis phase – Involves analyzing end-user business requirements and refining project goals into defined functions and operations of the intended system (WHAT)

– Business requirements – Specific business requests the system must meet to be successful

Page 8: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

The Systems Development Life Cycle . . .

3. Design phase – Establishes descriptions of the desired features and operations of the system including screen layouts, business rules, process diagrams, pseudo code, and other documentation (HOW)

4. Development phase – Involves taking all of the detailed design documents from the design phase and transforming them into the actual system

Page 9: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

The Systems Development Life Cycle . . .

5. Testing phase – Involves bringing all the project pieces together into a special testing environment to eliminate errors and bugs, and verify that the system meets all of the business requirements defined in the analysis phase

6. Implementation phase – Involves placing the system into production so users can begin to perform actual business operations with it

Page 10: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

The Systems Development Life Cycle . . .

7. Maintenance phase – Involves performing changes, corrections, additions, and upgrades to ensure the system continues to meet its business goals

Page 11: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

APPLICATION DEVELOPMENT METHODOLOGIES

• Waterfall (Structured Process)• Agile• Rapid application development (RAD)• Extreme programming• Rational unified process (RUP)• SCRUM

Page 12: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Waterfall Methodology

• Waterfall methodology – A structured sequence of phases in which the output of each phase becomes the input for the next

Page 13: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Agile Methodology Iterative development – Consists of a series of

tiny projects

• Agile methodology – Aims for customer satisfaction through early and continuous delivery of useful application software components developed by an iterative process using the bare minimum requirements

Page 14: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Rapid Application Development (RAD) Methodology

• Rapid application development methodology– Emphasizes extensive user involvement in the rapid and evolutionary construction of working prototypes of a system to accelerate the systems development process

Prototype – A smaller-scale representation or working model of the users’ requirements or a proposed design for an information system

• The prototype is an essential part of the analysis phase when using a RAD methodology

Page 15: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Extreme Programming Methodology• Extreme programming (XP) methodology – Breaks a

project into tiny phases, and developers cannot continue on to the next phase until the first phase is complete

Page 16: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Rational Unified Process (RUP) Methodology

• Rational Unified Process (RUP) – Provides a framework for breaking down the development of software into four gates

– Gate One: Inception

– Gate Two: Elaboration

– Gate Three: Construction

– Gate Four: Transition

Page 17: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

SCRUM Methodology• SCRUM – Uses small teams to produce small pieces

of deliverable software using sprints, or 30-day intervals, to achieve an appointed goal

• Under this methodology, each day ends or begins with a stand-up meeting to monitor and control the development effort

Page 18: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

DEVELOPING SUCCESSFUL APPLICATION

• Primary reasons for project failure– Unclear or missing business requirements– Skipping SDLC phases– Failure to manage project scope• Scope creep• Feature creep

– Failure to manage project plan– Changing technology

Page 19: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Developing Successful Application . . .• The later in the SDLC an error is found the more

expensive it is to fix!

Page 20: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

MANAGING SOFTWARE DEVELOPMENT PROJECTS

• Analysts predict investment in MIS projects worldwide is over $1 trillion

• 70 percent will be lost due to failed projects• The consequences of failed projects include– Damaged brand– Lost goodwill– Dissolution of partnerships– Lost investment opportunities– Low morale

Page 21: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Managing Software Development Projects

• Project – Temporary activities undertaken to create a unique product or service

• Project management – The application of knowledge, skills, tools, and techniques to project activities to meet project requirements

• Project manager – An individual who is an expert in project planning and management, defines and develops the project plan, and tracks the plan to ensure the project is completed on time and on budget

Page 22: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Managing Software Development Projects . . .

• Project deliverable – Any measurable, tangible, verifiable outcome, result, or item that is produced to complete a project or part of a project

• Project milestone – Represents key dates when a certain group of activities must be performed

• Project management office (PMO) – An internal department that oversees all organizational projects

Page 23: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

PROJECT CONSTRAINTS

Page 24: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

The Triple Constraint• Benjamin Franklin’s timeless advice - by failing to prepare,

you prepare to fail - applies to software development projects

• The Hackett Group analyzed 2,000 companies and discovered

– Three in 10 major IT projects fail

– 21 percent of the companies state that they cannot adjust rapidly to market changes

– One in four validates a business case for IT projects after completion

Page 25: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

PROJECT PARTICIPANTS• Project stakeholders - Individuals and organizations actively

involved in the project or whose interests might be affected as a result of project execution or project completion

– Owner (What information system can provide)

– User (What tasks to be done)

– Designer (What to do to build system, How IT do it)

– Developer (Build system according to specs)

• Executive sponsor - The person or group who provides the financial resources for the project

Page 26: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Role of Users in Systems Development Process

User Requirement Discovery: What the system should do to assist users

User Participation: Develop “system ownership”: the system is theirs

User Acceptance: The system does what users need effectively, efficiently

User Satisfaction: The success of a system !!!

Page 27: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Project Management Role

Page 28: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

CHOOSING STRATEGIC PROJECTS

• Three common techniques for selecting projects

1. Focus on organizational goals (vision, strategy)

2. Categorize projects (visibility, urgency, benefit)

3. Perform a financial analysis (cost/benefit)

Page 29: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Understanding Project Planning• After selecting strategic projects and identifying a

project manager the next critical component is the project plan

• Building a project plan involves two key components

– Project charter

– Project plan

Page 30: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Understanding Project Planning . . .• Project charter - A document issued by the project

initiator or sponsor that formally authorizes the existence of a project and provides the project manager with the authority to apply organizational resources to project activities and includes– Project scope statement– Project objectives– Project constraints– Projects assumptions

Page 31: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Understanding Project Planning . . .

• SMART criteria are useful reminders on how to ensure that the project has created understandable and measurable objectives

Page 32: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Understanding Project Planning . . .• Project plan – A formal, approved document that

manages and controls project execution

• A well-defined project plan should be

– Easy to understand and read

– Communicated to all key participants

– Appropriate to the project’s size, complexity, and criticality

– Prepared by the team, rather than by the individual project manager

Page 33: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

MANAGING PROJECTS• Managing a project includes

– Identifying requirements

– Establishing clear and achievable objectives.

– Balancing the competing demands of quality, scope, time, and cost

– Adapting the specifications, plans, and approach to the different concerns and expectations of the various stakeholders

Page 34: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

In-Sourcing Vs. Outsourcing Projects

• In-sourcing (in-house-development) –Uses the professional expertise within an organization to develop and maintain its information technology systems

• Outsourcing – An arrangement by which one organization provides a service or services for another organization that chooses not to perform them in-house

Page 35: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Outsourcing Projects• Factors driving outsourcing growth include– Core competencies– Financial savings– Rapid growth– The Internet and globalization

Page 36: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Outsourcing Projects

• Onshore outsourcing

• Nearshore outsourcing

• Offshore outsourcing

Page 37: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Outsourcing Benefits• Outsourcing benefits include

– Increased quality and efficiency of business processes

– Reduced operating expenses for head count and exposure to risk for large capital investments

– Access to outsourcing service provider’s expertise, economies of scale, best practices, and advanced technologies

– Increased flexibility for faster response to market changes and less time to market for new products or services

Page 38: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

Outsourcing Challenges• Outsourcing challenges include

– Length of contract

1. Difficulties in getting out of a contract

2. Problems in foreseeing future needs

3. Problems in reforming an internal IT department after the contract is finished

– Threat to competitive advantage

– Loss of confidentiality

Page 39: PART 1 Information Systems Development. LEARNING OBJECTIVES Systems Development Life Cycle Application Development Methodologies Project Management Systems

THANKYOU