-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathsession-47.txt
51 lines (34 loc) · 1.18 KB
/
session-47.txt
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
45
46
47
48
49
50
without CI
-------------
there will be one linux server
build and release team
----------------------
clone the code
install node js
run npm install
create a zip file
upload the zip file to nexus through nexus API
1week after, once development completed then they will inform
many issues, inform developers, again they will work....
again QA, UAT and
PROD
------------
12hr deployment window
24hr monitoring
1week monitoring for other defects
no testing, unit testing
unit testing is about testing the functions, which are basic blocks of programming. Only developers has to do unit testing...
coding standars --> dev, qa, uat
Static source code analysis --> scan the code, give some recommendations
you must apply the recommendations to pass the build
SAST --> security related things, analysis will be given to developers they have to fix
DAST --> dynamic security
Open source libraries scan --> libraries scan.. frequently upgrade the libraries
docker image scan -->
now deploy the code to development
then perform functional testing, developers can take care...
integration testing --> test the entire functionality. this will be performed by QA
sonar scanner
sonar cli
sonar agent
curl