Learn how to use Coyote in practice
Now that you have learned how to install and use the Coyote tool, you are ready to write your first concurrency unit test. This introductory tutorial is also available as a video on YouTube.
Next, we recommend you to read the following tutorials:
- Testing concurrent CRUD operations
- Mocking dependencies for testing
- Testing an ASP.NET Core service
- Testing failover and liveness
- More on the way!
If you are looking to hone your mock crafting skills, go through the following tutorials:
- Simulating optimistic concurrency control using ETags
- More on the way!
If you are interested in the more advanced actor programming model of Coyote, check out these tutorials:
- Hello world in Coyote actors
- Raft consensus protocol on Azure
- Raft consensus protocol with mocks for testing
- Test failover and liveness in actors
- More on the way!
You can learn the core concepts behind Coyote by reading here.