October 2016
Intermediate to advanced
364 pages
9h 8m
English
If automated testing were a meal, integration testing would be the salt in it—highly essential, but it should be limited.
Integration or end-to-end testing is done with all parts of the application up and running. While these tests provides great value, they may also take longer to run and may be fragile.
Integration tests serve multiple purposes. First, they verify that the UI is wired properly. They confirm that other parts are connected together correctly as well. For example, it’s imperative to check that the client side is talking to the correct URLs on the server side. Likewise, it’s critical to verify that the server is tied properly to the database. Furthermore, we want to verify all things are ...
Read now
Unlock full access