facebook
Concurrency Unit Testing with Coyote

Concurrency Unit Testing with Coyote

In the last article about Actor Model, we have shown how to implement this pattern by using Akka Actors. Today we will see how to use Coyote, a framework implementing the Actor Model pattern but mainly used for testing. Deterministic programs are easy to test because...
Angular Testing you don’t scare me

Angular Testing you don’t scare me

The first time I opened a test file, which we usually find after creating a new project using Angular CLI, I felt a bit lost. As I was much more familiar with test frameworks such as XUnit or NUnit, I tried to match the parts of a test file in NUnit and those present...
Load Test with Azure Service

Load Test with Azure Service

In the last few months, we have helped some clients to migrate from the on-premise infrastructure to Microsoft Azure. Many of them asked us what the maximum user load that the configuration can support is. Answering this question is not easy, mostly because it could...