...

/

Introduction to Testing Distributed Systems

Introduction to Testing Distributed Systems

Get an introduction to testing distributed systems.

We'll cover the following...

Among the types of tests that are needed to write and maintain proper software, unit tests are not affected by scalability. Whatever your code base size, the way to write and execute those tests stays the same. Such checks are not tied to anything other than simple units of code, and they should not ...