Computer Science, asked by ibrahimk8799, 1 year ago

Which testing is used for program's individual components functionality?

Answers

Answered by brainlysh
0

Unit tests are very low level, close to the source of your application. They consist in testing individual methods and functions of the classes, components or modules used by your software. Unit tests are in general quite cheap to automate and can be run very quickly by a continuous integration server.

this ans may help uuh mate...☺☺

Similar questions