forked from raushan8586/devops-2023-september
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4. SDLC
More file actions
23 lines (19 loc) · 691 Bytes
/
4. SDLC
File metadata and controls
23 lines (19 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SDLC --> Software Development Lifecycle
makemytrip --> Deep Kalra
1. Problem statement
2. Requirements Gathering
3. Planning & Designing
4. Coding
5. Build the code --> compile, unit test, package --> .jar/.war/.ear (artifacts)
6. Deploy the artifacts to QA/Staging
7. Testing/Validations --> Functional Testing (SIT) / Performance Testing / Security Testing / User Acceptance Testing
8. Deploy to Production
9. Monitoring
10. Feedback / Maintenance
SDLC Models --> approaches
------------
1. Waterfall
2. Agile
3. DevOps --> SDLC Process Automation to increase software release velocity
DevOps --> Development + Operations
--> Better Collobatation between Development & Operations team