March 2023
Intermediate to advanced
616 pages
17h 35m
English
This chapter covers
All code needs to be tested. During development, we code, compile, and run. When we run, we may sometimes test how our code works. Testing persistence applications involves more than this. In those cases, our code interacts with the external database, and how our program works may be dependent on it.
In previous chapters, we focused on developing ...
Read now
Unlock full access