0
Good afternoon,
For a simple scenario I delete all records from the database tables before performing each integration test.
My question is the following how to prepare the test database for complex environments, example to carry out the issue of an insurance policy are required many tables populated in the database.
In this case I would have to have a copy of the production database (d-1) to run the integration tests ?
I understand, I can create excel files that contain the information needed to run the tests ?
– Wandelson Bezer
It could also be, this is called testTable, even to use . txt for this. Just the columns are separated by | or ;. If you’re interested, check out my post: https://edermfl.wordpress.com/2015/12/17/testando-functionalities/
– Eder Leite