When it comes to integration or end-to-end testing, there is no more place for the mocks ss everything tested around real components or at least stubs for integration. Sometimes this might seem hard, even more so when you have to deal with databases. The simplest example of the test case that includes a database in it is some web server that returns a record data by its id. To test this case, the

