Computer Science, asked by jfergal1, 1 month ago

What is the definition of a unit test from a DevOps perspective?

Answers

Answered by itzPapaKaHelicopter
11

Unit testing is a software development and testing approach in which the smallest testable parts of an application, called units, are individually and independently tested to see if they are operating properly. Unit testing can be done manually but is usually automated.

 \\  \\  \\  \\ \sf \colorbox{gold} {\red(ANSWER ᵇʸ ⁿᵃʷᵃᵇ⁰⁰⁰⁸} \\  and\\ \sf \colorbox{lightgreen} {\red❤ANSWER ᵇʸ ᶠˡⁱʳᵗʸ ᵇᵒʸ}

Answered by prajyotshedge
32

Answer:

It is software testing where individual units/components of a software are tested.

Explanation:

:D

Similar questions