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 ...