October 2017
Intermediate to advanced
442 pages
12h 33m
English
However, in order to verify the application's production behavior, these tests are not sufficient. There will be differences in technology, configuration, or runtime that eventually lead to gaps in the test cases. Examples are enterprise containers with different versions, mismatches in the bean configuration once the whole application is deployed, different database implementations, or differences in JSON serialization.
Ultimately, the application runs in production. It makes a lot of sense to verify the behavior in environments that are equivalent to production.
Certainly, it is advisable to craft several test scopes to both have tests with isolated scope and faster feedback as well as integrational tests. ...
Read now
Unlock full access