Good afternoon,
For a simple scenario I delete all records from the database tables before running each integration test.
My question is the following how to prepare the test database for complex environments, example to carry out the issuance of an insurance policy many tables are required filled in the database.
In this case would I have to have a copy of the production database (d-1) to run the integration tests?