How to make mocked unit test for Azure Storage 08-02-202223-01-2022 by Maytham Fahmi As you have seen I have published 3 articles series on How to make integration test for Azure Storage. Mean while a few of you wrote to me on how can I make mocked unit test of the same methods that I presented in my article part 2. As you remember, we created a empty…. ShareTweetSharePin
How to add Build and Unit Test sounds in Visual Studio 2022 08-02-202223-01-2022 by Maytham Fahmi Back in time when I worked on huge Visual Studio solutions/projects in Visual Studio that took over 1 minute to build or to unit test, what I did, I took a little break to bring more coffee, I was always coming back watch if the unit test was done or nor. I found recently that…. ShareTweetSharePin
How to make integration test for Azure Storage in C# – Part 3 15-11-202219-01-2022 by Maytham Fahmi So in the previous article part 2, we covered how to make a simple integration test of our Azure Blob Storage methods, and I assume the developers are as happy with the achievement as far as the office guys are. But, this integration test we made has 2 drawbacks: It requires fire-up Azurite docker and…. ShareTweetSharePin
How to make integration test for Azure Storage in C# – Part 2 15-11-202211-01-2022 by Maytham Fahmi In the first part and previous article, we covered how to install Azurite, an Azure Storage Emulator. We have also learned how to fire up a local emulator for testing. Now we will build a small storage app that can do basic stuff like, read, write and delete, and then we will test it with…. ShareTweetSharePin
How to make integration test for Azure Storage – Part Main 15-11-202205-01-2022 by Maytham Fahmi When I started programming, and before the age of moving solutions to Azure Cloud, I was not concerned about where to save my data. Because in most cases I used the same storage space where the code was hosted on. In most cases, the solution was on-premise within the same domain and there were no…. ShareTweetSharePin