-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate_03.html
More file actions
38 lines (35 loc) · 1.04 KB
/
template_03.html
File metadata and controls
38 lines (35 loc) · 1.04 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
<div class="explainer">
<div class="explainer-number-container">
<div class="step-number">5</div>
</div>
<div class="explainer-text">
<h2>Testing plan generation</h2>
<ul>
<li>Submit build record and prepare plans to validate build results with related policies</li>
</ul>
</div>
</div>
<div class="explainer">
<div class="explainer-number-container">
<div class="step-artifact">
<div class="step-artifact-label">C</div>
</div>
</div>
<div class="explainer-text">
<h2>Policy sets</h2>
<ul>
<li>Applicable policies for governance, security and cost controls</li>
</ul>
</div>
</div>
<div class="explainer">
<div class="explainer-number-container">
<div class="step-number">7</div>
</div>
<div class="explainer-text">
<h2>Testing automation</h2>
<ul>
<li>Processes aligned with technology to execute testing plans against applicable policies</li>
</ul>
</div>
</div>