
Explanation:
Unit testing is the practice of testing small, isolated, and self-contained pieces of code, such as a single function or method. Databricks defines unit testing as an approach to testing self-contained units of code early and often. Verifying the logic of a specific mathematical routine in isolation is a classic example of a unit test.
Ultimate access to all questions.
Suppose you are writing a test for a specific mathematical function that calculates the area under a curve. Which type of testing does this represent?
A
Manual testing
B
Integration testing
C
Unit testing
D
Functional testing
E
End-to-end testing
No comments yet.