Your team follows the process that uses the DevOps delivery pipeline. The first three steps of this process are: (1) Code development (2) Submit code into a version control system and merge it into the “test” branch (3) Perform component testing for the submitted code Which of the following is BEST suited to be the entry criterion for step (2) of this pipeline?
| Project | Development effort | Test effort | ||||||
|---|---|---|---|---|---|---|---|---|
| ($) | ($) | |||||||
| P1 | 800,000 40,000 | |||||||
| P2 | 1,200,000 130,000 | |||||||
| P3 | 600,000 70,000 | |||||||
| P4 | 1,000,000 120,000 |
Các đáp án
A.Static analysis returns no high severity warnings for the submitted code✓
B.System version control reports no conflicts when merging code into the “test” branch
C.Component tests are compiled and ready to be executed
D.Statement coverage is at least 80%
Đáp án đúng
A: Static analysis returns no high severity warnings for the submitted code