Please enable JavaScript.
Coggle requires JavaScript to display documents.
Unit Testing - Coggle Diagram
Unit Testing
Concept
Assertion
Each UT consists of multiple assertions that check the output data, and the correctness of the exception errors
-
-
-
-
Unit Testing Code
The extra code part to test the main application code, is not transferred to the customer.
Design
Set the necessary conditions: initialize the objects, determine the necessary resources, build dummy data
-
-
-
-