Testing your application is hard. Writing tests seems like a never ending story of database fixture changes. Some parts of your system seem like they can't be tested. When using a framework, it may feel like you're stuck with functional/feature testing only. Your test suite grows and becomes slower over time. At some point, it may feel like it's no longer serving its purpose.
Learn how to build your own testing strategy. Learn how to apply the right amount of testing at the appropriate level, to make your tests run faster.
Talk inspired by "Lightning Fast Tests" talk by Jakub Zalas.