Provide a comprehensive understanding of the software development process.
Introduce various software development models and methodologies.
Teach students to analyze, design, implement, and test software systems.
Emphasize the importance of software quality, maintenance, and project management.
Course Outcomes
Upon completion of this course, students will be able to:
Apply software engineering principles and practices throughout the software development lifecycle.
Elicit and analyze software requirements.
Design software systems using appropriate modeling techniques.
Implement and test software components and systems.
Manage software projects effectively.
Appreciate the importance of software quality and maintenance.
Detailed Syllabus
Module 1: Introduction to Software Engineering
The evolving role of software
Software characteristics
Software engineering challenges
Software myths
A generic view of process: framework activities and umbrella activities.
Process models: Waterfall model, incremental process models, evolutionary process models, spiral model, concurrent models, component based development.
Specialized process models: Formal methods model, aspect oriented software development.
Design concepts: Abstraction, architecture, patterns, separation of concerns, modularity, information hiding, functional independence, refinement, aspects, refactoring, Object-Oriented design concepts
Design Modeling: Data Design Elements, Architectural Design Elements, Interface Design Elements, Component-level Design Elements, Deployment-level Design Elements
Architectural design: Architectural styles, Architectural design, Architectural mapping using Data Flow Diagrams (DFDs)
Module 4: Testing Strategies & Tactics
Software testing fundamentals
Internal and external views of testing, white box testing: Basis path testing, control structure testing
Black Box testing: Boundary value analysis, equivalence class partitioning, state based testing, graph based testing, comparison testing, orthogonal array testing
Testing for specialized environments: OO testing, client/server, web applications, real time systems
Debugging process, testing tools.
Module 5: Software Project Management
Estimation: project planning process
Metrics for project size estimation: LOC and FP based estimation, make/buy decision