mardi 6 novembre 2018

How to run integration tests of spring services triggered by a database change?

I have a set of spring services that use a configuration database to change how they perform their tasks.

Whenever a change is made to that database I want to kick off integration tests that will test that the services are still working and that the changed configuration didn't break everything.

My idea is to make another spring service that will be called after a successful database change is made and can check if things are good to go (using Rest Assured to call the services, etc.).

I'm not sure if this is the right approach as I've never done something like this.

Looking for any alternative ideas or pretty much anything that could assist with this task.

Aucun commentaire:

Enregistrer un commentaire