vendredi 6 octobre 2017

Validation testing or Integration testing - Testing bunch of controllers working together

I wrote a bunch of API controllers using Spring boot. For each endpoint I wrote a test, which validates the API response and the database state to see if the system is working as expected.

Now I want to write a test to see how these controllers work together. Is this called integration testing ? or validation testing ? or system testing ?

Aucun commentaire:

Enregistrer un commentaire