...
/Choosing an Integration Test Suite Methodology
Choosing an Integration Test Suite Methodology
Discuss integration testing methodologies and incorporating them into CI/CD pipelines.
We'll cover the following...
Just as there are preferred methods for identifying and writing unit tests for our code, there are similar methods for identifying and writing integration tests. As a general rule, integration tests are tests involving real instances of services, components, or other dependencies as opposed to mocks or stubs, which are often found in unit testing.
Methodologies
Several methodologies ...