Currently we are writing integration test cases for different generation scenarios using a CSV export connection. If we introduce new connection types it will be hard to keep track of the required tests.
Also does the CSV parsing contain a lot of code that is untested and error prone.
It would be better and easier to verify to use a simple test connection for integration testing the generation procedure. If each connection is tested independently everything should be fine.
Currently we are writing integration test cases for different generation scenarios using a CSV export connection. If we introduce new connection types it will be hard to keep track of the required tests.
Also does the CSV parsing contain a lot of code that is untested and error prone.
It would be better and easier to verify to use a simple test connection for integration testing the generation procedure. If each connection is tested independently everything should be fine.