Computer Science, asked by u160958, 11 months ago

Arrange the following actions in sequential order
A. Running Unit Test
B. Running Static Code Check
C. Check for Code Coverage
D. Build Package

options:

BACD

ABDC

BADC

ACBD

Answers

Answered by Anonymous
39

Hey Brainly user

Here is your answer

The answer is option c

if you liked my answer then don't forget to mark as brainliest answer

Answered by aqibkincsem
6

Answer:

none of these, the correct sequence is DACB.

This entire process is called as code review. The objective is to review the entire program or coding to find out if the developer has missed something. This entire process is divided into the following stages:

1. Building package

2. Running the unit tests

3. Check for code coverage  

4. Running the static code to check if there are any warning signs.  

Similar questions