Integration testing is essential when working with external components. In this post learn how to write integration tests for Azure Table Storage.
Testing
- Scalability testing is a type of performance testing that measures a system's ability to scale. It helps to identify the system's scalability bottlenecks.
- In unit testing we verify the correctness of our code whereas in integration testing we test communication with the external systems.
- Use Builder pattern to create a simple and concise API which helps you write setup code/data needed for testing easily.