Chapter 9. Testing Akka.NET actors

This chapter covers
  • Designing unit tests to verify the functionality of individual actors
  • Testing the interaction between multiple actors
  • Verifying functionality with multinode tests

Throughout the book, you’ve seen that the outcome of applying the Reactive Manifesto to application design is a better UX. The services and applications you build should remain responsive even in the face of failure or scalability issues. Your goal is to provide the best possible experience to users and ensure they’re happy when using your applications, but this entails more than maintaining responsiveness. You want them to use the application to its full potential without facing bugs and other issues. ...

Get Reactive Applications with Akka.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.