DigitalWallet
DigitalWallet copied to clipboard
Integration test example with API factory
Hi there,
Integration test means end-to-end testing
So we should send HTTP requests to our endpoints for assertion
To make this easy we can create an API factory and we can use HttpClient with it.
Please check the example that I have created for "Create Currency With Invalid Ratio"
We can use test containers even in the future and instead of an in-memory database we can use actual MsSQL database
Thanks in advance