December 2022
Beginner to intermediate
424 pages
7h 58m
English
Testing is one of the topics you never stop learning about because new techniques and tools are always emerging, whether to write tests or simplify the way to perform tasks like creating mocks to check if a part of your source code works properly. The reasons for testing your applications are many and are explained in countless resources. You want to be assured that your logic does what you expect it to, to discover potential bugs, and to know whether you need to modify your source code to ensure ...