Unit test– category –
-
Design code for unit testing
Better Unit test requires better code I'm learning C# unit test course by Mosh Hamedani.I had thought unit test needs only unit test codes, so I should learn unit test frameworks or mocking framewroks like NUnit, xunit, and Moq. But in t... -
Three Attributes of a Successful Test Suite
I learned that the goal of unit testing is "to enable sustainable growth of the software project" (Khorikov, 2020). However, I still have several questions—for example, how to design good test cases or how to position unit testing... -
What is Unit test?
I want to learn unit test.I studied it a little when I earned my ISTQB CTFL certification. The textbook said Component testing (also known as unit testing) focuses on testing components in isolation. It often requires specific support, s...
1