-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDay18.txt
More file actions
44 lines (30 loc) · 1.21 KB
/
Day18.txt
File metadata and controls
44 lines (30 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
CI/CD
=========
Continous Integration == Process set of tools or process that we follow before delivery the application or deploying the application.
Continous Delivery == Is the process where you deploy your application and delivery the application to specific platform
Ex: App dev (personal laptop) ---> Customer laptop
Tested -- Scanned -- Reports -- deploy -- Customer will access it
Unit testing
============
--> Dev's testing their own code
--> Testing own code with specific conditions
Static code analysis
===================
Syntax check
formatting check
indentation check
Ex: In an application if we are declared lot of variables but only using few then
wastage of memory is there, To reduce that we have to do static code analysis
Code quality/Vulnerability
========================
Code quality testing any vulnerablity with new version
Automation testing
=====================
Functionality testing on end to end testing on application for example addition function is not implacing sub or mul function
Reports
========
Esstential
Reports of code quality and other stuff
Deployment state
================
Deployment is available to the customer to access it