Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Dev (Feasibility and Planning. (project management (Cost,…
Software Dev
Feasibility and Planning.
1.Scope of the Proposed?
2.Project Technically Feasible?
3.Project Benefits?
project management
Cost
Function.
Time
4.Costs, Timetable?
5.Resources available?
6.Risks and how can they be managed.
User Interface Design.
Structure , Layout.
Follow Requirement.
Solfware
Wide Frame though.
Mockup
Paper prototype.
require iterative development.
1.Design UI.
2.Test with Users
3.Revise the user interface.
Repeat.
Software Life Cycle.
Maintenance
Bug fix
Evolution
Update Software.
New requirement.
Operation
Phase Out
Requirement
Extraction
Minor Requirement
Function can do.
Constraints.
Goles
User
Interview.
System.
Security.
Stable.
Performance
System and Program Design
ER diagram.
System Design.
Hardware
Software
Program Design.
Function
ER Diagram.
UML Diagram.
usedcase diagram
context diagram
dataflow diagram
deployment diagram
component
activity
sequential diagram
statemachine
Implementation.
Coding.
Testing.
Integrate Test
Unit Test
System Testing.
Exception Test
Acceptance and Release.
First release.
Beta Release
Look at user perspective.
Software Dev Process
Waterfall Model
Complete all requirement before next step.
Heavy weight Process
Easy for management.
In time line.
Whole project release.
Agile Development.
Small Increments
Light weight Process.
always negotiation.
Sprint release.
Iterative Development
Go quickly through step.
repeat them to improve the system.
Medium weight.
Spiral Development
Combine Waterfall and Iterative.
Incremental release.
Agile Dev
Work flow.
Correct requirement.
Design sprint backlog.
Focus on each sprint.
Extract sprint for each function.
Follow project by status board(Trello).
Product Owner
Know all requirement.
Know user story.
Product backlog. :explode:
:silhouette:Customer
Scrum Team
:silhouettes: Dev team
Activity list and Priority.
Sprint planing. :explode:
Perpose
Dayly Meeting.
What did you done.
What do you do.
What is problem.
Burndown chart.
Time of Activity.
Sprint output.
Sprint Review.
Weekly meeting.
Meet Customer.
Sprint is serial Not parallel. :star:
Release every 2 weeks.
Categories Of Testing
Program Testing
Unit Testing.
Integrate Testing.
System Testing.
User Testing
UI Test.
Acceptance Testing
Customer Do
final test before release.