what is the defination of unit from DevOps perspective
Answers
Answered by
10
Answer:
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.17-Mar-2017
Answered by
9
Answer:
Unit from DevOps perspective is a software testing where individual units/components of software are tested.
Explanation:
The smallest testable parts of an applications called Units. Unit testing can be done manually but is usually automated. Units are individually and independently tested to see if they are operating properly.#SPJ2Similar questions