Integration Testing

Integration Testing

What is integrations testing?

Is a code-related practice. So you’ll have to structure your code in a way that is testable.

It involves that different components or modules of an system/app work as intended. This can involve APIs, Databases and UI elements.

Tools

Android
iOS
Web

Things to consider

Notes

Expensive 🤑

My take:

Best practices

Separation of concerns
Dependency Injection
Dependency Inversion

Relates to

References