SlideShare a Scribd company logo
Software Engineering
Definition




Software: The programs, routines and symbolic
language that controls the functioning of the
hardware and direct its operation.
Engineering: The application of scientific and
mathematical principals to practical ands such as
the design, manufacture & operation of efficient
and economical structures, machines, processes
and systems.
Definition



Software Engineering: A systematic
approach to the analysis, design,
implementation and maintenance of
software.
1. Conventional Methods of
SE






Analysis Concepts and Principals
Analysis Modeling
Design Concepts and Principals
Architectural Design
User Interface Design
Software Life-cycle








Requirements Analysis
Design
Construction
Testing
Installation
Maintenance
Retirement
Analysis concepts and
Principals






Understand the Information domain of
the problem
Define the functionalities of the S/W
Represent the behavior of the S/W
Partition the models that models that
depict information, function and
behavior
Analysis Procedure



Requirements Collection
Customer Communication







(Questionnaire, Interviews etc.)

Modeling
Partitioning
Prototyping
Requirements Specification
Analysis Modeling

Data Object
Description

ER Diagram

Data Flow
Diagram

Data Dictionary

State Transition Diagram
Behavior/Control
Specification

Process/Function
Specification
Design Concepts & Principals


Data Design




Architectural Design




Relationship among structural elements

Interface Design




Data Structures

Human-Computer interaction

Procedural Design


Procedural description of S/W components
2. Software Project
Management


Four P’s of Project Management





People
Product
Process
Project
Project Management…




People must be organized into effective
terms, motivated to do high-quality s/w work
and coordinated to do effective
communication.
The Product requirements must be
communicated from customer to developer,
partitioned into their constituent parts and
positioned for work by the software team.
Project Management…






The Process must be adapted to the people
and the problem
The Project must be organized in a manner
that enables the software team to succeed.
The Project Management also includes
Measurement and metrics estimation, risk
analysis, schedules, tacking and control.
Metrics




Measurement enables to improve the
software process, assist in planning,
tracking and control of a software
project and assess the quality of the
product that is produced.
Measures of specific attributes of the
process, project and product are used
to compute S/W metrics.
Metrics…


Metrics is a quantitative measure of the
degree to which a system, component
or process posses a given attribute.
Metrics Types




Size Oriented Metrics (LOC)
Function Oriented Metrics (FP)
Use Case Oriented Metrics (Use
Cases)
Estimation








Fundamentals
Inputs
Process
Outputs
Types
Metrics
Samples
Estimation fundamentals

NO zone

Know zone

Actual reqmts
Requirement clarity

• Accelerate progress into KNOW zone
• Advanced requirements gathering tech
• Approximate NO zone with risk
Estimation inputs



High quality requirements
Historical productivity rates









LOC/hr, FP/hr, Pgms/day
Application attributes
Project team experience
PM experience
Language used
Methodology used
Platform
Code complexity
Estimation inputs...


Cost data







S/w cost
H/w cost
Service charge
Salaries
Link
Miscellaneous - travel, team meet expenses etc,.
Estimating process










Identify the solution offerring - Organization std
process DB 5%
Freeze inventory and deliverables 50%
Alternative implementation techniques - build, buy,
outsource, tool based 10%
Gather other estimation inputs 20%
Perform estimate - Excel 10%
Create schedule - res, onsite/offshore 2%
Estimate the cost in $ 3%
Estimation outputs


Direct








Project size
Effort
Duration
Resources
Cost

Indirect



schedule
process
Estimation types





Functional
LOC
Method based
Experience based
Estimation - Metrics



Productivity : size/hrs
Quality







Product - achieve funct & tech
requirements
Process - defect removal rate, measures

Cost: price/prj.unit size
Customer satisfaction – prj time based
review
Estimation
Options
Delay Estimates
Depends on Similar Projects
Decomposition Techniques
Empirical models
Estimation
Decomposition Techniques
Software sizing
Function point sizing
Standard component sizing
Estimation
Problem based Estimation
LOC- based Estimation
FP- based Estimation

Process- based Estimation
Estimation
Empirical Models
LOC- oriented estimation models

E = 5.2*(KLOC)0.91

Walton-Felix Model

E = 5.5+.73*(KLOC)1.16

Bailey-Basali Model

E = 3.2+(KLOC)1.05

Boehm simple Model

E = 5.288+(KLOC)1.047

Doty Model for KLOC >9

E is effort in person months
Estimation
Timeline Chart
Work tasks
1.1 Identify Need
xxxxxxxxxxxxx
xxxxxxxxxxxxx
xxxxxxxxxxxxx
xxxxxxxxxxxxx
milestone
1.2Define desired----

Week1
D1
D2

D3

D4

D5

Week2
D1
D2

Week3
D3

D4

D5
Tracking
Work Tasks
1.1 Identify Need
xxxxxxxxxxxxx
xxxxxxxxxxxxx
xxxxxxxxxxxxx
xxxxxxxxxxxxx
milestone
1.2Define desired-----

Project Table

Planned
Start
Wk1 d1

Actual
Start
Wk1 d1

Planned
Complete
Wk1 d2

Actual
Complete

Assigned Effort
Person
Allocated

Notes
Estimation
Project Plan
1 Introduction
2 Project Estimate
3 Risk Management Strategy
4 Schedule
5 Project Resources
6 Staff Organization
7 Tracking and Control Management
8 Appendices
Risk Management





What can go wrong ?
What is the likelihood (Probability) ?
What will the damage be (Impact) ?
What can we do about it ?
Reactive Rick Management







Project team reacts to risks when they occur
Mitigation – plan for additional resources in
anticipation of fire fighting
Fix on failure - resources are found and
applied when the risk strikes
Crisis management - failure does not
respond to applied resources and project is in
jeopardy
Proactive Risk Management



Formal risk analysis is performed
Organization corrects the root causes of
risk





TQM concepts and statistical SQA
Examining risk cources that lie beyond the
bounds of the s/w
Developing the skill to manage change
Risk Management Paradigm
Identify

Control

Track

Analyze

Plan
3. Software Quality




Conformance to explicit and implicit
customer requirements
Striving for excellence in reliability and
functions by continuous [process]
improvement, supported by statistical
analysis of the causes of failure.
Measuring S/W Quality


+


=


No. of errors & defects, severity, type,
cause, effort to correct
Design measures, Complexity,
structure, flow
Defect removal efficiency, statistical
SQA data, design quality metrics
A Quality Metric





E = total errors found before delivery
D = total defects found after delivery
Defect removal efficiency (DRE) =
E / (E+D)
Software Quality








S/w Quality is achieved through a disciplined
approach called Software Engineering
S/w Quality can be defined, described, and
measured.
S/w Quality can be assessed before any code
has been written
S/w Quality cannot be tested into a product
Software Quality Assurance







SQA Goals:
To improve s/w quality by monitoring
both the process and the product
To ensure compliance with all local
standards for software engineering
O ensure that any product defect,
process variance or standards
noncompliance is noted and fixed
Formal Technical Reviews







A meeting conducted by technical
people for technical people
A technical assessment of a work
product created during the s/w
engineering process
A S/w Quality Assurance mechanism
A training ground
Review Process




Establish Review Guidelines
The review meeting
Review reporting and record keeping
4. Software Testing
What is Software Testing?








Any activity aimed at evaluating an
attribute or capability of a program or
system, to verify that it meets its required
results.
It is the process of executing software in a
controlled manner.
Testing is the process of executing a
program with an intent to find errors.
A process of verification and validation.
IEEE-Definition of Testing
“The process of exercising or evaluating a
system by manual or automatic means to
verify that it satisfies specified requirements
or to identify differences between expected
and actual results.”
Steps in Testing


Determine the goals and what is to be
measured in the test





Satisfy the Requirements
Reliability

Decide how to test





Inspections
walkthrough
manual
automation
Steps in Testing (contd...)





Develop test plans and test cases
Determine the expected results
Execute the test cases
Compare the results
Levels in Software Testing


Unit Testing






Individual units are tested
Confirms the module is coded correctly
Types are Black Box testing & White Box testing

Integration Testing




Test the sub systems and modules and its
interfaces
Checks if they function properly and meet the
system requirements.
Levels in SoftwareTesting


System Testing





Black box Testing.
Entire system is tested as an entity.

User Acceptance Testing


Testing the finished product with respect to the
user perception.
Points to remember while Testing










Testing is the process of executing a program to find
an error.
It is impossible to test any module or system
completely.
There are practical and theoretical limitations.
Correcting an error can introduce another error.
Testing can prevent errors. Find them early.
Testing is best done by independent testers.
Generally the person who codes the module carries
out the Unit Testing
Why is Testing required?


General






Business






Developers are not infallible
Requirement implications are not seen
Find the bugs and limitations
Post release debugging is too expensive
Reputation,sales,operations all affected
Hazardous bugs(life/property)

Professional




Test case design challenging, rewarding
Good testing gives confidence in work
Systematic test is effective
Definitions


Bug/Defect





Validation




Deviation from specification or standard
Anything that causes customer dissatisfaction
Test phase of life cycle. It is the process of checking if what
has been specified, is what the user actually wanted.

Verification


Quality control activity. It is the checking or testing of items,
including software, for conformance and consistency with an
associated specification.

More Related Content

What's hot (20)

PPT
Flow oriented modeling
ramyaaswin
 
PPTX
Distributed Database Management System
AAKANKSHA JAIN
 
PDF
Software project management
R A Akerkar
 
PPTX
Context model
Ubaid423
 
PPTX
Waterfall model
BHARGAV VISANI
 
PPTX
Issues in knowledge representation
Sravanthi Emani
 
PDF
Software Process Models
Atul Karmyal
 
PPTX
SRS(software requirement specification)
Akash Kumar Dhameja
 
PPT
REQUIREMENT ENGINEERING
Saqib Raza
 
PPTX
Data Modeling PPT
Trinath
 
PPT
Unit 1 - Introduction to Software Engineering.ppt
DrTThendralCompSci
 
PPT
Object Oriented Analysis and Design
Haitham El-Ghareeb
 
PPT
2.6 Empirical estimation models & The make-buy decision.ppt
THARUNS44
 
PDF
Object oriented software engineering concepts
Komal Singh
 
PPTX
Software Evolution
Muhammad Asim
 
PPTX
Software Configuration Management (SCM)
Er. Shiva K. Shrestha
 
PPTX
Software design
Syed Muhammad Hammad-ud-Din
 
PPT
1.2 steps and functionalities
Krish_ver2
 
PPTX
Software quality
Sara Mehmood
 
Flow oriented modeling
ramyaaswin
 
Distributed Database Management System
AAKANKSHA JAIN
 
Software project management
R A Akerkar
 
Context model
Ubaid423
 
Waterfall model
BHARGAV VISANI
 
Issues in knowledge representation
Sravanthi Emani
 
Software Process Models
Atul Karmyal
 
SRS(software requirement specification)
Akash Kumar Dhameja
 
REQUIREMENT ENGINEERING
Saqib Raza
 
Data Modeling PPT
Trinath
 
Unit 1 - Introduction to Software Engineering.ppt
DrTThendralCompSci
 
Object Oriented Analysis and Design
Haitham El-Ghareeb
 
2.6 Empirical estimation models & The make-buy decision.ppt
THARUNS44
 
Object oriented software engineering concepts
Komal Singh
 
Software Evolution
Muhammad Asim
 
Software Configuration Management (SCM)
Er. Shiva K. Shrestha
 
1.2 steps and functionalities
Krish_ver2
 
Software quality
Sara Mehmood
 

Viewers also liked (9)

PPTX
Software engineering- system testing
Tejas Mhaske
 
PPT
Software quality assurance
Rizky Munggaran
 
PPTX
Software architecture
Ahmad Raza Aslam
 
PPT
Analysis modeling
Preeti Mishra
 
PPT
Unit 8
anuragmbst
 
PPTX
Data and functional modeling
Slideshare
 
PPT
Functional modeling
Fatma Al-sayegh
 
PPTX
Quality Models
nethisip13
 
PPT
Software quality
jagadeesan
 
Software engineering- system testing
Tejas Mhaske
 
Software quality assurance
Rizky Munggaran
 
Software architecture
Ahmad Raza Aslam
 
Analysis modeling
Preeti Mishra
 
Unit 8
anuragmbst
 
Data and functional modeling
Slideshare
 
Functional modeling
Fatma Al-sayegh
 
Quality Models
nethisip13
 
Software quality
jagadeesan
 
Ad

Similar to Software Engineering Fundamentals (20)

PDF
Software testing kn husainy
khalid noman husainy
 
PPT
Software metrics
Aadarsh Sharma
 
PPT
Software Metrics
swatisinghal
 
PPT
1 Ads
lcbj
 
PPT
Softwaretesting
nazeer pasha
 
PPTX
software metrics(process,project,product)
Amisha Narsingani
 
PPT
Software_Verification_and_Validation.ppt
Saba651353
 
PDF
Lecture9
tehakelew tefera
 
PPT
16. cmm pgp
PROF. PUTTU GURU PRASAD
 
PPT
16. cmm pgp
PROF. PUTTU GURU PRASAD
 
PDF
EffectiveSoft QA Services
Kathrine Troyanova
 
PPTX
Software Engineering
UMA PARAMESWARI
 
PPTX
Software Engineering
UMA PARAMESWARI
 
PDF
Unit 1.pdf
dsffdfddv
 
PPTX
Software Engineering Layered Technology Software Process Framework
JAINAM KAPADIYA
 
PPTX
System Integration and Architecture.pptx
MARIVICJOYCLAMUCHA1
 
PPTX
Software testing
Ravi Dasari
 
DOCX
Jaya_Joshi_Software_Testing
jaya joshi
 
PPT
SQA Lecture 01 (Introduction) - Testing and SQA
sunena224
 
PPTX
Software metrics
syeda madeha azmat
 
Software testing kn husainy
khalid noman husainy
 
Software metrics
Aadarsh Sharma
 
Software Metrics
swatisinghal
 
1 Ads
lcbj
 
Softwaretesting
nazeer pasha
 
software metrics(process,project,product)
Amisha Narsingani
 
Software_Verification_and_Validation.ppt
Saba651353
 
EffectiveSoft QA Services
Kathrine Troyanova
 
Software Engineering
UMA PARAMESWARI
 
Software Engineering
UMA PARAMESWARI
 
Unit 1.pdf
dsffdfddv
 
Software Engineering Layered Technology Software Process Framework
JAINAM KAPADIYA
 
System Integration and Architecture.pptx
MARIVICJOYCLAMUCHA1
 
Software testing
Ravi Dasari
 
Jaya_Joshi_Software_Testing
jaya joshi
 
SQA Lecture 01 (Introduction) - Testing and SQA
sunena224
 
Software metrics
syeda madeha azmat
 
Ad

More from Rahul Sudame (15)

PDF
Conducting 'meaningful' retrospection meetings
Rahul Sudame
 
PPTX
How to measure the outcome of agile transformation
Rahul Sudame
 
PPTX
Change request for right mindset
Rahul Sudame
 
PPTX
Transforming Lives using Agile
Rahul Sudame
 
PDF
Technical Paper Competition - PMI's Project Management Regional Conference, P...
Rahul Sudame
 
PPTX
Project Management Framework
Rahul Sudame
 
PPTX
Continuous Integration
Rahul Sudame
 
PDF
Value of PMP Certification and PMI Membership
Rahul Sudame
 
PPTX
PMI Agile Certified Practitioner Certification Overview
Rahul Sudame
 
PPTX
Introduction to JMeter
Rahul Sudame
 
PPT
Cloud computing and Software as a Service Overview
Rahul Sudame
 
PPTX
Trends in IT
Rahul Sudame
 
PPTX
Services Provided by PMI & Pune Chapter
Rahul Sudame
 
PPTX
Career Inputs for Students
Rahul Sudame
 
PPT
Knowledge Management Overview
Rahul Sudame
 
Conducting 'meaningful' retrospection meetings
Rahul Sudame
 
How to measure the outcome of agile transformation
Rahul Sudame
 
Change request for right mindset
Rahul Sudame
 
Transforming Lives using Agile
Rahul Sudame
 
Technical Paper Competition - PMI's Project Management Regional Conference, P...
Rahul Sudame
 
Project Management Framework
Rahul Sudame
 
Continuous Integration
Rahul Sudame
 
Value of PMP Certification and PMI Membership
Rahul Sudame
 
PMI Agile Certified Practitioner Certification Overview
Rahul Sudame
 
Introduction to JMeter
Rahul Sudame
 
Cloud computing and Software as a Service Overview
Rahul Sudame
 
Trends in IT
Rahul Sudame
 
Services Provided by PMI & Pune Chapter
Rahul Sudame
 
Career Inputs for Students
Rahul Sudame
 
Knowledge Management Overview
Rahul Sudame
 

Recently uploaded (20)

PDF
The New Zealand Business Sales Report 2025_compressed.pdf
charlie630518
 
PDF
Retinal Disorder Treatment Market 2030: The Impact of Advanced Diagnostics an...
Kumar Satyam
 
PDF
🚀 Mohit Bansal_ Driving Urban Evolution Through GMI Infra (1).pdf
Mohit Bansal GMI
 
PPTX
The Ultimate Guide to Customer Journey Mapping
RUPAL AGARWAL
 
DOCX
Andrew C. Belton, MBA Resume - July 2025
Andrew C. Belton
 
DOCX
Apply for a Canada Permanent Resident Visa in Delhi with Expert Guidance.docx
WVP International
 
PPTX
The Rise of Artificial Intelligence pptx
divyamarya13
 
PDF
The Rise of Penfolds Wine_ From Australian Vineyards to Global Fame.pdf
Enterprise world
 
PPTX
Social Media Marketing for Business Growth
vidhi622006
 
PPTX
E-commerce and its impact on business.
pandeyranjan5483
 
PPTX
Brain Based Enterprises - Harmonising Man, Woman and Machine
Peter Cook
 
PPTX
Memorandum and articles of association explained.pptx
Keerthana Chinnathambi
 
PDF
Top 10 Corporates in India Investing in Sustainable Energy.pdf
Essar Group
 
PPTX
FINAL _ DB x Forrester x Workday Webinar Buying Groups July 2025 (1).pptx
smarvin1
 
DOCX
India's Emerging Global Leadership in Sustainable Energy Production The Rise ...
Insolation Energy
 
PPTX
Struggling to Land a Social Media Marketing Job Here’s How to Navigate the In...
RahulSharma280537
 
PPTX
Appreciations - July 25.pptxsdsdsddddddsssss
anushavnayak
 
PDF
Alan Stalcup - Principal Of GVA Real Estate Investments
Alan Stalcup
 
PDF
Using Innovative Solar Manufacturing to Drive India's Renewable Energy Revolu...
Insolation Energy
 
PPTX
Piper 2025 Financial Year Shareholder Presentation
Piper Industries
 
The New Zealand Business Sales Report 2025_compressed.pdf
charlie630518
 
Retinal Disorder Treatment Market 2030: The Impact of Advanced Diagnostics an...
Kumar Satyam
 
🚀 Mohit Bansal_ Driving Urban Evolution Through GMI Infra (1).pdf
Mohit Bansal GMI
 
The Ultimate Guide to Customer Journey Mapping
RUPAL AGARWAL
 
Andrew C. Belton, MBA Resume - July 2025
Andrew C. Belton
 
Apply for a Canada Permanent Resident Visa in Delhi with Expert Guidance.docx
WVP International
 
The Rise of Artificial Intelligence pptx
divyamarya13
 
The Rise of Penfolds Wine_ From Australian Vineyards to Global Fame.pdf
Enterprise world
 
Social Media Marketing for Business Growth
vidhi622006
 
E-commerce and its impact on business.
pandeyranjan5483
 
Brain Based Enterprises - Harmonising Man, Woman and Machine
Peter Cook
 
Memorandum and articles of association explained.pptx
Keerthana Chinnathambi
 
Top 10 Corporates in India Investing in Sustainable Energy.pdf
Essar Group
 
FINAL _ DB x Forrester x Workday Webinar Buying Groups July 2025 (1).pptx
smarvin1
 
India's Emerging Global Leadership in Sustainable Energy Production The Rise ...
Insolation Energy
 
Struggling to Land a Social Media Marketing Job Here’s How to Navigate the In...
RahulSharma280537
 
Appreciations - July 25.pptxsdsdsddddddsssss
anushavnayak
 
Alan Stalcup - Principal Of GVA Real Estate Investments
Alan Stalcup
 
Using Innovative Solar Manufacturing to Drive India's Renewable Energy Revolu...
Insolation Energy
 
Piper 2025 Financial Year Shareholder Presentation
Piper Industries
 

Software Engineering Fundamentals