159k views
12 votes
The objective of _____ is to identify and eliminate execution errors that could cause a program to terminate abnormally, and logic errors that could have been missed during desk checking.

User Fouric
by
4.3k points

1 Answer

11 votes

Answer:

unit

Explanation :

Unit testing's primary goal is to separate written code for testing to see if it functions as intended. Unit testing is a crucial stage in the development process because, when done properly, it may aid in finding early code issues that could be more challenging to identify in subsequent testing phases.

User Magnetar
by
4.7k points