Please enable JavaScript.
Coggle requires JavaScript to display documents.
J Unit Test (testing level (unit test :red_flag:, integration testing,…
J Unit Test
-
-
-
-
-
conclusion
advantages
• Quick to write / reuse test cases & test data
• Easy manage tests of whole project
• Asserts for contrast between expected and real output
• Integrate with tools – Ant, Maven, IDEs
-
-