May 2021
Intermediate to advanced
832 pages
25h 39m
English
This chapter covers
WebApplicationFactoryWhen I first started programming, I didn’t understand the benefits of automated testing. It involved writing so much more code—wouldn’t it be more productive to be working on new features instead? It was only when my projects started getting bigger that I appreciated the advantages. Instead of having to manually run my app and test each scenario, I could press Play on a suite of tests and have my code tested ...