Computer Science, asked by raghev2000, 1 year ago

The type of testing that is best done during the development life cycle process of the in-house software?

Answers

Answered by deku123123123
0

Answer:

u just asked it two times the answer is on another one

Explanation:

Answered by smartbrainz
0

“Unit testing” is done during the development life cycle process of the in-house software.

Explanation:  

The unit testing is a type of testing where individual single units or components of software is tested. The Unit testing of the code occurs during the development period of an application.

The ultimate goal is to verify each unit/component performs as designed in the software. The purpose of this Unit Testing meant to identify a block of code and verify the correctness of it. Unit testing is generally performed by the developer.

Similar questions